implicit class withSpatiallyPartitionLayerMethods[K, V, M] extends SpatiallyPartitionMethods[K, V, M]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- withSpatiallyPartitionLayerMethods
- SpatiallyPartitionMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new withSpatiallyPartitionLayerMethods(self: RDD[(K, V)] with Metadata[M])(implicit arg0: Boundable[K], arg1: PartitionerIndex[K], arg2: ClassTag[K], arg3: ClassTag[V], arg4: GetComponent[M, Bounds[K]])
Value Members
-
val
self: RDD[(K, V)] with Metadata[M]
- Definition Classes
- SpatiallyPartitionMethods → MethodExtensions
-
def
spatiallyPartition(filterBounds: KeyBounds[K]): RDD[(K, V)] with Metadata[Bounds[K]]
- Definition Classes
- SpatiallyPartitionMethods
-
def
spatiallyPartition(): RDD[(K, V)] with Metadata[Bounds[K]]
- Definition Classes
- SpatiallyPartitionMethods