public interface BandQuery extends Persistent, Cloneable
BandAttributeDescriptor
values described by the BandDescriptor
.Modifier and Type | Method and Description |
---|---|
int |
getBand()
Band of this query band.
|
BandDescriptor |
getDescriptor()
Gets
BandDescriptor of this query. |
java.lang.Object |
getValue(java.lang.String name)
Gets the defined filter value of
BandAttributeDescriptor with the
name received as parameter. |
void |
setValue(java.lang.String name,
java.lang.Object value)
Sets filter raster band value.
|
loadFromState, saveToState
clone, cloneQuietly, cloneQuietly
int getBand()
BandDescriptor getDescriptor()
BandDescriptor
of this query.void setValue(java.lang.String name, java.lang.Object value)
BandAttributeDescriptor
with the name received as parameter.name
- Name of BandAttributeDescriptor
to check if value is
accepted by it.value
- Value to apply filter.java.lang.Object getValue(java.lang.String name)
BandAttributeDescriptor
with the
name received as parameter.name
- Name of BandAttributeDescriptor