Uses of Class
org.geotoolkit.referencing.cs.DefaultEllipsoidalCS

Packages that use DefaultEllipsoidalCS
org.geotoolkit.referencing.cs Coordinate system implementations. 
 

Uses of DefaultEllipsoidalCS in org.geotoolkit.referencing.cs
 

Fields in org.geotoolkit.referencing.cs declared as DefaultEllipsoidalCS
static DefaultEllipsoidalCS DefaultEllipsoidalCS.GEODETIC_2D
          A two-dimensional ellipsoidal CS with geodetic longitude, geodetic latitude axis in decimal degrees.
static DefaultEllipsoidalCS DefaultEllipsoidalCS.GEODETIC_3D
          A three-dimensional ellipsoidal CS with geodetic longitude, geodetic latitude, ellipsoidal height axis.
 

Methods in org.geotoolkit.referencing.cs that return DefaultEllipsoidalCS
static DefaultEllipsoidalCS DefaultEllipsoidalCS.castOrCopy(EllipsoidalCS object)
          Returns a Geotk coordinate system implementation with the same values than the given arbitrary implementation.
 DefaultEllipsoidalCS DefaultEllipsoidalCS.usingUnit(Unit<?> unit)
          Returns a new coordinate system with the same properties than the current one except for axis units.
static DefaultEllipsoidalCS DefaultEllipsoidalCS.wrap(EllipsoidalCS object)
          Deprecated. Renamed castOrCopy.
 



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