EarthShape Enumeration
Specifies the shape of Earth is assumed by a map projection.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum EarthShape
Values
Value name | Value | Description |
---|---|---|
Sphere | 0 | The Earth is assumed to be a sphere. |
Ellipsoid | 1 | The Earth is assumed to be an ellipsoid. |
Remarks
Some kinds of map projection always assume that the Earth is a sphere, while others always assume that it is an ellipsoid. However, a few kinds of map projections allows you to choose, via a shape property.
Platforms
Windows, Linux, Android