GeocentricCRS (Apache SIS 1.6 API) JavaScript is disabled on your browser.     Skip navigation links Overview Class Use Tree New Deprecated Index Search Help org.opengis.geoapi org.opengis.referencing.crs GeocentricCRS Contents  Description Field Summary Method Summary Method Details getCoordinateSystem() Hide sidebar  Show sidebar Interface GeocentricCRS All Superinterfaces: Coordinate­Reference­System, Geodetic­CRS, Identified­Object, Reference­System, Single­CRS All Known Implementing Classes: Default­Geocentric­CRS @UML(identifier="SC_GeocentricCRS", specification=ISO_19111) public interface GeocentricCRS extends GeodeticCRS 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: 1.0 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 All MethodsInstance MethodsAbstract Methods Modifier and Type Method Description Coordinate­System get­Coordinate­System() Returns the coordinate system, which must be cartesian or spherical. Methods inherited from interface GeodeticCRS get­Datum Methods inherited from interface IdentifiedObject get­Alias, get­Identifiers, get­Name, get­Remarks, to­WKT Methods inherited from interface ReferenceSystem get­Domain­Of­Validity, get­Scope Method Details getCoordinateSystem @UML(identifier="coordinateSystem", obligation=MANDATORY, specification=ISO_19111) CoordinateSystem getCoordinateSystem() Returns the coordinate system, which must be cartesian or spherical. Specified by: get­Coordinate­System in interface Coordinate­Reference­System Specified by: get­Coordinate­System in interface Single­CRS Returns: The coordinate system.