|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnitExistsException | |
|---|---|
| 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 UnitExistsException in ucar.units |
|---|
| Methods in ucar.units that throw UnitExistsException | |
|---|---|
void |
UnitDBImpl.add(UnitDBImpl that)
Adds all the entries in another UnitDBImpl to this database. |
void |
UnitDBImpl.addAlias(java.lang.String alias,
java.lang.String name)
Adds an alias for a unit already in the database. |
void |
UnitDB.addAlias(java.lang.String alias,
java.lang.String name)
Adds an alias for a unit to the database. |
void |
UnitDBImpl.addAlias(java.lang.String alias,
java.lang.String name,
java.lang.String symbol)
Adds an alias for a unit already in 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 |
UnitDBImpl.addAlias(java.lang.String alias,
java.lang.String name,
java.lang.String symbol,
java.lang.String plural)
Adds an alias for a unit already in 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 |
UnitDBImpl.addAlias(UnitID alias,
java.lang.String name)
Adds an alias for a unit already in the database. |
void |
UnitDB.addAlias(UnitID id,
java.lang.String name)
Adds an alias for a unit to the database. |
void |
UnitDBImpl.addSymbol(java.lang.String symbol,
java.lang.String name)
Adds a symbol for a unit already in the database. |
void |
UnitDB.addSymbol(java.lang.String symbol,
java.lang.String name)
Adds a symbol for a unit to the database. |
void |
UnitDBImpl.addUnit(Unit unit)
Adds a unit to the database. |
void |
UnitDB.addUnit(Unit unit)
Adds a unit to the database. |
static BaseUnit |
BaseUnit.getOrCreate(UnitName id,
BaseQuantity baseQuantity)
Factory method for creating a new BaseUnit or obtaining a previously-created one. |
| Constructors in ucar.units that throw UnitExistsException | |
|---|---|
UnitSystemImpl(UnitDBImpl baseUnitDB,
UnitDBImpl derivedUnitDB)
Constructs from a base unit database and a derived unit database. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||