public interface ArrayDescription
Modifier and Type | Method and Description |
---|---|
BadHandler |
getBadHandler()
Gets an object capable of handling bad pixel values for this array.
|
OrderedNDShape |
getShape()
Gets the OrderedNDShape object which describes the origin, dimensions
and pixel ordering scheme of this array.
|
Type |
getType()
Returns the type of the primitive data in this array.
|
boolean |
isRandom()
Indicates whether random access is available.
|
boolean |
isReadable()
Indicates whether the pixels of this array may be read.
|
boolean |
isWritable()
Indicates whether the pixels of this array may be written.
|
OrderedNDShape getShape()
Type getType()
BadHandler getBadHandler()
boolean isRandom()
boolean isReadable()
boolean isWritable()
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.