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