public interface RasterKernel
Modifier and Type | Method and Description |
---|---|
int |
getBandCount()
Number of bands from the raster
|
int |
getColumn()
Raster column which is being informed
|
int |
getRow()
Raster row which is being informed
|
java.lang.Object[] |
getValue()
Values of the bands in the row and column given
|
java.lang.Object[][][] |
getValues()
A 3x3 matrix around the row and column given with the values of the bands
|
int getBandCount()
int getRow()
int getColumn()
java.lang.Object[] getValue()
java.lang.Object[][][] getValues()