Uses of Interface
org.geotools.api.referencing.crs.GeocentricCRS
-
Packages that use GeocentricCRS Package Description org.geotools.api.referencing.crs org.geotools.referencing.crs Coordinate reference systems implementation.org.geotools.referencing.epsg.wkt org.geotools.referencing.factory Base classes for factories and authority factories.org.geotools.referencing.operation Coordinate operation implementation. -
-
Uses of GeocentricCRS in org.geotools.api.referencing.crs
Methods in org.geotools.api.referencing.crs that return GeocentricCRS Modifier and Type Method Description GeocentricCRS
CRSAuthorityFactory. createGeocentricCRS(String code)
Returns a geocentric coordinate reference system from a code.GeocentricCRS
CRSFactory. createGeocentricCRS(Map<String,?> properties, GeodeticDatum datum, CartesianCS cs)
Creates a geocentric coordinate reference system from a cartesian coordinate system.GeocentricCRS
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 GeocentricCRS Modifier and Type Class Description class
DefaultGeocentricCRS
A 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 GeocentricCRS Constructor Description DefaultGeocentricCRS(GeocentricCRS crs)
Constructs 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 Modifier and Type Method Description GeocentricCRS
EPSGCRSAuthorityFactory. createGeocentricCRS(String str)
-
Uses of GeocentricCRS in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return GeocentricCRS Modifier and Type Method Description GeocentricCRS
AbstractAuthorityFactory. createGeocentricCRS(String code)
Returns a geocentric coordinate reference system from a code.GeocentricCRS
AbstractAuthorityMediator. createGeocentricCRS(String code)
GeocentricCRS
AbstractCachedAuthorityFactory. createGeocentricCRS(String code)
GeocentricCRS
AuthorityFactoryAdapter. createGeocentricCRS(String code)
Returns a geocentric coordinate reference system from a code.GeocentricCRS
BufferedAuthorityFactory. createGeocentricCRS(String code)
Returns a geocentric coordinate reference system from a code.GeocentricCRS
CachedAuthorityDecorator. createGeocentricCRS(String code)
GeocentricCRS
CachedCRSAuthorityDecorator. createGeocentricCRS(String code)
GeocentricCRS
FallbackAuthorityFactory. createGeocentricCRS(String code)
Returns a geocentric coordinate reference system from a code.GeocentricCRS
ReferencingObjectFactory. createGeocentricCRS(Map<String,?> properties, GeodeticDatum datum, CartesianCS cs)
Creates a geocentric coordinate reference system from a cartesian coordinate system.GeocentricCRS
ReferencingObjectFactory. createGeocentricCRS(Map<String,?> properties, GeodeticDatum datum, SphericalCS cs)
Creates a geocentric coordinate reference system from a spherical coordinate system.GeocentricCRS
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 GeocentricCRS Modifier and Type Method Description protected CoordinateOperation
DefaultCoordinateOperationFactory. createOperationStep(GeocentricCRS sourceCRS, GeocentricCRS targetCRS)
Creates an operation between two geocentric coordinate reference systems.protected CoordinateOperation
DefaultCoordinateOperationFactory. createOperationStep(GeocentricCRS sourceCRS, GeographicCRS targetCRS)
Creates an operation from a geocentric to a geographic coordinate reference systems.protected CoordinateOperation
DefaultCoordinateOperationFactory. createOperationStep(GeographicCRS sourceCRS, GeocentricCRS targetCRS)
Creates an operation from a geographic to a geocentric coordinate reference systems.
-