Packages

object ExtentRasterizer

Object holding extent rasterization functions.

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

Value Members

  1. def foreachCellByExtent(e: Extent, re: RasterExtent, options: Options = Options.DEFAULT)(f: (Int, Int) ⇒ Unit): Unit

    This function causes the function f to be called on each pixel that interacts with the extent.

    This function causes the function f to be called on each pixel that interacts with the extent. The definition of the word "interacts" is controlled by the options parameter.

    e

    An extent to render

    re

    A raster extent to render into

    options

    The options parameter controls whether to treat pixels as points or areas and whether to report partially-intersected areas.