t

geotrellis.raster.mapalgebra.local

LocalTileBinaryOp

trait LocalTileBinaryOp extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LocalTileBinaryOp
  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 combine(z1: Double, z2: Double): Double
  2. abstract def combine(z1: Int, z2: Int): Int

Concrete Value Members

  1. def apply(rs: Traversable[Tile]): Tile

    Apply this operation to a Seq of rasters

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

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

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

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

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

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

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

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

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

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

  7. val name: String