loopWithIntValue abstract method
Loop over a raster using a function of type: (col, row, intvalue) { ...processing goes in here }
Implementation
void loopWithIntValue(Function colRowValueFunction);
Loop over a raster using a function of type: (col, row, intvalue) { ...processing goes in here }
void loopWithIntValue(Function colRowValueFunction);