|
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. |