Uses of Interface
ucar.units.PrefixDB

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

Classes in ucar.units that implement PrefixDB
 class PrefixDBImpl
          Provides a concrete implementation of a database of unit prefixes.
 class StandardPrefixDB
          Provides support for a database of standard unit prefixes.
 

Methods in ucar.units that return PrefixDB
static PrefixDB PrefixDBManager.instance()
          Gets the current prefix database.
 

Methods in ucar.units with parameters of type PrefixDB
static void PrefixDBManager.setInstance(PrefixDB instance)
          Sets the current prefix database.
 



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