Uses of Class
org.geotoolkit.referencing.crs.DefaultGeocentricCRS

Packages that use DefaultGeocentricCRS
org.geotoolkit.referencing.crs Coordinate reference system implementations. 
 

Uses of DefaultGeocentricCRS in org.geotoolkit.referencing.crs
 

Fields in org.geotoolkit.referencing.crs declared as DefaultGeocentricCRS
static DefaultGeocentricCRS DefaultGeocentricCRS.CARTESIAN
          The default geocentric CRS with a Cartesian coordinate system.
static DefaultGeocentricCRS DefaultGeocentricCRS.SPHERICAL
          The default geocentric CRS with a spherical coordinate system.
 

Methods in org.geotoolkit.referencing.crs that return DefaultGeocentricCRS
static DefaultGeocentricCRS DefaultGeocentricCRS.castOrCopy(GeocentricCRS object)
          Returns a Geotk CRS implementation with the same values than the given arbitrary implementation.
static DefaultGeocentricCRS DefaultGeocentricCRS.wrap(GeocentricCRS object)
          Deprecated. Renamed castOrCopy.
 



Copyright © 2009-2011 Geotoolkit.org. All Rights Reserved.