Package ucar.netcdf

Interface Summary
AttributeIterator Type specific Iterator.
AttributeSet AttributeSet is an inquiry interface for a collection of Attributes.
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.
NetcdfService This service provides a way to 'open' remote Netcdf data sets by name.
ProtoVariableIterator Type specific Iterator.
VariableIterator Type specific Iterator.
 

Class Summary
AbstractNetcdf This abstract class provides a skeletal implementation of the Netcdf interface.
Attribute Attributes are similar to "IndexedProperties" in the lingo of java beans.
Dimension A Dimension object is used to contain an array length which is named for use in multiple netcdf variables.
HTTPRandomAccessFile HTTPRandomAccessFile.java.
NetcdfFile A concrete implementation of the Netcdf interface, this class provides connection to NetCDF version 1 files.
NetcdfRemoteProxyImpl This class provides implementation of the interface NetcdfRemoteProxy.
NetcdfServer A UnicastRemoteObject implementation of NetcdfService.
NetcdfWrapper Abstract "decorator" class for wrapping a Netcdf object.
ProtoVariable Prototype for Netcdf Variable.
RandomAccessFile A buffered drop-in replacement for java.io.RandomAccessFile.
RemoteAccessorImpl RemoteAccessorImpl is a UnicastRemoteObject (RMI service) which implements ucar.multiarray.RemoteAccessor using the proxy pattern.
RemoteNetcdf A concrete implementation of the Netcdf interface, this class uses java rmi to access a remote Netcdf.
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.