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