Interface SingleCRS

All Superinterfaces:
CoordinateReferenceSystem, IdentifiedObject, ReferenceSystem
All Known Subinterfaces:
DerivedCRS, EngineeringCRS, GeneralDerivedCRS, GeocentricCRS, GeodeticCRS, GeographicCRS, ImageCRS, ParametricCRS, ProjectedCRS, TemporalCRS, VerticalCRS

Base type of CRS related to an object by a datum or datum ensemble. The object will generally, but not necessarily, be the Earth. It can be identified either by a datum or a datum ensemble. At least one of those two properties shall be present.

The valid coordinate system type and the datum type are constrained by the CRS type. For example, GeographicCRS can be associated only to GeodeticReferenceFrame (a specialization of Datum) and EllipsoidalCS. The constraints are documented in the Javadoc of sub-interfaces.

Since:
2.0
See Also: