org.opengis.referencing.crs
Interface GeodeticCRS
- All Superinterfaces:
- CoordinateReferenceSystem, IdentifiedObject, ReferenceSystem, SingleCRS
- All Known Subinterfaces:
- GeocentricCRS, GeographicCRS
@UML(identifier="SC_GeodeticCRS",
specification=ISO_19111)
public interface GeodeticCRS
- extends SingleCRS
A coordinate reference system associated with a geodetic datum.
- Since:
- 2.1
getDatum
@UML(identifier="datum",
obligation=MANDATORY,
specification=ISO_19111)
GeodeticDatum getDatum()
- Returns the datum, which must be geodetic.
- Specified by:
getDatum
in interface SingleCRS
- Returns:
- The datum.
Copyright © 1994-2011 Open Geospatial Consortium. All Rights Reserved.