abstract class FocalOperation[K] extends MethodExtensions[TileLayerRDD[K]]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- FocalOperation
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new FocalOperation()(implicit arg0: SpatialComponent[K], arg1: ClassTag[K])
Abstract Value Members
-
abstract
def
self: TileLayerRDD[K]
- Definition Classes
- MethodExtensions
Concrete Value Members
- def focal(n: Neighborhood, partitioner: Option[Partitioner])(calc: (Tile, Option[GridBounds[Int]]) ⇒ Tile): TileLayerRDD[K]
- def focalWithCellSize(n: Neighborhood, partitioner: Option[Partitioner])(calc: (Tile, Option[GridBounds[Int]], CellSize) ⇒ Tile): TileLayerRDD[K]
- def focalWithExtents(n: Neighborhood, partitioner: Option[Partitioner])(calc: (Raster[Tile], Option[GridBounds[Int]], CellSize) ⇒ Tile): TileLayerRDD[K]