Uses of Class
ucar.nc2.units.TimeUnit

Packages that use TimeUnit
thredds.inventory Abstractions for tracking dataset inventory using "managed files". 
ucar.nc2.dataset An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data, and NcML. 
ucar.nc2.dt.grid Scientific data type "Grid", uses cartesian coordinate system. 
ucar.nc2.units Utility classes for scientific units and ucar.units package. 
 

Uses of TimeUnit in thredds.inventory
 

Methods in thredds.inventory that return TimeUnit
 TimeUnit DatasetCollectionManager.getRecheck()
          Get how often to rescan
 TimeUnit CollectionManager.getRecheck()
          Get how often to rescan
 

Uses of TimeUnit in ucar.nc2.dataset
 

Methods in ucar.nc2.dataset that return TimeUnit
 TimeUnit CoordinateAxis1DTime.getTimeResolution()
          only if isRegular() LOOK REDO
 

Uses of TimeUnit in ucar.nc2.dt.grid
 

Methods in ucar.nc2.dt.grid that return TimeUnit
 TimeUnit GridCoordSys.getTimeResolution()
          Get the resolution of the time coordinate.
 

Uses of TimeUnit in ucar.nc2.units
 

Methods in ucar.nc2.units that return TimeUnit
 TimeUnit DateUnit.getTimeUnit()
          For udunit dates, get the time unit.
 TimeUnit TimeDuration.getTimeUnit()
          Get the corresponding time unit
 

Methods in ucar.nc2.units with parameters of type TimeUnit
 DateType DateType.add(TimeUnit d)
           
 double TimeUnit.convertTo(double value, TimeUnit outputUnit)
          Convert given value of this unit to the new unit.
 double TimeDuration.getValue(TimeUnit want)
          Get the time duration in a specified unit of time.
 DateType DateType.subtract(TimeUnit d)
           
 

Constructors in ucar.nc2.units with parameters of type TimeUnit
TimeDuration(TimeUnit timeUnit)
          Construct from a TimeUnit.
TimeUnit(TimeUnit src)
          Copy Constructor.
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.