c
geotrellis.layer.mapalgebra.focal
CollectionFocalOperation
Companion object CollectionFocalOperation
abstract class CollectionFocalOperation[K] extends MethodExtensions[TileLayerCollection[K]]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- CollectionFocalOperation
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CollectionFocalOperation()(implicit arg0: SpatialComponent[K])
Abstract Value Members
-
abstract
def
self: TileLayerCollection[K]
- Definition Classes
- MethodExtensions
Concrete Value Members
- def focal(n: Neighborhood)(calc: (Tile, Option[GridBounds[Int]]) ⇒ Tile): TileLayerCollection[K]
- def focalWithCellSize(n: Neighborhood)(calc: (Tile, Option[GridBounds[Int]], CellSize) ⇒ Tile): TileLayerCollection[K]
- def focalWithExtents(n: Neighborhood)(calc: (Raster[Tile], Option[GridBounds[Int]], CellSize) ⇒ Tile): TileLayerCollection[K]