trait MultiplyMethods extends MethodExtensions[Tile]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- MultiplyMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
self: Tile
- Definition Classes
- MethodExtensions
Concrete Value Members
-
def
*(rs: Traversable[Tile]): Tile
Multiply the values of each cell in each raster.
-
def
*(r: Tile): Tile
Multiply the values of each cell in each raster.
-
def
*(d: Double): Tile
Multiply a double constant value from each cell.
-
def
*(i: Int): Tile
Multiply a constant value from each cell.
-
def
*:(d: Double): Tile
Multiply a double constant value from each cell.
-
def
*:(i: Int): Tile
Multiply a constant value from each cell.
-
def
localMultiply(rs: Traversable[Tile]): Tile
Multiply the values of each cell in each raster.
-
def
localMultiply(r: Tile): Tile
Multiply the values of each cell in each raster.
-
def
localMultiply(d: Double): Tile
Multiply a double constant value from each cell.
-
def
localMultiply(i: Int): Tile
Multiply a constant value from each cell.