trait FocalTileLayerRDDMethods[K] extends FocalOperation[K]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- FocalTileLayerRDDMethods
- FocalOperation
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
self: TileLayerRDD[K]
- Definition Classes
- MethodExtensions
Concrete Value Members
-
def
aspect(target: TargetCell = TargetCell.All, partitioner: Option[Partitioner] = None): ContextRDD[K, Tile, TileLayerMetadata[K]]
Calculates the aspect of each cell in a raster.
Calculates the aspect of each cell in a raster.
-
def
focal(n: Neighborhood, partitioner: Option[Partitioner])(calc: (Tile, Option[GridBounds[Int]]) ⇒ Tile): TileLayerRDD[K]
- Definition Classes
- FocalOperation
- def focalConvolve(k: Kernel, target: TargetCell = TargetCell.All, partitioner: Option[Partitioner] = None): TileLayerRDD[K]
- def focalConway(partitioner: Option[Partitioner] = None): TileLayerRDD[K]
- def focalMax(n: Neighborhood, target: TargetCell = TargetCell.All, partitioner: Option[Partitioner] = None): TileLayerRDD[K]
- def focalMean(n: Neighborhood, target: TargetCell = TargetCell.All, partitioner: Option[Partitioner] = None): TileLayerRDD[K]
- def focalMedian(n: Neighborhood, target: TargetCell = TargetCell.All, partitioner: Option[Partitioner] = None): TileLayerRDD[K]
- def focalMin(n: Neighborhood, target: TargetCell = TargetCell.All, partitioner: Option[Partitioner] = None): TileLayerRDD[K]
- def focalMode(n: Neighborhood, target: TargetCell = TargetCell.All, partitioner: Option[Partitioner] = None): TileLayerRDD[K]
- def focalStandardDeviation(n: Neighborhood, target: TargetCell = TargetCell.All, partitioner: Option[Partitioner] = None): TileLayerRDD[K]
- def focalSum(n: Neighborhood, target: TargetCell = TargetCell.All, partitioner: Option[Partitioner] = None): TileLayerRDD[K]
-
def
focalWithCellSize(n: Neighborhood, partitioner: Option[Partitioner])(calc: (Tile, Option[GridBounds[Int]], CellSize) ⇒ Tile): TileLayerRDD[K]
- Definition Classes
- FocalOperation
-
def
focalWithExtents(n: Neighborhood, partitioner: Option[Partitioner])(calc: (Raster[Tile], Option[GridBounds[Int]], CellSize) ⇒ Tile): TileLayerRDD[K]
- Definition Classes
- FocalOperation
-
def
slope(zFactor: ZFactor, target: TargetCell = TargetCell.All, partitioner: Option[Partitioner] = None): ContextRDD[K, Tile, TileLayerMetadata[K]]
Calculates the slope of each cell in a raster.
Calculates the slope of each cell in a raster.