Packages

c

geotrellis.spark.buffer

CollectNeighborsMethods

abstract class CollectNeighborsMethods[K, V] extends MethodExtensions[RDD[(K, V)]]

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

Value Members

  1. def collectNeighbors(): RDD[(K, Iterable[(Direction, (K, V))])]
  2. val self: RDD[(K, V)]