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