|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MultiArrayInfo | |
---|---|
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. |
Uses of MultiArrayInfo in ucar.multiarray |
---|
Subinterfaces of MultiArrayInfo in ucar.multiarray | |
---|---|
interface |
MultiArray
Interface for multidimensional arrays. |
Classes in ucar.multiarray that implement MultiArrayInfo | |
---|---|
class |
ArrayMultiArray
MultiArray implementation which is an adapter for java language arrays. |
class |
MultiArrayImpl
A concrete, space efficent implementation of the MultiArray interface. |
class |
MultiArrayProxy
This MultiArray implementation wraps another MultiArray and an IndexMap to provide a different view of the wrapped MultiArray. |
class |
ScalarMultiArray
MultiArray implementation which can only contain single values, aka scalars. |
class |
StringCharAdapter
This MultiArray implementation wraps another MultiArray of Character componentType to produce a MultiArray of one less rank with String componentType. |
Uses of MultiArrayInfo in ucar.netcdf |
---|
Classes in ucar.netcdf that implement MultiArrayInfo | |
---|---|
class |
ProtoVariable
Prototype for Netcdf Variable. |
class |
Variable
Variable is a (potentially large) multi-dimensional array of primitives. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |