trait PowTileRDDMethods[K] extends TileRDDMethods[K]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- PowTileRDDMethods
- 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)]
Pow the values of each cell in each raster.
-
def
**(other: RDD[(K, Tile)]): RDD[(K, Tile)]
Pow the values of each cell in each raster.
-
def
**(d: Double): RDD[(K, Tile)]
Pow each value of a raster by a double constant value.
-
def
**(i: Int): RDD[(K, Tile)]
Pow each value of the raster by a constant value.
-
def
**:(d: Double): RDD[(K, Tile)]
Pow a double constant value by each cell value.
-
def
**:(i: Int): RDD[(K, Tile)]
Pow a constant value by each cell value.
-
def
localPow(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]
Pow the values of each cell in each raster.
- def localPow(other: RDD[(K, Tile)], partitioner: Option[Partitioner]): RDD[(K, Tile)]
-
def
localPow(other: RDD[(K, Tile)]): RDD[(K, Tile)]
Pow the values of each cell in each raster.
-
def
localPow(d: Double): RDD[(K, Tile)]
Pow each value of a raster by a double constant value.
-
def
localPow(i: Int): RDD[(K, Tile)]
Pow each value of the raster by a constant value.
-
def
localPowValue(d: Double): RDD[(K, Tile)]
Pow a double constant value by each cell value.
-
def
localPowValue(i: Int): RDD[(K, Tile)]
Pow a constant value by each cell value.