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 |
PrefixName
Provides support for prefix names and numeric values.
|
class |
PrefixSymbol
Provides support for prefix symbols.
|
Modifier and Type | Method and Description |
---|---|
Prefix |
PrefixDB.getPrefixByName(String name)
Gets a prefix from the database by name.
|
Prefix |
PrefixDBImpl.getPrefixByName(String string)
Gets a prefix by name.
|
Prefix |
PrefixDB.getPrefixBySymbol(String symbol)
Gets a prefix from the database by symbol.
|
Prefix |
PrefixDBImpl.getPrefixBySymbol(String string)
Gets a prefix by symbol.
|
Prefix |
PrefixDB.getPrefixByValue(double value)
Gets a prefix from the database by value.
|
Prefix |
PrefixDBImpl.getPrefixByValue(double value)
Gets a prefix by value.
|
Constructor and Description |
---|
PrefixExistsException(Prefix oldPrefix,
Prefix newPrefix)
Constructs from an old prefix and a new prefix.
|
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.