object Add extends LocalTileBinaryOp

Operation to add values.

Note

NoData values will cause the results of this operation to be NODATA or Double.NaN.

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

Value Members

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

    Apply this operation to a Seq of rasters

    Apply this operation to a Seq of rasters

    Definition Classes
    LocalTileBinaryOp
  2. def apply(r1: Tile, r2: Tile): Tile

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    LocalTileBinaryOp
  7. def combine(z1: Double, z2: Double): Double
    Definition Classes
    AddLocalTileBinaryOp
  8. def combine(z1: Int, z2: Int): Int
    Definition Classes
    AddLocalTileBinaryOp
  9. val name: String
    Definition Classes
    LocalTileBinaryOp