Private
constructorThis class should not be instantiated by users of LuciadRIA.
Returns an array of axis information object literals that are associated with the coordinate system.
The order of the elements in the array is preserved and can be used to disambiguate the meaning of coordinate tuples, for example (lon,lat) versus (lat,lon) coordinate ordering.
Note that this information is only relevant when decoding / encoding coordinates in a specific order (for example, when implementing a Codec or when encoding coordinates in a URL). When accessing coordinates through the LuciadRIA's Point.x/y/z, you will never have to take the axis information into account. For example, when using geodetic (lon-lat) coordinates, Point.x will always return the points longitude, regardless what the axes information indicates.
the axis information object literals associated with the coordinate system.
The type of coordinate used with this reference.
The identifier of this reference.
The name of this reference.
The type of reference this is
Compares two references for equality.
The other coordinate reference this reference is compared with.
true
if the references are equal, false
otherwise.
A reference defines a coordinate system. It minimally defines a set of Axes.