public interface BandInfo
Modifier and Type | Method and Description |
---|---|
int |
getBand()
Gets band of this information
|
int |
getDataType()
Gets data type of band
|
java.lang.String |
getDescription()
Gets description of band
|
java.lang.String |
getName()
Gets name of band
|
java.util.List<java.util.Map.Entry<java.lang.Object,java.lang.Object>> |
getValues()
Gets a key value list with band information
|
int getBand()
int getDataType()
BufferManager
to check data types.java.lang.String getName()
java.lang.String getDescription()
java.util.List<java.util.Map.Entry<java.lang.Object,java.lang.Object>> getValues()