| Package | Description |
|---|---|
| visad.data.netcdf |
Provides for importing a netCDF dataset into VisAD and for exporting a VisAD
data object to a netCDF dataset.
|
| visad.data.netcdf.in |
Provides for importing a netCDF dataset into VisAD.
|
| visad.data.visad.object |
| Modifier and Type | Method and Description |
|---|---|
Quantity |
QuantityDBImpl.get(java.lang.String name)
Returns the quantity in the database whose name matches a
given name.
|
abstract Quantity |
QuantityDB.get(java.lang.String name)
Returns the quantity in the database whose name matches a
given name.
|
Quantity |
QuantityDB.get(java.lang.String name,
java.lang.String unitSpec)
Returns the quantity that matches the given name and unit.
|
Quantity[] |
QuantityDBImpl.get(Unit unit)
Returns all quantities in the database whose default unit is
convertible with a given unit.
|
abstract Quantity[] |
QuantityDB.get(Unit unit)
Returns all quantities in the database whose default unit is
convertible with a given unit.
|
static Quantity |
Quantity.getQuantity(java.lang.String name,
java.lang.String unitSpec)
create a new Quantity, or return it if it already exists
|
static Quantity |
Quantity.getQuantity(java.lang.String name,
java.lang.String unitSpec,
SimpleSet set)
create a new Quantity, or return it if it already exists
|
static Quantity |
Quantity.getQuantityByName(java.lang.String name)
return any Quantity constructed in this JVM with name,
or null
|
| Modifier and Type | Method and Description |
|---|---|
void |
QuantityDB.add(Quantity quantity)
Adds a given Quantity to the database.
|
QuantityDB |
QuantityDBImpl.add(Quantity[] quantities)
Adds given Quantity-s to the database.
|
void |
QuantityDBImpl.add(java.lang.String name,
Quantity quantity)
Adds a quantity to the database under a given name.
|
abstract void |
QuantityDB.add(java.lang.String name,
Quantity quantity)
Adds a given Quantity to the database under a given name.
|
| Modifier and Type | Method and Description |
|---|---|
Quantity |
NetcdfQuantityDB.get(java.lang.String name)
Returns the quantity in the database whose name matches a
given name.
|
Quantity[] |
NetcdfQuantityDB.get(Unit unit)
Returns all quantities in the database whose default unit is
convertible with a given unit.
|
Quantity |
NetcdfQuantityDB.getBest(java.lang.String longName,
java.lang.String name)
Return the VisAD quantity corresponding to the best combination of
long name and name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetcdfQuantityDB.add(java.lang.String name,
Quantity quantity)
Adds a given Quantity to the database under a given name.
|
| Modifier and Type | Method and Description |
|---|---|
static Quantity |
BinaryQuantity.read(BinaryReader reader,
int index) |
| Modifier and Type | Method and Description |
|---|---|
static int |
BinaryQuantity.computeBytes(Quantity qt) |
static int |
BinaryQuantity.write(BinaryWriter writer,
Quantity qt,
java.lang.Object token) |