GeoAPI 2.0
Build 2005-06-08

org.opengis.referencing.cs
Interface CoordinateSystemAxis

All Superinterfaces:
IdentifiedObject

@UML(identifier="CS_CoordinateSystemAxis",
     specification=ISO_19111)
public interface CoordinateSystemAxis
extends IdentifiedObject

Definition of a coordinate system axis. See axis name constraints.

Since:
GeoAPI 1.0
Version:
Abstract specification 2.0
See Also:
CoordinateSystem, Unit

Field Summary
 
Fields inherited from interface IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
 
Method Summary
 String getAbbreviation()
          The abbreviation used for this coordinate system axes.
 AxisDirection getDirection()
          Direction of this coordinate system axis.
 Unit getUnit()
          The unit of measure used for this coordinate system axis.
 
Methods inherited from interface IdentifiedObject
getAlias, getIdentifiers, getName, getRemarks, toWKT
 

Method Detail

getAbbreviation

@UML(identifier="axisAbbrev",
     obligation=MANDATORY,
     specification=ISO_19111)
String getAbbreviation()
The abbreviation used for this coordinate system axes. This abbreviation is also used to identify the ordinates in coordinate tuple. Examples are "X" and "Y".

Returns:
The coordinate system axis abbreviation.

getDirection

@UML(identifier="axisDirection",
     obligation=MANDATORY,
     specification=ISO_19111)
AxisDirection getDirection()
Direction of this coordinate system axis. In the case of Cartesian projected coordinates, this is the direction of this coordinate system axis locally. Examples: north or south, east or west, up or down. Within any set of coordinate system axes, only one of each pair of terms can be used. For earth-fixed coordinate reference systems, this direction is often approximate and intended to provide a human interpretable meaning to the axis. When a geodetic datum is used, the precise directions of the axes may therefore vary slightly from this approximate direction. Note that an EngineeringCRS often requires specific descriptions of the directions of its coordinate system axes.

Returns:
The coordinate system axis direction.

getUnit

@UML(identifier="axisUnitID",
     obligation=MANDATORY,
     specification=ISO_19111)
Unit getUnit()
The unit of measure used for this coordinate system axis. The value of this coordinate in a coordinate tuple shall be recorded using this unit of measure, whenever those coordinates use a coordinate reference system that uses a coordinate system that uses this axis.

Returns:
The coordinate system axis unit.

GeoAPI 2.0
Build 2005-06-08

Symbols, terms and definitions
Copyright OpenGIS® Consortium