Axis Class
Contents
[
Hide
]Summary: An axis describes one dimension of SRS.
Module: aspose.gis.spatialreferencing
Full Name: aspose.gis.spatialreferencing.Axis
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| Axis(name, direction) | Creates new instance. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| direction | AxisDirection | r | Direction of this axis. |
| is_east_west_axis | bool | r | Detects if direction of axis is East or West. |
| is_north_south_axis | bool | r | Detects if direction of axis is North or South. |
| is_other_axis | bool | r | Detects if this axis direction is Other. |
| is_up_down_axis | bool | r | Detects if direction of axis is Up or Down. |
| name | string | r | Name of this axis. |
Constructor: Axis(name, direction)
Axis(name, direction)
Creates new instance.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | string | Name of the axis. |
| direction | AxisDirection | Direction of the axis. |