Uses of Package
ucar.multiarray

Packages that use ucar.multiarray
ucar.multiarray Provides an abstraction for multidimensional array access, some concrete implementations, and ways to view a MultiArray as if it had a different structure. 
ucar.netcdf Provides an abstraction for sampled functions between multidimensional spaces. 
ucar.tests   
visad.data.netcdf.out Provides for exporting a VisAD data object to a netCDF dataset. 
 

Classes in ucar.multiarray used by ucar.multiarray
Accessor
          Interface for multidimensional array data access.
ConcreteIndexMap
          Base class which provides framework for implementations of IndexMap.
ConcreteIndexMap.ZZMap
          An Map of int by int key.
IndexIterator
          An IndexIterator is a helper class used for stepping through the index values of a MultiArray.
IndexMap
          This interface defines the services required by MultiArrayProxy to manipulate indexes and the dimensions of a MultiArray.
IntArrayAdapter
          Apply the "Adapter" pattern to convert the interface of Class (int []) to interface IntMap.
IntMap
          An immutable Map of int by int key.
MultiArray
          Interface for multidimensional arrays.
MultiArrayImpl
          A concrete, space efficent implementation of the MultiArray interface.
MultiArrayInfo
          Inquiry or introspection interface for abstract multidimensional arrays.
 

Classes in ucar.multiarray used by ucar.netcdf
Accessor
          Interface for multidimensional array data access.
MultiArray
          Interface for multidimensional arrays.
MultiArrayInfo
          Inquiry or introspection interface for abstract multidimensional arrays.
RemoteAccessor
          This interface is the same as Accessor, just tagged as java.rmi.Remote.
 

Classes in ucar.multiarray used by ucar.tests
MultiArray
          Interface for multidimensional arrays.
 

Classes in ucar.multiarray used by visad.data.netcdf.out
Accessor
          Interface for multidimensional array data access.