Uses of Package
ucar.netcdf

Packages that use ucar.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. 
visad.data.visad Provides for importing and exporting serialized Java object files into and out of VisAD. 
 

Classes in ucar.netcdf used by ucar.netcdf
AbstractNetcdf
          This abstract class provides a skeletal implementation of the Netcdf interface.
Attribute
          Attributes are similar to "IndexedProperties" in the lingo of java beans.
AttributeIterator
          Type specific Iterator.
AttributeSet
          AttributeSet is an inquiry interface for a collection of Attributes.
Dimension
          A Dimension object is used to contain an array length which is named for use in multiple netcdf variables.
DimensionIterator
          Type specific Iterator.
DimensionSet
          DimensionSet is an inquiry interface for a collection of Dimensions.
Netcdf
          This is the interface for Netcdf objects.
NetcdfRemoteProxy
          This interface wraps a single instance of Netcdf to provide Remote services required in the construction of an instance of RemoteNetcdf.
NetcdfRemoteProxyImpl
          This class provides implementation of the interface NetcdfRemoteProxy.
NetcdfServer
          A UnicastRemoteObject implementation of NetcdfService.
NetcdfService
          This service provides a way to 'open' remote Netcdf data sets by name.
ProtoVariable
          Prototype for Netcdf Variable.
ProtoVariableIterator
          Type specific Iterator.
RandomAccessFile
          A buffered drop-in replacement for java.io.RandomAccessFile.
Schema
          Schema collects the metadata which describes or defines a Netcdf.
UnlimitedDimension
          A Dimension object is used to contain an array length which is named for use in multiple netcdf variables.
Variable
          Variable is a (potentially large) multi-dimensional array of primitives.
VariableIterator
          Type specific Iterator.
 

Classes in ucar.netcdf used by visad.data.netcdf.in
Dimension
          A Dimension object is used to contain an array length which is named for use in multiple netcdf variables.
Netcdf
          This is the interface for Netcdf objects.
Variable
          Variable is a (potentially large) multi-dimensional array of primitives.
 

Classes in ucar.netcdf used by visad.data.netcdf.out
AbstractNetcdf
          This abstract class provides a skeletal implementation of the Netcdf interface.
Dimension
          A Dimension object is used to contain an array length which is named for use in multiple netcdf variables.
Netcdf
          This is the interface for Netcdf objects.
ProtoVariable
          Prototype for Netcdf Variable.
 

Classes in ucar.netcdf used by visad.data.visad
RandomAccessFile
          A buffered drop-in replacement for java.io.RandomAccessFile.