LambertConformalConicProjection.LambertConformalConicProjection Constructors
Initializes a new instance of the LambertConformalConicProjection class.
Overload List
Name | Description | |
---|---|---|
Public method | LambertConformalConicProjection(LengthUnit lengthUnit, System.Double centralLongitude, System.Double centralLatitude, System.Double falseEasting, System.Double falseNorthing, System.Double scaleFactor) | Initializes a new instance of the LambertConformalConicProjection class, using the 1SP method. |
Public method | LambertConformalConicProjection(LengthUnit lengthUnit, System.Double centralLongitude, System.Double centralLatitude, System.Double falseEasting, System.Double falseNorthing, System.Double standardParallel1, System.Double standardParallel2) | Initializes a new instance of the LambertConformalConicProjection class, using the 2SP method. |
LambertConformalConicProjection(LengthUnit lengthUnit, System.Double centralLongitude, System.Double centralLatitude, System.Double falseEasting, System.Double falseNorthing, System.Double scaleFactor)
Initializes a new instance of the LambertConformalConicProjection class, using the 1SP method.Syntax
public LambertConformalConicProjection (
LengthUnit lengthUnit,
System.Double centralLongitude,
System.Double centralLatitude,
System.Double falseEasting,
System.Double falseNorthing,
System.Double scaleFactor
)
Parameters
lengthUnit
Type: LengthUnit
The length unit.
The length unit.
centralLongitude
Type: System.Double
The central longitude, also known as central meridian or longitude of origin.
The central longitude, also known as central meridian or longitude of origin.
centralLatitude
Type: System.Double
The central latitude, also known latitude of origin, which (in this constructor) also gives the single so-called standard parallel.
The central latitude, also known latitude of origin, which (in this constructor) also gives the single so-called standard parallel.
falseEasting
Type: System.Double
The offset for easting values.
The offset for easting values.
falseNorthing
Type: System.Double
The offset for northing values.
The offset for northing values.
scaleFactor
Type: System.Double
The scale factor.
The scale factor.
LambertConformalConicProjection(LengthUnit lengthUnit, System.Double centralLongitude, System.Double centralLatitude, System.Double falseEasting, System.Double falseNorthing, System.Double standardParallel1, System.Double standardParallel2)
Initializes a new instance of the LambertConformalConicProjection class, using the 2SP method.Syntax
public LambertConformalConicProjection (
LengthUnit lengthUnit,
System.Double centralLongitude,
System.Double centralLatitude,
System.Double falseEasting,
System.Double falseNorthing,
System.Double standardParallel1,
System.Double standardParallel2
)
Parameters
lengthUnit
Type: LengthUnit
The length unit.
The length unit.
centralLongitude
Type: System.Double
The central longitude, also known as central meridian or longitude of origin.
The central longitude, also known as central meridian or longitude of origin.
centralLatitude
Type: System.Double
The central latitude, also known latitude of origin.
The central latitude, also known latitude of origin.
falseEasting
Type: System.Double
The offset for easting values.
The offset for easting values.
falseNorthing
Type: System.Double
The offset for northing values.
The offset for northing values.
standardParallel1
Type: System.Double
The latitude of the first standard parallel. (The order of the standard parallels does not matter.)
The latitude of the first standard parallel. (The order of the standard parallels does not matter.)
standardParallel2
Type: System.Double
The latitude of the second standard parallel. (The order of the standard parallels does not matter.)
The latitude of the second standard parallel. (The order of the standard parallels does not matter.)
Platforms
Windows, Linux, Android