CrsAxisDirection Enumeration
Specifies the authoritative direction of a coordinate system axis.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum CrsAxisDirectionValues
| Value name | Value | Description |
|---|---|---|
| UnknownDirection | 0 | The axis goes in an unknown direction. |
| GridNorth | 1 | The axis goes up in the map. |
| GridSouth | 2 | The axis goes down in the map. |
| GridEast | 3 | The axis goes right in the map. |
| GridWest | 4 | The axis goes left in the map. |
Remarks
Note that GridNorth does not necessarily mean exactly geographic north. It is often a little skew relative to geographic north. And for maps of polar areas, GridNorth can very well go south, at least in half the map.
Platforms
Windows, Linux, Android