Uses of Class
ucar.units.UnitDBImpl

Packages that use UnitDBImpl
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 UnitDBImpl in ucar.units
 

Subclasses of UnitDBImpl in ucar.units
 class StandardUnitDB
          Provides support for a database of standard units.
 

Methods in ucar.units with parameters of type UnitDBImpl
 void UnitDBImpl.add(UnitDBImpl that)
          Adds all the entries in another UnitDBImpl to this database.
 

Constructors in ucar.units with parameters of type UnitDBImpl
UnitSystemImpl(UnitDBImpl baseUnitDB, UnitDBImpl derivedUnitDB)
          Constructs from a base unit database and a derived unit database.
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.