Enum AxisDirection
AxisDirection enumeration
Axis direction defines direction at which axis is pointing.
public enum AxisDirection
Values
| 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
- namespace Aspose.Gis.SpatialReferencing
- assembly Aspose.GIS