Represents an Axis in a coordinate system. This Axis implementation is based on the "OpenGIS Abstract Specification; Topic 2= Spatial referencing by coordinates".

Since

2013.0

Hierarchy

  • Axis

Constructors

  • This class should not be instantiated by users of LuciadRIA.

    Returns Axis

Properties

abbreviation: string

The abbreviation used for this coordinate system axis. Examples are "X" and "Y".

direction: Direction

Direction of this cooldinate system axis. This direction is often approximate and intended to provide a human interpretable meaning to the axis.

maximumValue: null | number

The maximum value normally allowed for this axis, in the unit for the axis. This value is optional and is null if not specified.

minimumValue: null | number

The minimum value normally allowed for this axis, in the unit for the axis. This value is optional and is null if not specified.

rangeMeaning: null | RangeMeaning

Meaning of axis value range specified by minimumValue and maximumValue. For geodetic references this will always be WRAPAROUND. For other references this property will be EXACT.

unitOfMeasure: UnitOfMeasure

Unit of measure for this coordinate system axis.