|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnitSystemException | |
|---|---|
| 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 UnitSystemException in ucar.units |
|---|
| Methods in ucar.units that throw UnitSystemException | |
|---|---|
Unit |
StandardUnitFormat.basicExpr(UnitDB unitDB)
|
static UnitSystem |
UnitSystemManager.instance()
Returns an instance of the system of units. |
static SI |
SI.instance()
Returns an instance of the SI system of units. |
Unit |
StandardUnitFormat.logExpr(UnitDB unitDB)
|
Unit |
UnitFormatImpl.parse(java.lang.String spec)
Parses a unit specification. |
Unit |
UnitFormat.parse(java.lang.String spec)
Parses a unit specification. |
Unit |
UnitFormat.parse(java.lang.String spec,
UnitDB unitDB)
Parses a unit specification. |
Unit |
StandardUnitFormat.parse(java.lang.String spec,
UnitDB unitDB)
Decodes a unit specification. |
Unit |
StandardUnitFormat.powerExpr(UnitDB unitDB)
|
Unit |
StandardUnitFormat.productExpr(UnitDB unitDB)
|
static void |
UnitSystemManager.setInstance(UnitSystem instance)
Sets the system of units. |
Unit |
StandardUnitFormat.shiftExpr(UnitDB unitDB)
|
Unit |
StandardUnitFormat.unitIdentifier(UnitDB unitDB)
|
Unit |
StandardUnitFormat.unitSpec(UnitDB unitDB)
|
| Constructors in ucar.units that throw UnitSystemException | |
|---|---|
TimeScaleUnit(Unit unit,
java.util.Date origin)
Constructs from a reference unit and a time origin. |
|
TimeScaleUnit(Unit unit,
java.util.Date origin,
UnitName id)
Constructs from a reference unit, a time origin, and an identifier. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||