Uses of Class
ucar.units.QuantityDimension

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

Methods in ucar.units that return QuantityDimension
 QuantityDimension QuantityDimension.divideBy(QuantityDimension that)
          Divides this quantity dimension by another quantity dimension.
 QuantityDimension DerivedUnitImpl.getQuantityDimension()
          Returns the quantity dimension of this derived unit.
 QuantityDimension DerivedUnit.getQuantityDimension()
          Return the quantity dimension of this derived unit.
 QuantityDimension UnitDimension.getQuantityDimension()
          Returns the corresponding quantity dimension.
 QuantityDimension QuantityDimension.multiplyBy(QuantityDimension that)
          Multiplies this quantity dimension by another quantity dimension.
 QuantityDimension QuantityDimension.raiseTo(int power)
          Raises this quantity dimension to a power.
 

Methods in ucar.units with parameters of type QuantityDimension
 QuantityDimension QuantityDimension.divideBy(QuantityDimension that)
          Divides this quantity dimension by another quantity dimension.
 QuantityDimension QuantityDimension.multiplyBy(QuantityDimension that)
          Multiplies this quantity dimension by another quantity dimension.
 



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