Uses of Interface
ucar.units.UnitSystem

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

Classes in ucar.units that implement UnitSystem
 class SI
          Provides support for the International System of Units (SI).
 class UnitSystemImpl
           
 

Methods in ucar.units that return UnitSystem
static UnitSystem UnitSystemManager.instance()
          Returns an instance of the system of units.
 

Methods in ucar.units with parameters of type UnitSystem
static void UnitSystemManager.setInstance(UnitSystem instance)
          Sets the system of units.
 



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