Packages

c

geotrellis.spark.join

SpatialJoinMethods

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

Linear Supertypes
MethodExtensions[RDD[(K, V)] with Metadata[M]], Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SpatialJoinMethods
  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 SpatialJoinMethods()(implicit arg0: Boundable[K], arg1: PartitionerIndex[K], arg2: ClassTag[K], arg3: ClassTag[V], arg4: GetComponent[M, Bounds[K]])

Abstract Value Members

  1. abstract def self: RDD[(K, V)] with Metadata[M]
    Definition Classes
    MethodExtensions

Concrete Value Members

  1. def spatialJoin[W, M1](right: RDD[(K, W)] with Metadata[M1])(implicit arg0: ClassTag[W], arg1: Component[M1, Bounds[K]]): RDD[(K, (V, W))] with Metadata[Bounds[K]]
  2. def spatialLeftOuterJoin[W, M1](right: RDD[(K, W)] with Metadata[M1])(implicit arg0: ClassTag[W], arg1: Component[M1, Bounds[K]]): RDD[(K, (V, Option[W]))] with Metadata[Bounds[K]]