Packages

c

geotrellis.spark.stitch.Implicits

withSpatialTileRDDMethods

implicit class withSpatialTileRDDMethods[V <: CellGrid[Int]] extends SpatialTileRDDStitchMethods[V]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withSpatialTileRDDMethods
  2. SpatialTileRDDStitchMethods
  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 withSpatialTileRDDMethods(self: RDD[(SpatialKey, V)])(implicit arg0: Stitcher[V])

Value Members

  1. val self: RDD[(SpatialKey, V)]
  2. def stitch(): V
    Definition Classes
    SpatialTileRDDStitchMethods