KrovakNorthOrientedProjection.KrovakNorthOrientedProjection Constructor
KrovakNorthOrientedProjection(LengthUnit lengthUnit, System.Double centralLongitude, System.Double centralLatitude, System.Double falseEasting, System.Double falseNorthing, System.Double scaleFactor, System.Double colatitudeConeAxis, System.Double pseudoStandardParallel)
Creates a new instance of the Krovak projection.Syntax
public KrovakNorthOrientedProjection (
LengthUnit lengthUnit,
System.Double centralLongitude,
System.Double centralLatitude,
System.Double falseEasting,
System.Double falseNorthing,
System.Double scaleFactor,
System.Double colatitudeConeAxis,
System.Double pseudoStandardParallel
)
Parameters
lengthUnit
Type: LengthUnit
The length unit.
The length unit.
centralLongitude
Type: System.Double
The longitude of the central point.
The longitude of the central point.
centralLatitude
Type: System.Double
The latitude of the central point.
The latitude of the central point.
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.
colatitudeConeAxis
Type: System.Double
Tells how much the cone axis has been tilted from the North pole. (Often called azimuth.)
Tells how much the cone axis has been tilted from the North pole. (Often called azimuth.)
pseudoStandardParallel
Type: System.Double
Latitude of pseudo standard parallel.
Latitude of pseudo standard parallel.
Remarks
For more details of the parameters, see the corresponding properties.
Platforms
Windows, Linux, Android