Uses of Class
ucar.netcdf.AbstractNetcdf

Packages that use AbstractNetcdf
ucar.netcdf Provides an abstraction for sampled functions between multidimensional spaces. 
visad.data.netcdf.out Provides for exporting a VisAD data object to a netCDF dataset. 
 

Uses of AbstractNetcdf in ucar.netcdf
 

Subclasses of AbstractNetcdf in ucar.netcdf
 class NetcdfFile
          A concrete implementation of the Netcdf interface, this class provides connection to NetCDF version 1 files.
 class RemoteNetcdf
          A concrete implementation of the Netcdf interface, this class uses java rmi to access a remote Netcdf.
 

Constructors in ucar.netcdf with parameters of type AbstractNetcdf
NetcdfRemoteProxyImpl(NetcdfServer svr, String key, AbstractNetcdf nc)
          Construct a RemoteObject which acts as a NetcdfRemoteProxy for a single Netcdf.
NetcdfRemoteProxyImpl(NetcdfServer svr, String key, AbstractNetcdf nc)
          Construct a RemoteObject which acts as a NetcdfRemoteProxy for a single Netcdf.
 

Uses of AbstractNetcdf in visad.data.netcdf.out
 

Subclasses of AbstractNetcdf in visad.data.netcdf.out
 class VisADAdapter
          The VisADAdapter class adapts a VisAD data object to the AbstractNetcdf API.