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