StereographicVariant Enumeration
Specifies the variant of the Stereographic map projection (U.S. or International).
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum StereographicVariant
Values
Value name | Value | Description |
---|---|---|
UnitedStates | 0 | Indicates that the projection should use the formulas of the United States Geological Survey. |
International | 1 | Indicates that the projection should use the formulas that are standard outside the United States. |
Platforms
Windows, Linux, Android