GeoAPI 1.0
Build 2004-05-18

org.opengis.referencing.crs
Interface CoordinateReferenceSystem

All Superinterfaces:
Info, ReferenceSystem
All Known Subinterfaces:
CompoundCRS, DerivedCRS, EngineeringCRS, GeneralDerivedCRS, GeocentricCRS, GeographicCRS, ImageCRS, ProjectedCRS, TemporalCRS, VerticalCRS

public interface CoordinateReferenceSystem
extends ReferenceSystem

Abstract coordinate reference system, consisting of a single Coordinate System and a single Datum (as opposed to Compound CRS). A coordinate reference system consists of an ordered sequence of coordinate system axes that are related to the earth through a datum. A coordinate reference system is defined by one datum and by one coordinate system. Most coordinate reference system do not move relative to the earth, except for engineering coordinate reference systems defined on moving platforms such as cars, ships, aircraft, and spacecraft. Coordinate reference systems are commonly divided into sub-types. The common classification criterion for sub-typing of coordinate reference systems is the way in which they deal with earth curvature. This has a direct effect on the portion of the earth's surface that can be covered by that type of CRS with an acceptable degree of error. The exception to the rule is the subtype "Temporal" which has been added by analogy.

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

Method Summary
 CoordinateSystem getCoordinateSystem()
          Returns the coordinate system.
 Datum getDatum()
          Returns the datum.
 
Methods inherited from interface ReferenceSystem
getScope, getValidArea
 
Methods inherited from interface Info
getIdentifiers, getName, getRemarks
 

Method Detail

getCoordinateSystem

CoordinateSystem getCoordinateSystem()
Returns the coordinate system.

Returns:
The coordinate system.
UML identifier (association): usesCS
Name change from the UML:
Expanded the "CS" abbreviation into "CoordinateSystem".

getDatum

Datum getDatum()
Returns the datum.

Returns:
The datum.
UML identifier (association): usesDatum

GeoAPI 1.0
Build 2004-05-18

Symbols, terms and definitions
Copyright OpenGIS® Consortium