c

geotrellis.spark.partition

SpatiallyPartitionMethods

abstract class SpatiallyPartitionMethods[K, V, M] extends MethodExtensions[RDD[(K, V)] with Metadata[M]]

Linear Supertypes
MethodExtensions[RDD[(K, V)] with Metadata[M]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SpatiallyPartitionMethods
  2. MethodExtensions
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SpatiallyPartitionMethods(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

  1. val self: RDD[(K, V)] with Metadata[M]
  2. def spatiallyPartition(filterBounds: KeyBounds[K]): RDD[(K, V)] with Metadata[Bounds[K]]
  3. def spatiallyPartition(): RDD[(K, V)] with Metadata[Bounds[K]]