Packages

c

geotrellis.spark.Implicits

withCellGridLayoutRDDMethods

implicit class withCellGridLayoutRDDMethods[K, V <: CellGrid[Int], M] extends CellGridLayoutRDDMethods[K, V, M]

Linear Supertypes
CellGridLayoutRDDMethods[K, V, M], MethodExtensions[RDD[(K, V)] with Metadata[M]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withCellGridLayoutRDDMethods
  2. CellGridLayoutRDDMethods
  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 withCellGridLayoutRDDMethods(self: RDD[(K, V)] with Metadata[M])(implicit arg0: SpatialComponent[K], arg1: ClassTag[K], arg2: GetComponent[M, LayoutDefinition])

Value Members

  1. def asRasters(): RDD[(K, Raster[V])]
    Definition Classes
    CellGridLayoutRDDMethods
  2. val self: RDD[(K, V)] with Metadata[M]