trait FocalMethods extends MethodExtensions[Tile]
- Alphabetic
- By Inheritance
- FocalMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
self: Tile
- Definition Classes
- MethodExtensions
Concrete Value Members
-
def
aspect(cs: CellSize, bounds: Option[GridBounds[Int]] = None, target: TargetCell = TargetCell.All): Tile
Calculates the aspect of each cell in a raster.
Calculates the aspect of each cell in a raster.
- cs
cellSize of the raster
-
def
convolve(kernel: Kernel, bounds: Option[GridBounds[Int]] = None, target: TargetCell = TargetCell.All): Tile
Computes the convolution of the raster for the given kernl
-
def
focalConway(bounds: Option[GridBounds[Int]] = None): Tile
Computes the next step of Conway's Game of Life
-
def
focalMax(n: Neighborhood, bounds: Option[GridBounds[Int]] = None, target: TargetCell = TargetCell.All): Tile
Computes the maximum value of a neighborhood
-
def
focalMean(n: Neighborhood, bounds: Option[GridBounds[Int]] = None, target: TargetCell = TargetCell.All): Tile
Computes the mean of a neighborhood
-
def
focalMedian(n: Neighborhood, bounds: Option[GridBounds[Int]] = None, target: TargetCell = TargetCell.All): Tile
Computes the median of a neighborhood
-
def
focalMin(n: Neighborhood, bounds: Option[GridBounds[Int]] = None, target: TargetCell = TargetCell.All): Tile
Computes the minimum value of a neighborhood
-
def
focalMode(n: Neighborhood, bounds: Option[GridBounds[Int]] = None, target: TargetCell = TargetCell.All): Tile
Computes the mode of a neighborhood
-
def
focalStandardDeviation(n: Neighborhood, bounds: Option[GridBounds[Int]] = None, target: TargetCell = TargetCell.All): Tile
Computes the standard deviation of a neighborhood
-
def
focalSum(n: Neighborhood, bounds: Option[GridBounds[Int]] = None, target: TargetCell = TargetCell.All): Tile
Computes the sum of a neighborhood
-
def
scalarMoransI(n: Neighborhood, bounds: Option[GridBounds[Int]] = None): Double
Calculates global spatial autocorrelation of a raster based on the similarity to neighboring values.
-
def
slope(cs: CellSize, zFactor: Double = 1.0, bounds: Option[GridBounds[Int]] = None, target: TargetCell = TargetCell.All): Tile
Calculates the slope of each cell in a raster.
Calculates the slope of each cell in a raster.
- cs
cellSize of the raster
- zFactor
Number of map units to one elevation unit.
-
def
tileMoransI(n: Neighborhood, bounds: Option[GridBounds[Int]] = None, target: TargetCell = TargetCell.All): Tile
Calculates spatial autocorrelation of cells based on the similarity to neighboring values.