Uses of Class
ucar.units.ShiftException

Packages that use ShiftException
ucar.units Provides support for parsing and formatting string unit specification, converting numerical values between compatible units, and performing arithmetic on units (such as dividing one unit by another). 
 

Uses of ShiftException in ucar.units
 

Methods in ucar.units that throw ShiftException
 Unit UnitImpl.shiftTo(Date origin)
           
 Unit TimeScaleUnit.shiftTo(Date origin)
           
 Unit Unit.shiftTo(Date origin)
          Returns a unit identical to this instance but whose origin (i.e., zero value) has been shifted to the given time.
 Unit UnitImpl.shiftTo(double origin)
           
 Unit TimeScaleUnit.shiftTo(double origin)
           
 Unit Unit.shiftTo(double origin)
          Returns a unit identical to this instance but whose origin (i.e., zero value) has been shifted to the given value.
 



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