org.opengis.referencing.crs
Interface GeodeticCRS
- All Superinterfaces:
- CoordinateReferenceSystem, IdentifiedObject, ReferenceSystem, SingleCRS
- All Known Subinterfaces:
- GeocentricCRS, GeographicCRS
- All Known Implementing Classes:
- DefaultGeocentricCRS, DefaultGeographicCRS
@UML(identifier="SC_GeodeticCRS",
specification=ISO_19111)
public interface GeodeticCRS
- extends SingleCRS
A coordinate reference system associated with a geodetic datum.
- Since:
- GeoAPI 2.1
- Author:
- Martin Desruisseaux (IRD)
getDatum
@UML(identifier="usesDatum",
obligation=MANDATORY,
specification=ISO_19111)
GeodeticDatum getDatum()
- Returns the datum, which must be geodetic.
- Specified by:
getDatum
in interface SingleCRS
- Returns:
- The datum.
Copyright © 1996-2014 Geotools. All Rights Reserved.