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 GeocentricCRSCRSAuthorityFactory. createGeocentricCRS(String code)Returns a geocentric coordinate reference system from a code.GeocentricCRSCRSFactory. createGeocentricCRS(Map<String,?> properties, GeodeticDatum datum, CartesianCS cs)Creates a geocentric coordinate reference system from a cartesian coordinate system.GeocentricCRSCRSFactory. 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 classDefaultGeocentricCRSA 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 GeocentricCRSEPSGCRSAuthorityFactory. 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 GeocentricCRSAbstractAuthorityFactory. createGeocentricCRS(String code)Returns a geocentric coordinate reference system from a code.GeocentricCRSAbstractAuthorityMediator. createGeocentricCRS(String code)GeocentricCRSAbstractCachedAuthorityFactory. createGeocentricCRS(String code)GeocentricCRSAuthorityFactoryAdapter. createGeocentricCRS(String code)Returns a geocentric coordinate reference system from a code.GeocentricCRSBufferedAuthorityFactory. createGeocentricCRS(String code)Returns a geocentric coordinate reference system from a code.GeocentricCRSCachedAuthorityDecorator. createGeocentricCRS(String code)GeocentricCRSCachedCRSAuthorityDecorator. createGeocentricCRS(String code)GeocentricCRSFallbackAuthorityFactory. createGeocentricCRS(String code)Returns a geocentric coordinate reference system from a code.GeocentricCRSReferencingObjectFactory. createGeocentricCRS(Map<String,?> properties, GeodeticDatum datum, CartesianCS cs)Creates a geocentric coordinate reference system from a cartesian coordinate system.GeocentricCRSReferencingObjectFactory. createGeocentricCRS(Map<String,?> properties, GeodeticDatum datum, SphericalCS cs)Creates a geocentric coordinate reference system from a spherical coordinate system.GeocentricCRSThreadedAuthorityFactory. 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 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.
-