trait MultiplyTileRDDMethods[K] extends TileRDDMethods[K]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- MultiplyTileRDDMethods
- TileRDDMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
implicit abstract
val
keyClassTag: ClassTag[K]
- Definition Classes
- TileRDDMethods
-
abstract
def
self: RDD[(K, Tile)]
- Definition Classes
- MethodExtensions
Concrete Value Members
-
def
*(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]
Multiply the values of each cell in each raster.
-
def
*(other: RDD[(K, Tile)]): RDD[(K, Tile)]
Multiply the values of each cell in each raster.
-
def
*(d: Double): RDD[(K, Tile)]
Multiply a double constant value from each cell.
-
def
*(i: Int): RDD[(K, Tile)]
Multiply a constant value from each cell.
-
def
*:(d: Double): RDD[(K, Tile)]
Multiply a double constant value from each cell.
-
def
*:(i: Int): RDD[(K, Tile)]
Multiply a constant value from each cell.
- def localMultiply(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]
-
def
localMultiply(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]
Multiply the values of each cell in each raster.
- def localMultiply(other: RDD[(K, Tile)], partitioner: Option[Partitioner]): RDD[(K, Tile)]
-
def
localMultiply(other: RDD[(K, Tile)]): RDD[(K, Tile)]
Multiply the values of each cell in each raster.
-
def
localMultiply(d: Double): RDD[(K, Tile)]
Multiply a double constant value from each cell.
-
def
localMultiply(i: Int): RDD[(K, Tile)]
Multiply a constant value from each cell.