public static interface Band.BandByte extends Band
Band.BandByte, Band.BandDouble, Band.BandFloat, Band.BandInt, Band.BandShort
Modifier and Type | Method and Description |
---|---|
byte[] |
createRowBuffer()
Creates an array of corresponding data type.
|
byte |
getValue(int row,
int column)
Gets the corresponding value to the row and column;
|
void |
setValue(int row,
int column,
byte value)
Sets the value in the row and column;
|
copyFrom, copyFrom, fetchRow, fill, get, getAsDouble, getBandInfo, getColumns, getDataType, getNoData, getRows, isPaginated, isReadOnly, putRow, set
clone, cloneQuietly, cloneQuietly
beginComplexNotification, disableNotifications, enableNotifications, endComplexNotification
addObserver, deleteObserver, deleteObservers
dispose
byte getValue(int row, int column)
row
- column
- void setValue(int row, int column, byte value)
row
- column
- value
- byte[] createRowBuffer()
Band
createRowBuffer
in interface Band