implicit class withFocalTileRDDMethods[K] extends FocalOperation[K] with FocalTileLayerRDDMethods[K]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- withFocalTileRDDMethods
- FocalTileLayerRDDMethods
- FocalOperation
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new withFocalTileRDDMethods(self: TileLayerRDD[K])(implicit keyClassTag: ClassTag[K], _sc: SpatialComponent[K])
Value Members
- implicit val _sc: SpatialComponent[K]
-
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.
- Definition Classes
- FocalTileLayerRDDMethods
- See also
-
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]
- Definition Classes
- FocalTileLayerRDDMethods
-
def
focalConway(partitioner: Option[Partitioner] = None): TileLayerRDD[K]
- Definition Classes
- FocalTileLayerRDDMethods
-
def
focalMax(n: Neighborhood, target: TargetCell = TargetCell.All, partitioner: Option[Partitioner] = None): TileLayerRDD[K]
- Definition Classes
- FocalTileLayerRDDMethods
-
def
focalMean(n: Neighborhood, target: TargetCell = TargetCell.All, partitioner: Option[Partitioner] = None): TileLayerRDD[K]
- Definition Classes
- FocalTileLayerRDDMethods
-
def
focalMedian(n: Neighborhood, target: TargetCell = TargetCell.All, partitioner: Option[Partitioner] = None): TileLayerRDD[K]
- Definition Classes
- FocalTileLayerRDDMethods
-
def
focalMin(n: Neighborhood, target: TargetCell = TargetCell.All, partitioner: Option[Partitioner] = None): TileLayerRDD[K]
- Definition Classes
- FocalTileLayerRDDMethods
-
def
focalMode(n: Neighborhood, target: TargetCell = TargetCell.All, partitioner: Option[Partitioner] = None): TileLayerRDD[K]
- Definition Classes
- FocalTileLayerRDDMethods
-
def
focalStandardDeviation(n: Neighborhood, target: TargetCell = TargetCell.All, partitioner: Option[Partitioner] = None): TileLayerRDD[K]
- Definition Classes
- FocalTileLayerRDDMethods
-
def
focalSum(n: Neighborhood, target: TargetCell = TargetCell.All, partitioner: Option[Partitioner] = None): TileLayerRDD[K]
- Definition Classes
- FocalTileLayerRDDMethods
-
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
- implicit val keyClassTag: ClassTag[K]
-
val
self: TileLayerRDD[K]
- Definition Classes
- withFocalTileRDDMethods → MethodExtensions
-
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.
- Definition Classes
- FocalTileLayerRDDMethods
- See also