RosenmundObliqueMercatorProjection.RosenmundObliqueMercatorProjection Constructor
Initializes a new instance of the RosenmundObliqueMercatorProjection class from parameters.
RosenmundObliqueMercatorProjection(LengthUnit lengthUnit, System.Double centralLongitude, System.Double centralLatitude, System.Double falseEasting, System.Double falseNorthing, System.Double scaleFactor)
Initializes a new instance of the RosenmundObliqueMercatorProjection class from parameters.Syntax
public RosenmundObliqueMercatorProjection (
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 longitude of origin (central point).
The longitude of origin (central point).
centralLatitude
Type: System.Double
The latitude of origin (central point).
The latitude of origin (central point).
falseEasting
Type: System.Double
The offset added to easting values.
The offset added to easting values.
falseNorthing
Type: System.Double
The offset added to northing values.
The offset added to northing values.
scaleFactor
Type: System.Double
The scale factor, for example 1 for Switzerland, and 0.99993 for Hungary.
The scale factor, for example 1 for Switzerland, and 0.99993 for Hungary.
Platforms
Windows, Linux, Android