Package org.opengis.referencing.crs
Interface GeocentricCRS
-
- All Superinterfaces:
CoordinateReferenceSystem,GeodeticCRS,IdentifiedObject,ReferenceSystem,SingleCRS
@UML(identifier="SC_GeocentricCRS", specification=ISO_19111, version=2003) public interface GeocentricCRS extends GeodeticCRS
A 3-dimensional 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 3-dimensional spatial view, which obviates the need to model the earth's curvature.This type of CRS can be used with coordinate systems of type
CartesianorSpherical.- Since:
- 1.0
- See Also:
CRSAuthorityFactory.createGeocentricCRS(String),CRSFactory.createGeocentricCRS(Map, GeodeticDatum, CartesianCS),CRSFactory.createGeographicCRS(Map, GeodeticDatum, EllipsoidalCS)
Departure from OGC/ISO specification:
This interface is kept conformant with the specification published in 2003. The 2007 revision of ISO 19111 removed theSC_GeographicCRSandSC_GeocentricCRStypes, handling both using theSC_GeodeticCRSparent type. GeoAPI keeps them since the distinction between those two types is in wide use.
-
-
Field Summary
-
Fields inherited from interface IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
-
Fields inherited from interface ReferenceSystem
DOMAIN_OF_VALIDITY_KEY, SCOPE_KEY
-
-
Method Summary
Modifier and Type Method Description CoordinateSystemgetCoordinateSystem()-
Methods inherited from interface GeodeticCRS
getDatum
-
Methods inherited from interface IdentifiedObject
getAlias, getIdentifiers, getName, getRemarks, toWKT
-
Methods inherited from interface ReferenceSystem
getDomainOfValidity, getScope
-
-
-
-
Method Detail
-
getCoordinateSystem
@UML(identifier="coordinateSystem", obligation=MANDATORY, specification=ISO_19111) CoordinateSystem getCoordinateSystem()
- Specified by:
getCoordinateSystemin interfaceCoordinateReferenceSystem- Specified by:
getCoordinateSystemin interfaceSingleCRS- Returns:
- the Cartesian or spherical coordinate system.
-
-