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 | Class and Description |
---|---|
class |
BaseUnit
Provides support for base units.
|
class |
DerivedUnitImpl
Provides support for a concrete implementation of derived units.
|
class |
LogarithmicUnit
Provides support for units that are based on a logarithm of the ratio of a
physical quantity to an underlying reference level.
|
class |
OffsetUnit
Provides support for units that are offset from reference units (ex: as the
unit "degree Celsius" is offset from the reference unit "kelvin").
|
class |
ScaledUnit
Provides support for a unit that is a mutiplicative factor of a reference
unit.
|
class |
TimeScaleUnit
Provides support for a reference time unit whose origin is at a certain time.
|
class |
UnknownUnit
Provides support for unknown base units.
|
Copyright © 1999–2018 UCAR/Unidata. All rights reserved.