| Package | Description |
|---|---|
| visad |
The core VisAD package, providing support for VisAD's Data & MathType
hierarchy, as well as for VisAD Displays and remote collaboration.
|
| Modifier and Type | Method and Description |
|---|---|
abstract DerivedUnit |
Unit.getDerivedUnit()
Returns the derived unit that underlies this unit.
|
DerivedUnit |
ScaledUnit.getDerivedUnit() |
DerivedUnit |
PromiscuousUnit.getDerivedUnit()
Returns the dimensionless unit one with the identifier "1".
|
DerivedUnit |
OffsetUnit.getDerivedUnit() |
DerivedUnit |
LogarithmicUnit.getDerivedUnit() |
DerivedUnit |
DerivedUnit.getDerivedUnit() |
DerivedUnit |
BaseUnit.getDerivedUnit() |
| Modifier and Type | Method and Description |
|---|---|
Unit |
DerivedUnit.multiply(DerivedUnit that)
Multiply a derived unit by a derived unit.
|
| Constructor and Description |
|---|
DerivedUnit(DerivedUnit that,
String identifier)
Construct a derived unit from a derived unit and an identifier.
|
ScaledUnit(double amount,
DerivedUnit unit) |
ScaledUnit(double amount,
DerivedUnit unit,
String id) |