public class ConvertedTypeBandFloat extends AbstractConvertedTypeBand implements Band.BandFloat
Band.BandByte, Band.BandDouble, Band.BandFloat, Band.BandInt, Band.BandShortbandlogger| Constructor and Description |
|---|
ConvertedTypeBandFloat(Buffer buffer,
Band band) |
| Modifier and Type | Method and Description |
|---|---|
float[] |
createRowBuffer()
Creates an array of corresponding data type.
|
void |
fetchRow(int row,
java.lang.Object rowBuffer)
Fills the rowBuffer Object with the row.
|
java.lang.Object |
get(int row,
int column)
Gets the corresponding value to a row and column of the band
|
int |
getDataType()
Gets the dataType.
|
NoData |
getNoData()
Gets the NoData value
|
float |
getValue(int row,
int column)
Gets the corresponding value to the row and column;
|
void |
setValue(int row,
int column,
float value)
Sets the value in the row and column;
|
doCopyFrom, doCopyFrom, doDispose, doFill, doPutRow, doSet, getBandInfo, getColumns, getRows, isReadOnlyclone, copyFrom, copyFrom, dispose, fill, finalize, getAsDouble, isPaginated, nullValueToNoData, putRow, setaddObserver, addObserver, addObservers, beginComplexNotification, clearChanged, countObservers, deleteObserver, deleteObserver, deleteObservers, disableNotifications, enableNotifications, endComplexNotification, hasChanged, inComplex, isEnabledNotifications, notify, notifyObservers, notifyObservers, setChangedequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcopyFrom, copyFrom, fill, getAsDouble, getBandInfo, getColumns, getRows, isPaginated, isReadOnly, putRow, setclone, cloneQuietly, cloneQuietlybeginComplexNotification, disableNotifications, enableNotifications, endComplexNotificationaddObserver, deleteObserver, deleteObserversdisposepublic float[] createRowBuffer()
BandcreateRowBuffer in interface BandcreateRowBuffer in interface Band.BandFloatpublic void fetchRow(int row,
java.lang.Object rowBuffer)
Bandpublic float getValue(int row,
int column)
Band.BandFloatgetValue in interface Band.BandFloatpublic void setValue(int row,
int column,
float value)
Band.BandFloatsetValue in interface Band.BandFloatpublic int getDataType()
BandBufferManager.
The data type of the band can't be changed after being created.getDataType in interface Bandpublic java.lang.Object get(int row,
int column)
Band