|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnitDBAccessException | |
|---|---|
| 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 UnitDBAccessException in ucar.units |
|---|
| Methods in ucar.units that throw UnitDBAccessException | |
|---|---|
void |
UnitDB.addAlias(java.lang.String alias,
java.lang.String name)
Adds an alias for a unit to the database. |
void |
UnitDB.addAlias(java.lang.String alias,
java.lang.String name,
java.lang.String symbol)
Adds an alias for a unit to the database. |
void |
UnitDB.addAlias(java.lang.String alias,
java.lang.String name,
java.lang.String symbol,
java.lang.String plural)
Adds an alias for a unit to the database. |
void |
UnitDB.addAlias(UnitID id,
java.lang.String name)
Adds an alias for a unit to the database. |
void |
UnitDB.addSymbol(java.lang.String symbol,
java.lang.String name)
Adds a symbol for a unit to the database. |
void |
UnitDB.addUnit(Unit unit)
Adds a unit to the database. |
Unit |
UnitDB.get(java.lang.String id)
Gets the unit in the database whose name, plural, or symbol, match an identifier. |
Unit |
UnitDB.getByName(java.lang.String name)
Gets a unit in the database by name. |
Unit |
UnitDB.getBySymbol(java.lang.String symbol)
Gets a unit in the database by symbol. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||