| 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 |
SI
Provides support for the International System of Units (SI).
|
class |
UnitSystemImpl |
| Modifier and Type | Method and Description |
|---|---|
static UnitSystem |
UnitSystemManager.instance()
Returns an instance of the system of units.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
UnitSystemManager.setInstance(UnitSystem instance)
Sets the system of units.
|