org.opengis.referencing.crs
Interface GeographicCRS
- All Superinterfaces:
- CoordinateReferenceSystem, Info, ReferenceSystem
- public interface GeographicCRS
- extends CoordinateReferenceSystem
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.
- Version:
- Abstract specification 2.0
- Author:
- ISO 19111, OpenGIS® consortium
- UML identifier (abstract type):
SC_GeographicCRS
- REVISIT OPEN ISSUE (a GeoAPI comment)
- OGC document 01-009 defines a
getWGS84ConversionInfo() method.
A getWGS84Parameters() method was also defined in the datum.
I see no equivalent in this ISO 19111 specification.
|
getCoordinateSystem
EllipsoidalCS getCoordinateSystem()
- Returns the coordinate system, which must be ellipsoidal.
- Specified by:
getCoordinateSystem in interface CoordinateReferenceSystem
- Returns:
- The coordinate system.
- UML identifier (association):
usesCS
getDatum
GeodeticDatum getDatum()
- Returns the datum, which must be geodetic.
- Specified by:
getDatum in interface CoordinateReferenceSystem
- Returns:
- The datum.
- UML identifier (association):
usesDatum