Packages

c

geotrellis.spark.partition.Implicits

withSpatiallyPartitionLayerMethods

implicit class withSpatiallyPartitionLayerMethods[K, V, M] extends SpatiallyPartitionMethods[K, V, M]

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

Instance Constructors

  1. 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

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