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 |
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.
|
Modifier and Type | Method and Description |
---|---|
DerivedUnit |
TimeScaleUnit.getDerivedUnit()
Returns the derived unit underlying the reference time unit.
|
DerivedUnit |
DerivableUnit.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 |
DerivedUnitImpl.getDerivedUnit()
Returns the derived unit that is convertible with this unit.
|
DerivedUnit |
ScaledUnit.getDerivedUnit()
Gets the derived unit underlying this unit.
|
DerivedUnit |
Unit.getDerivedUnit()
Returns the derived unit that underlies this unit.
|
Modifier and Type | Method and Description |
---|---|
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–2018 UCAR/Unidata. All rights reserved.