Packages

c

geotrellis.spark.buffer.Implicits

withCollectNeighborsMethodsWrapper

implicit class withCollectNeighborsMethodsWrapper[K, V] extends CollectNeighborsMethods[K, V]

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

Value Members

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