Packages

c

geotrellis.spark.Implicits

withContextRDDMethods

implicit class withContextRDDMethods[K, V <: CellGrid[Int], M] extends ContextRDDMethods[K, V, M]

Linear Supertypes
ContextRDDMethods[K, V, M], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withContextRDDMethods
  2. ContextRDDMethods
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new withContextRDDMethods(rdd: RDD[(K, V)] with Metadata[M])(implicit arg0: ClassTag[K], arg1: SpatialComponent[K], arg2: ClassTag[V], arg3: GetComponent[M, LayoutDefinition])

Value Members

  1. def metadata: M
    Definition Classes
    ContextRDDMethods
  2. val rdd: RDD[(K, V)] with Metadata[M]
    Definition Classes
    ContextRDDMethods
  3. def toRasters: RDD[(K, Raster[V])]