AzimuthalEquidistantProjection.Shape Property
Gets a value that tells whether the Earth is represented as a sphere or as an ellipsoid.
Syntax
public EarthShape Shape { get; }
Property Value
Remarks
If the shape is ellipsoid, then the ellipsoid dimensions are taken from the associated GeodeticDatum. But if the shape is sphere, this means that the projection will ignore the ellipsoid of the GeodeticDatum, and use a sphere instead. The size of the sphere must then be specified by the SphereRadiusSource and optionally the SphereRadius.
Platforms
Windows, Linux, Android