object CursorStrategy

Focal strategy which moves a Cursor across the raster, allowing a calculation to be done on each cell using the Cursor to determine what neighboring cells are inside the focus's neighborhood, what cells have been added since the last move, and what cells have been removed since the last move.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CursorStrategy
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def execute(cursor: Cursor, calc: () ⇒ Unit, analysisArea: GridBounds[Int], traversalStrategy: TraversalStrategy): Unit
  2. def execute[C <: Cursor](cursor: Cursor, calc: () ⇒ Unit, analysisArea: GridBounds[Int]): Unit