geotrellis.raster.op.zonal

summary

package summary

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. summary
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class FullTileIntersection(tile: Tile) extends TileIntersection with Product with Serializable

  2. case class MeanResult(sum: Double, count: Long) extends Product with Serializable

  3. case class PartialTileIntersection(tile: Tile, extent: Extent, intersection: Polygon) extends TileIntersection with Product with Serializable

  4. sealed trait TileIntersection extends AnyRef

  5. trait TileIntersectionHandler[T, U] extends (TileIntersection) ⇒ T with Serializable

  6. implicit class ZonalSummaryMethodExtensions extends ZonalSummaryMethods

  7. trait ZonalSummaryMethods extends TileMethods

Value Members

  1. object FullTileIntersection extends Serializable

  2. object Histogram extends TileIntersectionHandler[histogram.Histogram, histogram.Histogram]

  3. object Max extends TileIntersectionHandler[Int, Int]

  4. object MaxDouble extends TileIntersectionHandler[Double, Double]

  5. object Mean extends TileIntersectionHandler[MeanResult, Double]

  6. object MeanResult extends Serializable

  7. object Min extends TileIntersectionHandler[Int, Int]

  8. object MinDouble extends TileIntersectionHandler[Double, Double]

  9. object Sum extends TileIntersectionHandler[Long, Long]

  10. object SumDouble extends TileIntersectionHandler[Double, Double]

Inherited from AnyRef

Inherited from Any

Ungrouped