object PolygonalSummary
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PolygonalSummary
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait PolygonalSummaryMethods[A <: Grid[Int]] extends MethodExtensions[A]
- trait ToPolygonalSummaryMethods extends AnyRef
Value Members
- final val DefaultOptions: Options
-
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
- object ops extends ToPolygonalSummaryMethods