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

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

Uses of DefaultVerticalCS in org.geotoolkit.referencing.cs
 

Fields in org.geotoolkit.referencing.cs declared as DefaultVerticalCS
static DefaultVerticalCS DefaultVerticalCS.DEPTH
          A one-dimensional vertical CS with depth axis in metres.
static DefaultVerticalCS DefaultVerticalCS.ELLIPSOIDAL_HEIGHT
          A one-dimensional vertical CS with ellipsoidal height axis in metres.
static DefaultVerticalCS DefaultVerticalCS.GRAVITY_RELATED_HEIGHT
          A one-dimensional vertical CS with gravity-related height axis in metres.
 

Methods in org.geotoolkit.referencing.cs that return DefaultVerticalCS
static DefaultVerticalCS DefaultVerticalCS.castOrCopy(VerticalCS object)
          Returns a Geotk coordinate system implementation with the same values than the given arbitrary implementation.
static DefaultVerticalCS DefaultVerticalCS.wrap(VerticalCS object)
          Deprecated. Renamed castOrCopy.
 



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