| 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-2015 UCAR/Unidata. All Rights Reserved.