Uses of Class
visad.data.netcdf.in.NetcdfAdapter

Packages that use NetcdfAdapter
visad.data.netcdf.in Provides for importing a netCDF dataset into VisAD. 
 

Uses of NetcdfAdapter in visad.data.netcdf.in
 

Methods in visad.data.netcdf.in with parameters of type NetcdfAdapter
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.