| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QuantityDBImpl
Provides support for a database of quantities.
|
class |
StandardQuantityDB
The following class implements a database of standard quantities.
|
| Modifier and Type | Field and Description |
|---|---|
static QuantityDB |
QuantityDB.emptyDB
The empty quantity database.
|
| Modifier and Type | Method and Description |
|---|---|
QuantityDB |
QuantityDBImpl.add(Quantity[] quantities)
Adds given Quantity-s to the database.
|
QuantityDB |
QuantityDBImpl.add(java.lang.String[] definitions,
java.lang.String[] aliases)
Adds the given quantities and aliases to the database.
|
QuantityDB |
StandardQuantityDB.add(java.lang.String[] definitions,
java.lang.String[] aliases)
Adds the given quantities and aliases to the database.
|
protected static QuantityDB |
QuantityDBManager.defaultInstance()
Returns the default quantity database.
|
static QuantityDB |
QuantityDBManager.instance()
Returns the current instance of the quantity database.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
QuantityDBManager.setInstance(QuantityDB db)
Sets the current instance of the quantity database.
|
void |
InputNetcdf.setQuantityDB(QuantityDB db)
Set the quantity database property.
|
| Constructor and Description |
|---|
Plain(QuantityDB db)
Constructs a netCDF data form that uses the given quantity database.
|
Plain(QuantityDB db,
boolean charToText)
Constructs a netCDF data form that uses the given quantity database,
and the flag for converting char to Text.
|
QuantityDBImpl(QuantityDB nextDB)
Constructs with another quantity database as the successor database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NetcdfQuantityDB
Provides support for mapping netCDF elements to VisAD quantities by
decorating a existing quantity database with methods specifically
appropriate to netCDF variables.
|
| Modifier and Type | Method and Description |
|---|---|
static View |
View.getInstance(ucar.netcdf.Netcdf netcdf,
QuantityDB db)
Returns a view of a netCDF dataset.
|
static View |
View.getInstance(ucar.netcdf.Netcdf netcdf,
QuantityDB db,
boolean charToText)
Returns a view of a netCDF dataset.
|
| Constructor and Description |
|---|
DefaultView(ucar.netcdf.Netcdf netcdf,
QuantityDB quantityDB)
Constructs from a netCDF dataset and a quantity database.
|
DefaultView(ucar.netcdf.Netcdf netcdf,
QuantityDB quantityDB,
boolean charToText)
Constructs from a netCDF dataset and a quantity database.
|
NetcdfAdapter(ucar.netcdf.Netcdf netcdf,
QuantityDB quantityDB)
Constructs from a netCDF dataset.
|
NetcdfAdapter(ucar.netcdf.Netcdf netcdf,
QuantityDB quantityDB,
boolean charToText)
Constructs from a netCDF dataset.
|
NetcdfQuantityDB(QuantityDB db)
Constructs from another quantity database.
|
View(ucar.netcdf.Netcdf netcdf,
QuantityDB quantityDB)
Constructs from a netCDF dataset.
|
View(ucar.netcdf.Netcdf netcdf,
QuantityDB quantityDB,
boolean charToText)
Constructs from a netCDF dataset.
|