Packages

c

geotrellis.spark.merge.Implicits

withRDDLayoutMergeMethods

implicit class withRDDLayoutMergeMethods[K, V <: CellGrid[Int], M] extends RDDLayoutMergeMethods[K, V, M]

Linear Supertypes
RDDLayoutMergeMethods[K, V, M], MethodExtensions[RDD[(K, V)] with Metadata[M]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withRDDLayoutMergeMethods
  2. RDDLayoutMergeMethods
  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 withRDDLayoutMergeMethods(self: RDD[(K, V)] with Metadata[M])(implicit arg0: SpatialComponent[K], arg1: ClassTag[K], arg2: ClassTag[V], arg3: (V) ⇒ TileMergeMethods[V], arg4: (V) ⇒ TilePrototypeMethods[V], arg5: (M) ⇒ LayoutDefinition)

Value Members

  1. def merge(other: RDD[(K, V)] with Metadata[M]): ContextRDD[K, V, M]
    Definition Classes
    RDDLayoutMergeMethods
  2. val self: RDD[(K, V)] with Metadata[M]