|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchUnitException | |
---|---|
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 NoSuchUnitException in ucar.units |
---|
Methods in ucar.units that throw NoSuchUnitException | |
---|---|
void |
UnitDBImpl.addAlias(String alias,
String name)
Adds an alias for a unit already in the database. |
void |
UnitDB.addAlias(String alias,
String name)
Adds an alias for a unit to the database. |
void |
UnitDBImpl.addAlias(String alias,
String name,
String symbol)
Adds an alias for a unit already in the database. |
void |
UnitDB.addAlias(String alias,
String name,
String symbol)
Adds an alias for a unit to the database. |
void |
UnitDBImpl.addAlias(String alias,
String name,
String symbol,
String plural)
Adds an alias for a unit already in the database. |
void |
UnitDB.addAlias(String alias,
String name,
String symbol,
String plural)
Adds an alias for a unit to the database. |
void |
UnitDBImpl.addAlias(UnitID alias,
String name)
Adds an alias for a unit already in the database. |
void |
UnitDB.addAlias(UnitID id,
String name)
Adds an alias for a unit to the database. |
void |
UnitDBImpl.addSymbol(String symbol,
String name)
Adds a symbol for a unit already in the database. |
void |
UnitDB.addSymbol(String symbol,
String name)
Adds a symbol for a unit to the database. |
Unit |
UnitFormatImpl.parse(String spec)
Parses a unit specification. |
Unit |
UnitFormat.parse(String spec)
Parses a unit specification. |
Unit |
UnitFormat.parse(String spec,
UnitDB unitDB)
Parses a unit specification. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |