Packages

o

geotrellis.spark.buffer

CollectNeighbors

object CollectNeighbors

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

Value Members

  1. def apply[K, V](rdd: RDD[(K, V)])(implicit arg0: SpatialComponent[K], arg1: ClassTag[K]): RDD[(K, Iterable[(Direction, (K, V))])]

    Collects the neighbors of each value (including itself) into a Map giving the direction of the neighbor.