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 |
BaseQuantity
Provides support for abstract base quantities (ex: length, time).
|
class |
BaseUnit
Provides support for base units.
|
class |
RegularBaseQuantity
Provides support for a base quantity that is dimensionfull.
|
class |
SupplementaryBaseQuantity
Provides support for supplementary base quantities.
|
class |
UnknownBaseQuantity
Provides support for an unknown base quantity.
|
class |
UnknownUnit
Provides support for unknown base units.
|
Modifier and Type | Method and Description |
---|---|
Base |
Factor.getBase()
Returns the Base entity.
|
Constructor and Description |
---|
Factor(Base base)
Constructs from a Base.
|
Factor(Base base,
int exponent)
Constructs from a Base and an exponent.
|
Copyright © 1999–2018 UCAR/Unidata. All rights reserved.