Package ucar.units
Class StandardUnitDB
- java.lang.Object
-
- ucar.units.UnitDBImpl
-
- ucar.units.StandardUnitDB
-
- All Implemented Interfaces:
Serializable
,UnitDB
public final class StandardUnitDB extends UnitDBImpl
Provides support for a database of standard units.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StandardUnitDB
instance()
Gets an instance of this database.-
Methods inherited from class ucar.units.UnitDBImpl
add, addAlias, addAlias, addAlias, addAlias, addSymbol, addUnit, get, getByName, getBySymbol, getIterator, nameCount, symbolCount, toString
-
-
-
-
Method Detail
-
instance
public static StandardUnitDB instance() throws UnitDBException
Gets an instance of this database.- Returns:
- An instance of this database.
- Throws:
UnitDBException
- The instance couldn't be created.
-
-