| Package | Description |
|---|---|
| visad.data.netcdf.in |
Provides for importing a netCDF dataset into VisAD.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FlatMerger
Provides support for merging of virtual data objects.
|
| Modifier and Type | Method and Description |
|---|---|
protected Merger |
MaxFileFieldStrategy.getMerger()
Returns the Merger for cosolidating virtual data objects together.
|
protected Merger |
FileStrategy.getMerger()
Returns the Merger for cosolidating virtual data objects together.
|
static Merger |
Merger.instance()
Returns an instance of this class.
|
static Merger |
FlatMerger.instance()
Returns an instance of this class.
|
| 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.
|