Документ взят из кэша поисковой машины. Адрес оригинального документа : http://angel.cs.msu.su/projects/system/toolsdoc/netcdf_java/ucar/multiarray/MultiArray.html
Дата изменения: Tue Dec 28 20:59:06 2004
Дата индексирования: Sun Apr 10 00:16:03 2016
Кодировка:
: Interface MultiArray

ucar.multiarray
Interface MultiArray

All Superinterfaces:
Accessor, MultiArrayInfo
All Known Implementing Classes:
ArrayMultiArray, MultiArrayProxy, ScalarMultiArray, Variable, StringCharAdapter, MultiArrayImpl

public interface MultiArray
extends MultiArrayInfo, Accessor

Interface for multidimensional arrays. Includes introspection by extending MultiArrayInfo and data access by extending Accessor.

These are more general and abstract than Netcdf Variables. Netcdf Variables implement this, but more general objects, such as java arrays, can be simply wrapped to provide this interface.

See Also:
MultiArrayInfo, Accessor, Variable, MultiArrayImpl, ArrayMultiArray, ScalarMultiArray, MultiArrayProxy

Methods inherited from interface ucar.multiarray.MultiArrayInfo
getComponentType, getLengths, getRank, isScalar, isUnlimited
 
Methods inherited from interface ucar.multiarray.Accessor
copyin, copyout, get, getBoolean, getByte, getChar, getDouble, getFloat, getInt, getLong, getShort, set, setBoolean, setByte, setChar, setDouble, setFloat, setInt, setLong, setShort, toArray, toArray