Package | Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
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 |
TimeScaleUnit.shiftTo(Date origin) |
Unit |
UnitImpl.shiftTo(Date 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) |
Unit |
UnitImpl.shiftTo(double origin) |
Copyright © 1999–2019 UCAR/Unidata. All rights reserved.