| Methods in ucar.units that throw ShiftException |
Unit |
UnitImpl.shiftTo(java.util.Date origin)
|
Unit |
Unit.shiftTo(java.util.Date origin)
Returns a unit identical to this instance but whose origin (i.e., zero
value) has been shifted to the given time. |
Unit |
TimeScaleUnit.shiftTo(java.util.Date origin)
|
Unit |
UnitImpl.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. |
Unit |
TimeScaleUnit.shiftTo(double origin)
|