object Add extends LocalTileBinaryOp
Operation to add values.
- Note
NoData values will cause the results of this operation to be NODATA or Double.NaN.
- Alphabetic
- By Inheritance
- Add
- LocalTileBinaryOp
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
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
-
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
-
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
-
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
-
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
-
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
-
def
combine(z1: Double, z2: Double): Double
- Definition Classes
- Add → LocalTileBinaryOp
-
def
combine(z1: Int, z2: Int): Int
- Definition Classes
- Add → LocalTileBinaryOp
-
val
name: String
- Definition Classes
- LocalTileBinaryOp