Packages

abstract class FocalOperation[K] extends MethodExtensions[TileLayerRDD[K]]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FocalOperation
  2. MethodExtensions
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FocalOperation()(implicit arg0: SpatialComponent[K], arg1: ClassTag[K])

Abstract Value Members

  1. abstract def self: TileLayerRDD[K]
    Definition Classes
    MethodExtensions

Concrete Value Members

  1. def focal(n: Neighborhood, partitioner: Option[Partitioner])(calc: (Tile, Option[GridBounds[Int]]) ⇒ Tile): TileLayerRDD[K]
  2. def focalWithCellSize(n: Neighborhood, partitioner: Option[Partitioner])(calc: (Tile, Option[GridBounds[Int]], CellSize) ⇒ Tile): TileLayerRDD[K]
  3. def focalWithExtents(n: Neighborhood, partitioner: Option[Partitioner])(calc: (Raster[Tile], Option[GridBounds[Int]], CellSize) ⇒ Tile): TileLayerRDD[K]