loopWithIntValue abstract method

void loopWithIntValue(
  1. Function colRowValueFunction
)

Loop over a raster using a function of type: (col, row, intvalue) { ...processing goes in here }

Implementation

void loopWithIntValue(Function colRowValueFunction);