object Cursor

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

Value Members

  1. def apply(r: Tile, extent: Int): Cursor
  2. def apply(r: Tile, n: Neighborhood): Cursor
  3. def apply(r: Tile, n: Neighborhood, analysisArea: GridBounds[Int]): Cursor

    Creates a cursor from a raster and a neighborhood

    Creates a cursor from a raster and a neighborhood

    This will create a Cursor based on the raster and neighborhood extent, and will apply the neighborhood mask if it has one.

    r

    Tile the Cursor will be for.

    n

    Neighborhood this Cursor will be based on, for extent and mask.

    analysisArea

    Analysis area