Uses of Interface
repast.simphony.valueLayer.GridFunction
-
Uses of GridFunction in repast.simphony.valueLayer
Modifier and TypeClassDescriptionclass
class
GridFunction that calculates the maxium value(s) from those passed in.class
GridFunction that calculates the minimum value(s) from those passed in.Modifier and TypeMethodDescriptionvoid
BufferedGridValueLayer.forEach
(GridFunction function, GridPoint origin, BufferedGridValueLayer.Buffer buffer, int... extent) Apply the specified function to each cell in the extent around the origin.void
GridValueLayer.forEach
(GridFunction function, GridPoint origin, int... extent) Apply the specified function to each cell in the extent around the origin.