Uses of Interface
org.opengis.referencing.crs.GeocentricCRS
Packages that use GeocentricCRS
Package
Description
Base classes for reference systems used for general positioning.
Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum.
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
-
Uses of GeocentricCRS in org.apache.sis.referencing
Methods in org.apache.sis.referencing that return GeocentricCRSModifier and TypeMethodDescriptionCommonCRS.geocentric()Returns the geocentric CRS using a Cartesian coordinate system.CommonCRS.spherical()Returns the geocentric CRS using a spherical coordinate system. -
Uses of GeocentricCRS in org.apache.sis.referencing.crs
Classes in org.apache.sis.referencing.crs that implement GeocentricCRSModifier and TypeClassDescriptionclassA 2- or 3-dimensional coordinate reference system with the origin at the approximate centre of mass of the earth.Methods in org.apache.sis.referencing.crs that return types with arguments of type GeocentricCRSModifier and TypeMethodDescriptionClass<? extends GeocentricCRS> DefaultGeocentricCRS.getInterface()Returns the GeoAPI interface implemented by this class. -
Uses of GeocentricCRS in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory that return GeocentricCRSModifier and TypeMethodDescriptionConcurrentAuthorityFactory.createGeocentricCRS(String code) Returns a 3-dimensional coordinate reference system with the origin at the approximate centre of mass of the earth.GeodeticAuthorityFactory.createGeocentricCRS(String code) Creates a 3-dimensional coordinate reference system with the origin at the approximate centre of mass of the earth.GeodeticObjectFactory.createGeocentricCRS(Map<String, ?> properties, GeodeticDatum datum, CartesianCS cs) Creates a geocentric coordinate reference system from a Cartesian coordinate system.GeodeticObjectFactory.createGeocentricCRS(Map<String, ?> properties, GeodeticDatum datum, SphericalCS cs) Deprecated.ISO 19111:2019 does not define an explicit class for geocentric CRS.MultiAuthoritiesFactory.createGeocentricCRS(String code) Creates a 3-dimensional coordinate reference system with the origin at the approximate centre of mass of the earth. -
Uses of GeocentricCRS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return GeocentricCRSModifier and TypeMethodDescriptionCRSAuthorityFactory.createGeocentricCRS(String code) Returns a geocentric coordinate reference system from a code.CRSFactory.createGeocentricCRS(Map<String, ?> properties, GeodeticDatum datum, CartesianCS cs) Creates a geocentric coordinate reference system from a cartesian coordinate system.CRSFactory.createGeocentricCRS(Map<String, ?> properties, GeodeticDatum datum, SphericalCS cs) Creates a geocentric coordinate reference system from a spherical coordinate system.