Crs.NominalMetersXY Property
Gets the nominal conversion factors between true meters and the length unit of the projection.
Syntax
public System.Double NominalMetersXY { get; }
Property Value
The nominal conversion factor between true meters and the length unit of the projection..
Remarks
Returns the same result as the metersXY method would do for a point where the scale is true, i.e. where the local scale factor is exactly 1.
An easier explanation: NominalMetersXY cares only about the length unit of the projection, and returns LengthUnit.InMeters. For example, if the length unit is meters, then NominalMetersXY will return 1 and if the length unit is foot, it will return 0.3048, since 1 foot is 0.3048 meters.
Platforms
Windows, Linux, Android