implicit class withProjectedExtentRDDSplitMethods[K, V <: CellGrid[Int]] extends ProjectedExtentRDDSplitMethods[K, V]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- withProjectedExtentRDDSplitMethods
- ProjectedExtentRDDSplitMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new withProjectedExtentRDDSplitMethods(self: RDD[(K, V)])(implicit arg0: Component[K, ProjectedExtent], arg1: (V) ⇒ SplitMethods[V])
Value Members
-
val
self: RDD[(K, V)]
- Definition Classes
- withProjectedExtentRDDSplitMethods → MethodExtensions
-
def
split(tileCols: Int, tileRows: Int): RDD[(K, V)]
Splits an RDD of tiles into tiles of size (tileCols x tileRows), and updates the ProjectedExtent component of the keys.
Splits an RDD of tiles into tiles of size (tileCols x tileRows), and updates the ProjectedExtent component of the keys.
- Definition Classes
- ProjectedExtentRDDSplitMethods