Uses of Interface
ucar.units.DerivedUnit

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

Classes in ucar.units that implement DerivedUnit
 class BaseUnit
          Provides support for base units.
 class DerivedUnitImpl
          Provides support for a concrete implementation of derived units.
 class UnknownUnit
          Provides support for unknown base units.
 

Methods in ucar.units that return DerivedUnit
 DerivedUnit ScaledUnit.getDerivedUnit()
          Gets the derived unit underlying this unit.
 DerivedUnit TimeScaleUnit.getDerivedUnit()
          Returns the derived unit underlying the reference time unit.
 DerivedUnit DerivedUnitImpl.getDerivedUnit()
          Returns the derived unit that is convertible with this unit.
 DerivedUnit Unit.getDerivedUnit()
          Returns the derived unit that underlies this unit.
 DerivedUnit LogarithmicUnit.getDerivedUnit()
          Returns the derived unit that is convertible with this unit.
 DerivedUnit OffsetUnit.getDerivedUnit()
          Returns the derived unit that is convertible with this unit.
 DerivedUnit DerivableUnit.getDerivedUnit()
          Returns the derived unit that underlies this unit.
 

Methods in ucar.units with parameters of type DerivedUnit
 boolean DerivedUnitImpl.isReciprocalOf(DerivedUnit that)
          Indicates if this derived unit is the reciprocal of another derived unit (e.g.
 boolean DerivedUnit.isReciprocalOf(DerivedUnit that)
          Indicates if this derived unit is the reciprocal of another derived unit (e.g.
 



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