Packages

o

geotrellis.spark.merge

RDDLayoutMerge

object RDDLayoutMerge

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RDDLayoutMerge
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def merge[K, V <: CellGrid[Int], M](left: RDD[(K, V)] with Metadata[M], right: 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): ContextRDD[K, V, M]

    Merges an RDD with metadata that contains a layout definition into another.