trait XorTileRDDMethods[K] extends TileRDDMethods[K]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- XorTileRDDMethods
- 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)]
Xor the values of each cell in each raster.
-
def
^(r: TileLayerRDD[K]): RDD[(K, Tile)]
Xor the values of each cell in each raster.
-
def
^(i: Int): RDD[(K, Tile)]
Xor a constant Int value to each cell.
-
def
^:(i: Int): RDD[(K, Tile)]
Xor a constant Int value to each cell.
- def localXor(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)]
-
def
localXor(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)]
Xor the values of each cell in each raster.
- def localXor(other: RDD[(K, Tile)], partitioner: Option[Partitioner]): RDD[(K, Tile)]
-
def
localXor(other: RDD[(K, Tile)]): RDD[(K, Tile)]
Xor the values of each cell in each raster.
-
def
localXor(i: Int): RDD[(K, Tile)]
Xor a constant Int value to each cell.