AxisDirection Enumeration |
Axis direction defines direction at which axis is pointing.
Namespace:
Aspose.Gis.SpatialReferencing
Assembly:
Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntaxpublic enum AxisDirection
Public Enumeration AxisDirection
public enum class AxisDirection
Members
| Member name | Value | Description |
---|
| Invalid | 0 |
Default value.
|
| North | 1 |
Axis pointing to the north.
|
| South | 2 |
Axis pointing to the south.
|
| East | 3 |
Axis pointing to the east.
|
| West | 4 |
Axis pointing to the west.
|
| Up | 5 |
Axis pointing up.
|
| Down | 6 |
Axis pointing down.
|
| Other | 7 |
Axis pointing to some other direction. This might be 'X' axis in geocentric SRS (it points to prime meridian).
|
See Also