Package | Description |
---|---|
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).
|
Modifier and Type | Class and Description |
---|---|
class |
UnknownUnit
Provides support for unknown base units.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
BaseUnit |
UnitSystemImpl.getBaseUnit(BaseQuantity quantity)
Returns the base unit corresponding to a base quantity.
|
BaseUnit |
UnitSystem.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.
|
Constructor and Description |
---|
UnitDimension(BaseUnit baseUnit)
Constructs the unit dimension corresponding to a base unit.
|
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.