Uses of Interface
org.opengis.referencing.crs.GeocentricCRS

Packages that use GeocentricCRS
org.geotools.referencing.crs Coordinate reference systems implementation. 
org.geotools.referencing.factory Base classes for factories and authority factories
org.geotools.referencing.operation Coordinate operation implementation. 
org.opengis.referencing.crs Coordinate reference systems (coordinate systems with a datum). 
 

Uses of GeocentricCRS in org.geotools.referencing.crs
 

Classes in org.geotools.referencing.crs that implement GeocentricCRS
 class DefaultGeocentricCRS
          A 3D coordinate reference system with the origin at the approximate centre of mass of the earth.
 

Methods in org.geotools.referencing.crs that return GeocentricCRS
 GeocentricCRS EPSGCRSAuthorityFactory.createGeocentricCRS(String str)
          Deprecated.  
 

Constructors in org.geotools.referencing.crs with parameters of type GeocentricCRS
DefaultGeocentricCRS(GeocentricCRS crs)
          Constructs a new geocentric CRS with the same values than the specified one.
 

Uses of GeocentricCRS in org.geotools.referencing.factory
 

Methods in org.geotools.referencing.factory that return GeocentricCRS
 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 AbstractAuthorityMediator.createGeocentricCRS(String code)
           
 GeocentricCRS BufferedAuthorityFactory.createGeocentricCRS(String code)
          Returns a geocentric coordinate reference system from a code.
 GeocentricCRS AuthorityFactoryAdapter.createGeocentricCRS(String code)
          Returns a geocentric coordinate reference system from a code.
 GeocentricCRS AbstractCachedAuthorityFactory.createGeocentricCRS(String code)
           
 GeocentricCRS CachedCRSAuthorityDecorator.createGeocentricCRS(String code)
           
 GeocentricCRS CachedAuthorityDecorator.createGeocentricCRS(String code)
           
 GeocentricCRS ThreadedAuthorityFactory.createGeocentricCRS(String code)
          Returns a geocentric coordinate reference system from a code.
 GeocentricCRS FallbackAuthorityFactory.createGeocentricCRS(String code)
          Returns a geocentric coordinate reference system from a code.
 GeocentricCRS AbstractAuthorityFactory.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
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.
 

Uses of GeocentricCRS in org.opengis.referencing.crs
 

Methods in org.opengis.referencing.crs that return GeocentricCRS
 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.
 GeocentricCRS CRSAuthorityFactory.createGeocentricCRS(String code)
          Returns a geocentric coordinate reference system from a code.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.