Packages

c

geotrellis.spark.merge

RDDLayoutMergeMethods

class RDDLayoutMergeMethods[K, V <: CellGrid[Int], 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. RDDLayoutMergeMethods
  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 RDDLayoutMergeMethods(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]
  2. val self: RDD[(K, V)] with Metadata[M]