implicit class withRegridMethods[K, V, M] extends RegridMethods[K, V, M]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- withRegridMethods
- RegridMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new withRegridMethods(self: RDD[(K, V)] with Metadata[M])(implicit arg0: SpatialComponent[K], arg1: ClassTag[K], arg2: ClassTag[V], arg3: Stitcher[V], arg4: (V) ⇒ CropMethods[V], arg5: Component[M, LayoutDefinition], arg6: Component[M, Bounds[K]])
Value Members
-
def
regrid(tileSize: Int): RDD[(K, V)] with Metadata[M]
- Definition Classes
- RegridMethods
-
def
regrid(tileCols: Int, tileRows: Int): RDD[(K, V)] with Metadata[M]
- Definition Classes
- RegridMethods
-
val
self: RDD[(K, V)] with Metadata[M]
- Definition Classes
- RegridMethods → MethodExtensions