t

geotrellis.raster.mapalgebra.local

LocalTileComparatorOp

trait LocalTileComparatorOp extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LocalTileComparatorOp
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def compare(z1: Double, z2: Double): Boolean
  2. abstract def compare(z1: Int, z2: Int): Boolean

Concrete Value Members

  1. def apply(r1: Tile, r2: Tile): Tile

    Apply this operation to the values of each cell in each raster.

  2. def apply(c: Double, r: Tile): Tile

    Apply to a constant Double and the value from each cell.

  3. def apply(c: Int, r: Tile): Tile

    Apply to a constant Int and the value from each cell.

  4. def apply(r: Tile, c: Double): Tile

    Apply to the value from each cell and a constant Double.

  5. def apply(r: Tile, c: Int): Tile

    Apply to the value from each cell and a constant Int.

  6. val name: String