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

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

Uses of DefaultTimeCS in org.geotoolkit.referencing.cs
 

Fields in org.geotoolkit.referencing.cs declared as DefaultTimeCS
static DefaultTimeCS DefaultTimeCS.DAYS
          A one-dimensional temporal CS with time, axis in day units.
static DefaultTimeCS DefaultTimeCS.MILLISECONDS
          A one-dimensional temporal CS with time, axis in millisecond units.
static DefaultTimeCS DefaultTimeCS.SECONDS
          A one-dimensional temporal CS with time, axis in second units.
 

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



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