public class DummyNDArray extends BridgeNDArray
 For a more flexible no-data array use the DeterministicArrayImpl
 class (or write your own).
DeterministicArrayImplBridgeNDArray.BridgeNDArrayHdxFacadearrayDims, arrayHandler, arrayIsRandom, arrayIsReadable, arrayIsWritable, arrayNdim, arrayNpix, arrayOrder, arrayOrigin, arrayShape, arrayType| Constructor and Description | 
|---|
DummyNDArray(NDArray nda)
Constructs a new DummyNDArray with the same characteristics 
 (pixel sequence, type and bad value handler) as a template NDArray. 
 | 
DummyNDArray(NDShape shape,
            Type type)
Constructs a new DummyNDArray with a given shape and type and
 default pixel sequence and bad value. 
 | 
DummyNDArray(OrderedNDShape oshape,
            Type type,
            BadHandler bh)
Constructs a new DummyNDArray with a given shape and type and 
 bad value handler. 
 | 
close, getAccess, getHdxFacade, getImpl, getURL, multipleAccess, toStringgetBadHandler, getShape, getType, isRandom, isReadable, isWritableclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBadHandler, getShape, getType, isRandom, isReadable, isWritablepublic DummyNDArray(OrderedNDShape oshape, Type type, BadHandler bh)
oshape - the pixel sequencetype - the numeric typebh - the bad value handlerpublic DummyNDArray(NDShape shape, Type type)
shape - the shapetype - the numeric typepublic DummyNDArray(NDArray nda)
nda - template NDArrayCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.