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 | Method and Description |
---|---|
void |
PrefixDB.addName(String name,
double value)
Adds a prefix to the database by name.
|
void |
PrefixDB.addSymbol(String symbol,
double value)
Adds a prefix to the database by symbol.
|
Prefix |
PrefixDB.getPrefixByName(String name)
Gets a prefix from the database by name.
|
Prefix |
PrefixDB.getPrefixBySymbol(String symbol)
Gets a prefix from the database by symbol.
|
Prefix |
PrefixDB.getPrefixByValue(double value)
Gets a prefix from the database by value.
|
Copyright © 1999–2019 UCAR/Unidata. All rights reserved.