Uses of Class
ucar.units.BaseUnit

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

Subclasses of BaseUnit in ucar.units
 class UnknownUnit
          Provides support for unknown base units.
 

Fields in ucar.units declared as BaseUnit
static BaseUnit SI.AMPERE
          Base unit of electric current.
static BaseUnit SI.CANDELA
          Base unit of luminous intensity.
static BaseUnit SI.KELVIN
          Base unit of thermodynamic temperature.
static BaseUnit SI.KILOGRAM
          Base unit of mass.
static BaseUnit SI.METER
          Base unit of length.
static BaseUnit SI.METRE
          Synonym for METER.
static BaseUnit SI.MOLE
          Base unit of amount of substance.
static BaseUnit SI.RADIAN
          Base unit of angular measure.
static BaseUnit SI.SECOND
          Base unit of time.
static BaseUnit SI.STERADIAN
          Base unit of solid angle.
 

Methods in ucar.units that return BaseUnit
 BaseUnit UnitSystem.getBaseUnit(BaseQuantity quantity)
          Returns the base unit corresponding to a base quantity.
 BaseUnit UnitSystemImpl.getBaseUnit(BaseQuantity quantity)
          Returns the base unit corresponding to a base quantity.
static BaseUnit BaseUnit.getOrCreate(UnitName id, BaseQuantity baseQuantity)
          Factory method for creating a new BaseUnit or obtaining a previously-created one.
 

Constructors in ucar.units with parameters of type BaseUnit
UnitDimension(BaseUnit baseUnit)
          Constructs the unit dimension corresponding to a base unit.
 



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