GeoAPI 2.0
Build 2005-06-08

org.opengis.referencing.crs
Interface CompoundCRS

All Superinterfaces:
CoordinateReferenceSystem, IdentifiedObject, ReferenceSystem

@UML(identifier="SC_CompoundCRS",
     specification=ISO_19111)
public interface CompoundCRS
extends CoordinateReferenceSystem

A coordinate reference system describing the position of points through two or more independent coordinate reference systems. Thus it is associated with two or more Coordinate Systems and Datums by defining the compound CRS as an ordered set of two or more instances of CoordinateReferenceSystem.

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
 List<CoordinateReferenceSystem> getCoordinateReferenceSystems()
          The ordered list of coordinate reference systems.
 
Methods inherited from interface CoordinateReferenceSystem
getCoordinateSystem
 
Methods inherited from interface ReferenceSystem
getScope, getValidArea
 
Methods inherited from interface IdentifiedObject
getAlias, getIdentifiers, getName, getRemarks, toWKT
 

Method Detail

getCoordinateReferenceSystems

@UML(identifier="includesCRS",
     obligation=MANDATORY,
     specification=ISO_19111)
List<CoordinateReferenceSystem> getCoordinateReferenceSystems()
The ordered list of coordinate reference systems.


GeoAPI 2.0
Build 2005-06-08

Symbols, terms and definitions
Copyright OpenGIS® Consortium