Axis Class

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

NameDescription
Axis(name, direction)Creates new instance.

Properties

NameTypeAccessDescription
directionAxisDirectionrDirection of this axis.
is_east_west_axisboolrDetects if direction of axis is East or West.
is_north_south_axisboolrDetects if direction of axis is North or South.
is_other_axisboolrDetects if this axis direction is Other.
is_up_down_axisboolrDetects if direction of axis is Up or Down.
namestringrName of this axis.

Constructor: Axis(name, direction)

 Axis(name, direction) 

Creates new instance.

Parameters:

ParameterTypeDescription
namestringName of the axis.
directionAxisDirectionDirection of the axis.