Uses of Interface
ucar.multiarray.IndexMap

Packages that use IndexMap
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. 
 

Uses of IndexMap in ucar.multiarray
 

Classes in ucar.multiarray that implement IndexMap
 class ClipMap
          Use with MultiArrayProxy to limit the bounds of an index to the delegate on a given dimension.
 class ConcreteIndexMap
          Base class which provides framework for implementations of IndexMap.
 class DecimateMap
          Use with MultiArrayProxy to reduce the length along a particular dimension by sampling the domain according to a (repeated) pattern.
 class FlattenMap
          Use with MultiArrayProxy to reduce apparent rank by merging adjacent dimensions.
 class FlipMap
          Use with MultiArrayProxy to flip (invert) the indexing along a particular dimension.
 class SliceMap
          Use with MultiArrayProxy to reduce the apparent rank of the delegate by fixing an index at particular value.
 class TransposeMap
          Use with MultiArrayProxy to transpose two dimensions.
 

Constructors in ucar.multiarray with parameters of type IndexMap
MultiArrayProxy(MultiArray delegate, IndexMap im)
          Construct a new proxy.
MultiArrayProxy(MultiArray delegate, IndexMap im)
          Construct a new proxy.