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