TransverseMercatorProjection.TransverseMercatorProjection Constructor
Initializes a new instance of the TransverseMercatorProjection class from parameters.
TransverseMercatorProjection(LengthUnit lengthUnit, System.Double centralLongitude, System.Double centralLatitude, System.Double falseEasting, System.Double falseNorthing, System.Double scaleFactor)
Initializes a new instance of the TransverseMercatorProjection class from parameters.Syntax
public TransverseMercatorProjection (
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.
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.
scaleFactor
Type: System.Double
The scale factor.
The scale factor.
Platforms
Windows, Linux, Android