org.opengis.referencing.crs
Interface GeographicCRS
- All Superinterfaces:
- CoordinateReferenceSystem, IdentifiedObject, ReferenceSystem, SingleCRS
@UML(identifier="SC_GeographicCRS",
specification=ISO_19111)
public interface GeographicCRS- extends SingleCRS
A coordinate reference system based on an ellipsoidal approximation of the geoid; this provides
an accurate representation of the geometry of geographic features for a large portion of the
earth's surface.
- Since:
- GeoAPI 1.0
- Version:
- Abstract specification 2.0
getCoordinateSystem
@UML(identifier="usesCS",
obligation=MANDATORY,
specification=ISO_19111)
EllipsoidalCS getCoordinateSystem()
- Returns the coordinate system, which must be ellipsoidal.
- Specified by:
getCoordinateSystem in interface CoordinateReferenceSystem- Specified by:
getCoordinateSystem in interface SingleCRS
getDatum
@UML(identifier="usesDatum",
obligation=MANDATORY,
specification=ISO_19111)
GeodeticDatum getDatum()
- Returns the datum, which must be geodetic.
- Specified by:
getDatum in interface SingleCRS