Package org.geotools.api.referencing.crs
Interface GeodeticCRS
- All Superinterfaces:
CoordinateReferenceSystem
,IdentifiedObject
,ReferenceSystem
,SingleCRS
- All Known Subinterfaces:
GeocentricCRS
,GeographicCRS
- All Known Implementing Classes:
DefaultGeocentricCRS
,DefaultGeographicCRS
A coordinate reference system associated with a geodetic datum.
Used with CS type(s) |
---|
Cartesian
Spherical
Ellipsoidal
|
- Since:
- GeoAPI 2.1
- Author:
- Martin Desruisseaux (IRD)
-
Field Summary
Fields inherited from interface IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
Fields inherited from interface ReferenceSystem
DOMAIN_OF_VALIDITY_KEY, SCOPE_KEY
-
Method Summary
Methods inherited from interface IdentifiedObject
getAlias, getIdentifiers, getName, getRemarks, toWKT
Methods inherited from interface ReferenceSystem
getDomainOfValidity, getScope
Methods inherited from interface SingleCRS
getCoordinateSystem
-
Method Details
-
getDatum
GeodeticDatum getDatum()Returns the datum, which must be geodetic.
-