GeoAPI 2.0
Build 2005-06-08

org.opengis.referencing.crs
Interface CoordinateReferenceSystem

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

@UML(identifier="SC_CRS",
     specification=ISO_19111)
public interface CoordinateReferenceSystem
extends ReferenceSystem

Abstract coordinate reference system, usually defined by a coordinate system and a datum.

Since:
GeoAPI 1.0
Version:
Abstract specification 2.0

Field Summary
 
Fields inherited from interface ReferenceSystem
SCOPE_KEY, VALID_AREA_KEY
 
Fields inherited from interface IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
 
Method Summary
 CoordinateSystem getCoordinateSystem()
          Returns the coordinate system.
 
Methods inherited from interface ReferenceSystem
getScope, getValidArea
 
Methods inherited from interface IdentifiedObject
getAlias, getIdentifiers, getName, getRemarks, toWKT
 

Method Detail

getCoordinateSystem

CoordinateSystem getCoordinateSystem()
Returns the coordinate system. One of coordinate system sub-interfaces is associated with single CRS. Other CRS like compound CRS may also provides a synthetic coordinate system in order to allow users to access to two commonly requested information: dimension and axis.


GeoAPI 2.0
Build 2005-06-08

Symbols, terms and definitions
Copyright OpenGIS® Consortium