org.opengis.referencing.crs
Interface GeocentricCRS
- All Superinterfaces:
- CoordinateReferenceSystem, Info, ReferenceSystem
- public interface GeocentricCRS
- extends CoordinateReferenceSystem
A 3D coordinate reference system with the origin at the approximate centre of mass of the earth.
A geocentric CRS deals with the earth's curvature by taking a 3D spatial view, which obviates
the need to model the earth's curvature.
- Version:
- Abstract specification 2.0
- Author:
- ISO 19111, OpenGIS® consortium
- UML identifier (abstract type):
SC_GeocentricCRS
getCoordinateSystem
CoordinateSystem getCoordinateSystem()
- Returns the coordinate system, which must be cartesian
or spherical.
- Specified by:
getCoordinateSystem in interface CoordinateReferenceSystem
- Returns:
- The cartesian or spherical coordinate system.
- UML identifier (association):
usesCartesianCS
- UML identifier (association):
usesSphericalCS
getDatum
GeodeticDatum getDatum()
- Returns the datum, which must be geodetic.
- Specified by:
getDatum in interface CoordinateReferenceSystem
- Returns:
- The datum.
- UML identifier (association):
usesDatum