package polygonal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- polygonal
- Implicits
- ToPolygonalSummaryMethods
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait Implicits extends AnyRef
-
implicit
class
withPolygonalSummaryMethods[A <: Grid[Int]] extends PolygonalSummaryMethods[A]
- Definition Classes
- ToPolygonalSummaryMethods
-
sealed
trait
PolygonalSummaryResult[+A] extends AnyRef
A Result ADT returned by PolygonalSummary operations
A Result ADT returned by PolygonalSummary operations
There are two result types, NoIntersection and Summary. This ADT will always return Summary if the Raster and Polygon intersect. Otherwise, NoIntersection will be returned.
Provides helpers to convert to Option and Either if you don't need to match on result type.
- case class Summary[A](value: A) extends PolygonalSummaryResult[A] with Product with Serializable
Value Members
-
implicit
def
rasterHasRasterExtent[T <: CellGrid[Int]]: GetComponent[Raster[T], RasterExtent]
- Definition Classes
- Implicits
- object Implicits extends Implicits
- object NoIntersection extends PolygonalSummaryResult[Nothing] with Product with Serializable
- object PolygonalSummary
- object PolygonalSummaryResult