GeoAPI 1.0
Build 2004-05-18

org.opengis.referencing.cs
Interface CoordinateSystemAxis

All Superinterfaces:
Info

public interface CoordinateSystemAxis
extends Info

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

Version:
Abstract specification 2.0
Author:
ISO 19111, OpenGIS® consortium
See Also:
CoordinateSystem, Unit
UML identifier (abstract type): CS_CoordinateSystemAxis

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 Info
getIdentifiers, getName, getRemarks
 

Method Detail

getAbbreviation

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.
UML identifier (mandatory attribute): axisAbbrev

getDirection

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.
UML identifier (mandatory attribute): axisDirection

getUnit

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.
UML identifier (mandatory attribute): axisUnitID

GeoAPI 1.0
Build 2004-05-18

Symbols, terms and definitions
Copyright OpenGIS® Consortium