|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseUnit | |
---|---|
javax.measure.unit | Provides support for programatic unit handling. |
Uses of BaseUnit in javax.measure.unit |
---|
Fields in javax.measure.unit declared as BaseUnit | |
---|---|
static BaseUnit<ElectricCurrent> |
SI.AMPERE
The base unit for electric current quantities ( A ). |
static BaseUnit<LuminousIntensity> |
SI.CANDELA
The base unit for luminous intensity quantities ( cd ). |
static BaseUnit<Temperature> |
SI.KELVIN
The base unit for thermodynamic temperature quantities ( K ). |
static BaseUnit<Mass> |
SI.KILOGRAM
The base unit for mass quantities ( kg ). |
static BaseUnit<Length> |
SI.METRE
The base unit for length quantities ( m ). |
static BaseUnit<AmountOfSubstance> |
SI.MOLE
The base unit for amount of substance quantities ( mol ). |
static BaseUnit<Duration> |
SI.SECOND
The base unit for duration quantities ( s ). |
Methods in javax.measure.unit with parameters of type BaseUnit | |
---|---|
Dimension |
Dimension.Model.getDimension(BaseUnit<?> unit)
Returns the dimension of the specified base unit (a dimension particular to the base unit if the base unit is not recognized). |
UnitConverter |
Dimension.Model.getTransform(BaseUnit<?> unit)
Returns the normalization transform of the specified base unit ( IDENTITY if the base unit is
not recognized). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |