trait LocalTileBinaryOp extends Serializable
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- LocalTileBinaryOp
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
Concrete Value Members
-
def
apply(rs: Traversable[Tile]): Tile
Apply this operation to a Seq of rasters
-
def
apply(r1: Tile, r2: Tile): Tile
Apply this operation to the values of each cell in each raster.
-
def
apply(c: Double, r: Tile): Tile
Apply to a constant Double and the value from each cell.
-
def
apply(c: Int, r: Tile): Tile
Apply to a constant Int and the value from each cell.
-
def
apply(r: Tile, c: Double): Tile
Apply to the value from each cell and a constant Double.
-
def
apply(r: Tile, c: Int): Tile
Apply to the value from each cell and a constant Int.
- val name: String