GeoAPI 1.0
Build 2004-05-18

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.

Used with CS type(s)
Cartesian, Spherical

Version:
Abstract specification 2.0
Author:
ISO 19111, OpenGIS® consortium
UML identifier (abstract type): SC_GeocentricCRS

Method Summary
 CoordinateSystem getCoordinateSystem()
          Returns the coordinate system, which must be cartesian or spherical.
 GeodeticDatum getDatum()
          Returns the datum, which must be geodetic.
 
Methods inherited from interface ReferenceSystem
getScope, getValidArea
 
Methods inherited from interface Info
getIdentifiers, getName, getRemarks
 

Method Detail

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

GeoAPI 1.0
Build 2004-05-18

Symbols, terms and definitions
Copyright OpenGIS® Consortium