- All Superinterfaces:
CoordinateReferenceSystem
,GeodeticCRS
,IdentifiedObject
,ReferenceSystem
,SingleCRS
@Deprecated(since="3.1")
@UML(identifier="SC_GeocentricCRS",
specification=ISO_19111,
version=2003)
public interface GeocentricCRS
extends GeodeticCRS
Deprecated.
A 3-dimensional CRS with the origin at the approximate centre of mass of the planet.
A geocentric CRS deals with the planet's curvature by taking a 3-dimensional spatial view, which
obviates the need to model the planet's curvature.
Permitted coordinate systems
This type of CRS can be used with coordinate systems of typeCartesian
or
Spherical
.- Since:
- 1.0
- See Also:
-
Field Summary
Fields inherited from interface org.opengis.referencing.IdentifiedObject
ALIAS_KEY, DOMAINS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
Fields inherited from interface org.opengis.referencing.ReferenceSystem
DOMAIN_OF_VALIDITY_KEY, SCOPE_KEY
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.opengis.referencing.crs.GeodeticCRS
getDatum, getDatumEnsemble
Methods inherited from interface org.opengis.referencing.IdentifiedObject
getAlias, getDomains, getIdentifiers, getName, getRemarks, toWKT
Methods inherited from interface org.opengis.referencing.ReferenceSystem
getDomainOfValidity, getScope
-
Method Details
-
getCoordinateSystem
@UML(identifier="coordinateSystem", obligation=MANDATORY, specification=ISO_19111) CoordinateSystem getCoordinateSystem()Deprecated.- Specified by:
getCoordinateSystem
in interfaceCoordinateReferenceSystem
- Specified by:
getCoordinateSystem
in interfaceSingleCRS
- Returns:
- the Cartesian or spherical coordinate system.
-
GeodeticCRS
base type should be used instead.