Interface SingleCRS

All Superinterfaces:
CoordinateReferenceSystem, IdentifiedObject, ReferenceSystem
All Known Subinterfaces:
DerivedCRS, EngineeringCRS, GeneralDerivedCRS, GeocentricCRS, GeodeticCRS, GeographicCRS, ImageCRS, ParametricCRS, ProjectedCRS, TemporalCRS, VerticalCRS
All Known Implementing Classes:
SimpleCRS, SimpleCRS.Geographic, SimpleCRS.Temporal, SimpleCRS.Vertical

@Classifier(ABSTRACT) @UML(identifier="SC_SingleCRS", specification=ISO_19111) public interface SingleCRS extends CoordinateReferenceSystem
Base type of coordinate systems related to an object by a datum. For geodetic and vertical datums, the object will be the Earth.

The valid coordinate system type and the datum type are constrained by the CRS type. For example, GeographicCRS can be associated only to EllipsoidalCS and GeodeticDatum.

Since:
2.0
See Also: