public class RasterStoreBand extends AbstractDisposable
| Constructor and Description |
|---|
RasterStoreBand(RasterStore store) |
RasterStoreBand(RasterStore store,
int band) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doDispose()
Internal implementation for the
AbstractDisposable.dispose() method, to be
implemented by child classes. |
int |
getBand() |
java.lang.String |
getBandColorInterpretation() |
java.lang.String |
getBandName() |
int |
getDataType() |
java.lang.Number |
getNoDataNumber() |
RasterStore |
getStore() |
void |
setBand(int band) |
void |
setBandColorInterpretation(java.lang.String bandColorInterpretation) |
void |
setBandName(java.lang.String bandName) |
void |
setDataType(int dataType) |
void |
setNoDataNumber(java.lang.Number noDataNumber) |
dispose, disposepublic RasterStoreBand(RasterStore store)
store - public RasterStoreBand(RasterStore store, int band)
store - band - public RasterStore getStore()
public int getBand()
public void setBand(int band)
band - the band to setpublic java.lang.String getBandColorInterpretation()
public void setBandColorInterpretation(java.lang.String bandColorInterpretation)
bandColorInterpretation - public java.lang.Number getNoDataNumber()
public void setNoDataNumber(java.lang.Number noDataNumber)
noDataNumber - public java.lang.String getBandName()
public void setBandName(java.lang.String bandName)
bandName - the bandName to setpublic int getDataType()
public void setDataType(int dataType)
dataType - the dataType to setprotected void doDispose()
throws BaseException
AbstractDisposableAbstractDisposable.dispose() method, to be
implemented by child classes.doDispose in class AbstractDisposableBaseExceptionAbstractDisposable.dispose()