Uses of Interface
ucar.units.Base

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

Classes in ucar.units that implement Base
 class BaseQuantity
          Provides support for abstract base quantities (ex: length, time).
 class BaseUnit
          Provides support for base units.
 class RegularBaseQuantity
          Provides support for a base quantity that is dimensionfull.
 class SupplementaryBaseQuantity
          Provides support for supplementary base quantities.
 class UnknownBaseQuantity
          Provides support for an unknown base quantity.
 class UnknownUnit
          Provides support for unknown base units.
 

Methods in ucar.units that return Base
 Base Factor.getBase()
          Returns the Base entity.
 

Constructors in ucar.units with parameters of type Base
Factor(Base base)
          Constructs from a Base.
Factor(Base base, int exponent)
          Constructs from a Base and an exponent.
 



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