| Package | Description |
|---|---|
| visad.data.netcdf.in |
Provides for importing a netCDF dataset into VisAD.
|
| Modifier and Type | Method and Description |
|---|---|
abstract DataImpl |
Strategy.getData(NetcdfAdapter adapter)
Returns a VisAD data object corresponding to the netCDF dataset.
|
DataImpl |
InMemoryStrategy.getData(NetcdfAdapter adapter)
Returns a VisAD data object corresponding to the netCDF dataset.
|
DataImpl |
FileStrategy.getData(NetcdfAdapter adapter)
Returns a VisAD data object corresponding to the netCDF dataset.
|
DataImpl |
CompositeStrategy.getData(NetcdfAdapter adapter)
Returns a VisAD data object corresponding to the netCDF dataset.
|