PolarStereographicProjection.CentralLongitude Property
Gets the central longitude, also known as central meridian or longitude of origin.
Syntax
public System.Double CentralLongitude { get; }
Property Value
Default: 0.0
A longitude in degrees.
Remarks
In this projection, the choice of central meridian does not affect the position of the center point, since the center is always a pole (where all meridians meet). But it is the central meridian that will appear vertical in the map (with north up), so the CentralLongitude can be used to rotate the map around the central pole.
Zero longitude is assumed to be at the prime meridian of the GeodeticDatum. (The prime meridian is usually Greenwich.)
Platforms
Windows, Linux, Android