Packages

object PolygonalSummary

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

Value Members

  1. final val DefaultOptions: Options
  2. def apply[A <: Grid[Int], R](raster: A, geometry: Geometry, gridVisitor: GridVisitor[A, R], options: Options)(implicit getRasterExtent: GetComponent[A, RasterExtent]): PolygonalSummaryResult[R]

    Perform a polygonal summary operation over a raster within the bounds of geometry.

    Perform a polygonal summary operation over a raster within the bounds of geometry.

    GridVisitor.visit is called for each matching pixel in the raster and rasterized geometry.

    A

    type of the Raster to perform the polygonal summary on

    R

    type of the objects being summarized

    returns

    The result wrapped in PolygonalSummaryResult or NoIntersection

  3. object ops extends ToPolygonalSummaryMethods