| 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 |
|---|---|
static BaseQuantity |
BaseQuantity.add(java.lang.String name)
Add a base quantity to the database.
|
static BaseQuantity |
BaseQuantity.add(java.lang.String name,
java.lang.String alias)
Add a base quantity with an alias to the database.
|
static BaseQuantity |
BaseQuantity.add(java.lang.String name,
java.lang.String[] aliases)
Add a base quantity with aliases to the database.
|
static BaseQuantity |
BaseQuantity.get(int i)
Retrieve the base quantity associated with a given index.
|
static BaseQuantity |
BaseQuantity.get(java.lang.String name)
Retrieve a base quantity from the database based on a
match of either the name or an alias.
|
static BaseQuantity |
BaseQuantity.getByAlias(java.lang.String name)
Retrieve a base quantity from the database based on a
match of an alias.
|
static BaseQuantity |
BaseQuantity.getByName(java.lang.String name)
Retrieve a base quantity from the database based on a
match of the name.
|