o
geotrellis.layer.mapalgebra.focal
CollectionFocalOperation
Companion class CollectionFocalOperation
object CollectionFocalOperation extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CollectionFocalOperation
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def apply[K](rasterCollection: TileLayerCollection[K], neighborhood: Neighborhood)(calc: (Tile, Option[GridBounds[Int]]) ⇒ Tile)(implicit arg0: SpatialComponent[K]): TileLayerCollection[K]
- def apply[K](collection: Seq[(K, Tile)], neighborhood: Neighborhood, layerBounds: TileBounds)(calc: (Tile, Option[GridBounds[Int]]) ⇒ Tile)(implicit arg0: SpatialComponent[K]): Seq[(K, Tile)]
- def apply[K](seq: Seq[(K, Tile)], neighborhood: Neighborhood)(calc: (Tile, Option[GridBounds[Int]]) ⇒ Tile)(implicit arg0: SpatialComponent[K], d: DummyImplicit): Seq[(K, Tile)]
- def applyOnRaster[K](rasterCollection: TileLayerCollection[K], neighborhood: Neighborhood)(calc: (Raster[Tile], Option[GridBounds[Int]]) ⇒ Tile)(implicit arg0: SpatialComponent[K], arg1: GetComponent[K, SpatialKey]): TileLayerCollection[K]
- def applyOnRaster[K](collection: Seq[(K, Tile)], neighborhood: Neighborhood, layerBounds: TileBounds, keyToExtent: (SpatialKey) ⇒ Extent)(calc: (Raster[Tile], Option[GridBounds[Int]]) ⇒ Tile)(implicit arg0: SpatialComponent[K], arg1: GetComponent[K, SpatialKey]): Seq[(K, Tile)]