Packages

c

geotrellis.spark.join.Implicits

withSpatialJoinMethods

implicit class withSpatialJoinMethods[K, V, M] extends SpatialJoinMethods[K, V, M]

Linear Supertypes
SpatialJoinMethods[K, V, M], MethodExtensions[RDD[(K, V)] with Metadata[M]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withSpatialJoinMethods
  2. SpatialJoinMethods
  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 withSpatialJoinMethods(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 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]]
    Definition Classes
    SpatialJoinMethods
  3. 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]]
    Definition Classes
    SpatialJoinMethods