HotineObliqueMercatorProjection.HotineObliqueMercatorProjection Constructor
HotineObliqueMercatorProjection(LengthUnit lengthUnit, System.Double centralLongitude, System.Double centralLatitude, System.Double falseEasting, System.Double falseNorthing, System.Double scaleFactor, HotineObliqueMercatorTrueOrigin trueOrigin, System.Double azimuth, System.Double rectifiedGridAngle)
Initializes a new instance of the HotineObliqueMercatorProjection class.Syntax
public HotineObliqueMercatorProjection (
LengthUnit lengthUnit,
System.Double centralLongitude,
System.Double centralLatitude,
System.Double falseEasting,
System.Double falseNorthing,
System.Double scaleFactor,
HotineObliqueMercatorTrueOrigin trueOrigin,
System.Double azimuth,
System.Double rectifiedGridAngle
)
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.
trueOrigin
Type: HotineObliqueMercatorTrueOrigin
Specifies whether the true origin is at the center or near the equator.
Specifies whether the true origin is at the center or near the equator.
azimuth
Type: System.Double
True azimuth of initial line at central point.
True azimuth of initial line at central point.
rectifiedGridAngle
Type: System.Double
Grid azimuth of initial line.
Grid azimuth of initial line.
Remarks
For more details of the parameters, see the corresponding properties.
Platforms
Windows, Linux, Android