Uses of Interface
org.hortonmachine.gears.libs.modules.multiprocessing.GridNodeMultiProcessing.Calculator
-
Packages that use GridNodeMultiProcessing.Calculator Package Description org.hortonmachine.gears.libs.modules.multiprocessing -
-
Uses of GridNodeMultiProcessing.Calculator in org.hortonmachine.gears.libs.modules.multiprocessing
Methods in org.hortonmachine.gears.libs.modules.multiprocessing with parameters of type GridNodeMultiProcessing.Calculator Modifier and Type Method Description protected voidGridNodeMultiProcessing. processGridNodes(org.geotools.coverage.grid.GridCoverage2D inElev, GridNodeMultiProcessing.Calculator<GridNode> calculator)Loops through all rows and cols of the given grid and calls the given calculator for eachGridNode.
-