Uses of Interface
ucar.netcdf.Netcdf

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

Uses of Netcdf in ucar.netcdf
 

Classes in ucar.netcdf that implement Netcdf
 class AbstractNetcdf
          This abstract class provides a skeletal implementation of the Netcdf interface.
 class NetcdfFile
          A concrete implementation of the Netcdf interface, this class provides connection to NetCDF version 1 files.
 class NetcdfWrapper
          Abstract "decorator" class for wrapping a Netcdf object.
 class RemoteNetcdf
          A concrete implementation of the Netcdf interface, this class uses java rmi to access a remote Netcdf.
 

Methods in ucar.netcdf that return Netcdf
 Netcdf NetcdfWrapper.getNetcdf()
          Returns the wrapped Netcdf object.
 Netcdf NetcdfWrapper.getNetcdf()
          Returns the wrapped Netcdf object.
 

Constructors in ucar.netcdf with parameters of type Netcdf
NetcdfWrapper(Netcdf netcdf)
          Constructs from a netCDF object.
NetcdfWrapper(Netcdf netcdf)
          Constructs from a netCDF object.
Schema(Netcdf nc)
          Create a Schema initialized by an existing Netcdf.
Schema(Netcdf nc)
          Create a Schema initialized by an existing Netcdf.
 

Uses of Netcdf in visad.data.netcdf.in
 

Methods in visad.data.netcdf.in that return Netcdf
 Netcdf View.getNetcdf()
          Returns the underlying netCDF dataset.
 Netcdf View.getNetcdf()
          Returns the underlying netCDF dataset.
 

Methods in visad.data.netcdf.in with parameters of type Netcdf
protected static String View.getConventionsString(Netcdf netcdf)
          Returns the value of the global "Conventions" attribute.
protected static String View.getConventionsString(Netcdf netcdf)
          Returns the value of the global "Conventions" attribute.
static View View.getInstance(Netcdf netcdf, QuantityDB db)
          Returns a view of a netCDF dataset.
static View View.getInstance(Netcdf netcdf, QuantityDB db)
          Returns a view of a netCDF dataset.
static View View.getInstance(Netcdf netcdf, QuantityDB db, boolean charToText)
          Returns a view of a netCDF dataset.
static View View.getInstance(Netcdf netcdf, QuantityDB db, boolean charToText)
          Returns a view of a netCDF dataset.
 

Constructors in visad.data.netcdf.in with parameters of type Netcdf
DefaultView(Netcdf netcdf, QuantityDB quantityDB)
          Constructs from a netCDF dataset and a quantity database.
DefaultView(Netcdf netcdf, QuantityDB quantityDB)
          Constructs from a netCDF dataset and a quantity database.
DefaultView(Netcdf netcdf, QuantityDB quantityDB, boolean charToText)
          Constructs from a netCDF dataset and a quantity database.
DefaultView(Netcdf netcdf, QuantityDB quantityDB, boolean charToText)
          Constructs from a netCDF dataset and a quantity database.
NetcdfAdapter(Netcdf netcdf, QuantityDB quantityDB)
          Constructs from a netCDF dataset.
NetcdfAdapter(Netcdf netcdf, QuantityDB quantityDB)
          Constructs from a netCDF dataset.
NetcdfAdapter(Netcdf netcdf, QuantityDB quantityDB, boolean charToText)
          Constructs from a netCDF dataset.
NetcdfAdapter(Netcdf netcdf, QuantityDB quantityDB, boolean charToText)
          Constructs from a netCDF dataset.
View(Netcdf netcdf, QuantityDB quantityDB)
          Constructs from a netCDF dataset.
View(Netcdf netcdf, QuantityDB quantityDB)
          Constructs from a netCDF dataset.
View(Netcdf netcdf, QuantityDB quantityDB, boolean charToText)
          Constructs from a netCDF dataset.
View(Netcdf netcdf, QuantityDB quantityDB, boolean charToText)
          Constructs from a netCDF dataset.
 

Uses of Netcdf in visad.data.netcdf.out
 

Classes in visad.data.netcdf.out that implement Netcdf
 class VisADAdapter
          The VisADAdapter class adapts a VisAD data object to the AbstractNetcdf API.