Package org.geotools.api.referencing.crs
Interface GeocentricCRS
- All Superinterfaces:
CoordinateReferenceSystem,GeodeticCRS,IdentifiedObject,ReferenceSystem,SingleCRS
- All Known Implementing Classes:
DefaultGeocentricCRS
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
|
- Since:
- GeoAPI 1.0
- Author:
- Martin Desruisseaux (IRD)
-
Field Summary
Fields inherited from interface IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEYFields inherited from interface ReferenceSystem
DOMAIN_OF_VALIDITY_KEY, SCOPE_KEY -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface GeodeticCRS
getDatumMethods inherited from interface IdentifiedObject
getAlias, getIdentifiers, getName, getRemarks, toWKTMethods inherited from interface ReferenceSystem
getDomainOfValidity, getScope
-
Method Details
-
getCoordinateSystem
@UML(identifier="usesCartesianCS, usesSphericalCS", obligation=MANDATORY, specification=ISO_19111) CoordinateSystem getCoordinateSystem()- Specified by:
getCoordinateSystemin interfaceCoordinateReferenceSystem- Specified by:
getCoordinateSystemin interfaceSingleCRS- Returns:
- The coordinate system.
-