loopWithDoubleValue abstract method

void loopWithDoubleValue(
  1. Function colRowValueFunction
)

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

Implementation

void loopWithDoubleValue(Function colRowValueFunction);