| Package | Description |
|---|---|
| visad.data.netcdf.in |
Provides for importing a netCDF dataset into VisAD.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultView
Provides support for the default view of a netCDF dataset as documented
in the netCDF User's Guide.
|
| Modifier and Type | Field and Description |
|---|---|
protected View |
VirtualDataIterator.view
The view of the netCDF dataset that's being iterated over.
|
| 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.
|
View |
VirtualDataIterator.getNetcdf()
Gets the view of the netCDF dataset.
|
protected View |
NetcdfAdapter.getView()
Gets the view of the netCDF dataset.
|
| Modifier and Type | Method and Description |
|---|---|
protected static DataImpl |
NetcdfAdapter.importData(View view,
Merger merger,
DataFactory dataFactory)
Returns the VisAD data object corresponding to the netCDF dataset.
|
| Constructor and Description |
|---|
NetcdfAdapter(View view)
Constructs from a view of a netCDF dataset.
|
VirtualDataIterator(View view)
Constructs from a view of a netCDF dataset.
|