Packages

c

geotrellis.spark.join.Implicits

withVectorJoinMethods

implicit class withVectorJoinMethods[L, R] extends VectorJoinMethods[L, R]

Linear Supertypes
VectorJoinMethods[L, R], MethodExtensions[RDD[L]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withVectorJoinMethods
  2. VectorJoinMethods
  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 withVectorJoinMethods(self: RDD[L])(implicit arg0: ClassTag[L], arg1: (L) ⇒ Geometry, arg2: ClassTag[R], arg3: (R) ⇒ Geometry)

Value Members

  1. val self: RDD[L]
  2. def vectorJoin(other: RDD[R], pred: (Geometry, Geometry) ⇒ Boolean)(implicit sc: SparkContext): RDD[(L, R)]
    Definition Classes
    VectorJoinMethods