TransverseMercatorProjection.CentralLatitude Property
Gets the central latitude, also known as latitude of origin.
Syntax
public System.Double CentralLatitude { get; }
Property Value
Default: 0.0
A latitude in degrees.
Remarks
The central latitude of a Transverse Mercator projection does not affect the shape of the map. It is just used to specify an arbitrary origin point on the central meridian. The LongLat point (centralLongitude, centralLatitude) will get the projected coordinates (falseEasting, falseNorthing).
Platforms
Windows, Linux, Android