Package

geotrellis.raster.summary

polygonal

Permalink

package polygonal

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. polygonal
  2. Implicits
  3. ToPolygonalSummaryMethods
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Implicits extends AnyRef

    Permalink
  2. sealed trait PolygonalSummaryResult[+A] extends AnyRef

    Permalink

    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.

  3. case class Summary[A](value: A) extends PolygonalSummaryResult[A] with Product with Serializable

    Permalink
  4. implicit class withPolygonalSummaryMethods[A <: Grid[Int]] extends PolygonalSummaryMethods[A]

    Permalink
    Definition Classes
    ToPolygonalSummaryMethods

Value Members

  1. object Implicits extends Implicits

    Permalink
  2. object NoIntersection extends PolygonalSummaryResult[Nothing] with Product with Serializable

    Permalink
  3. object PolygonalSummary

    Permalink
  4. object PolygonalSummaryResult

    Permalink
  5. implicit def rasterHasRasterExtent[T <: CellGrid[Int]]: GetComponent[Raster[T], RasterExtent]

    Permalink
    Definition Classes
    Implicits
  6. package visitors

    Permalink

Inherited from Implicits

Inherited from ToPolygonalSummaryMethods

Inherited from AnyRef

Inherited from Any

Ungrouped