Uses of Interface
org.geotools.api.referencing.crs.GeocentricCRS
Packages that use GeocentricCRS
Package
Description
Coordinate reference systems implementation.
Base classes for factories and
authority factories.
Coordinate operation implementation.
-
Uses of GeocentricCRS in org.geotools.api.referencing.crs
Methods in org.geotools.api.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. -
Uses of GeocentricCRS in org.geotools.referencing.crs
Classes in org.geotools.referencing.crs that implement GeocentricCRSModifier and TypeClassDescriptionclassA 3D coordinate reference system with the origin at the approximate centre of mass of the earth.Constructors in org.geotools.referencing.crs with parameters of type GeocentricCRSModifierConstructorDescriptionConstructs a new geocentric CRS with the same values than the specified one. -
Uses of GeocentricCRS in org.geotools.referencing.epsg.wkt
Methods in org.geotools.referencing.epsg.wkt that return GeocentricCRS -
Uses of GeocentricCRS in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return GeocentricCRSModifier and TypeMethodDescriptionAbstractAuthorityFactory.createGeocentricCRS(String code) Returns a geocentric coordinate reference system from a code.AbstractAuthorityMediator.createGeocentricCRS(String code) AbstractCachedAuthorityFactory.createGeocentricCRS(String code) AuthorityFactoryAdapter.createGeocentricCRS(String code) Returns a geocentric coordinate reference system from a code.BufferedAuthorityFactory.createGeocentricCRS(String code) Returns a geocentric coordinate reference system from a code.CachedAuthorityDecorator.createGeocentricCRS(String code) CachedCRSAuthorityDecorator.createGeocentricCRS(String code) FallbackAuthorityFactory.createGeocentricCRS(String code) Returns a geocentric coordinate reference system from a code.ReferencingObjectFactory.createGeocentricCRS(Map<String, ?> properties, GeodeticDatum datum, CartesianCS cs) Creates a geocentric coordinate reference system from a cartesian coordinate system.ReferencingObjectFactory.createGeocentricCRS(Map<String, ?> properties, GeodeticDatum datum, SphericalCS cs) Creates a geocentric coordinate reference system from a spherical coordinate system.ThreadedAuthorityFactory.createGeocentricCRS(String code) Returns a geocentric coordinate reference system from a code. -
Uses of GeocentricCRS in org.geotools.referencing.operation
Methods in org.geotools.referencing.operation with parameters of type GeocentricCRSModifier and TypeMethodDescriptionprotected CoordinateOperationDefaultCoordinateOperationFactory.createOperationStep(GeocentricCRS sourceCRS, GeocentricCRS targetCRS) Creates an operation between two geocentric coordinate reference systems.protected CoordinateOperationDefaultCoordinateOperationFactory.createOperationStep(GeocentricCRS sourceCRS, GeographicCRS targetCRS) Creates an operation from a geocentric to a geographic coordinate reference systems.protected CoordinateOperationDefaultCoordinateOperationFactory.createOperationStep(GeographicCRS sourceCRS, GeocentricCRS targetCRS) Creates an operation from a geographic to a geocentric coordinate reference systems.