Packages

c

geotrellis.spark.knn.Implicits

withKNearestMethods

implicit class withKNearestMethods[T] extends KNearestMethods[T]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withKNearestMethods
  2. KNearestMethods
  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 withKNearestMethods(self: RDD[T])

Value Members

  1. def kNearest[H <: Geometry, F](centers: Traversable[Feature[H, F]], k: Int)(f: (T) ⇒ Geometry)(implicit d: DummyImplicit): Seq[Seq[T]]
    Definition Classes
    KNearestMethods
  2. def kNearest[H <: Geometry](centers: Traversable[H], k: Int)(f: (T) ⇒ Geometry): Seq[Seq[T]]
    Definition Classes
    KNearestMethods
  3. def kNearest(ex: Extent, k: Int)(f: (T) ⇒ Geometry): Seq[T]
    Definition Classes
    KNearestMethods
  4. def kNearest(p: Point, k: Int)(f: (T) ⇒ Geometry): Seq[T]
    Definition Classes
    KNearestMethods
  5. def kNearest(p: (Double, Double), k: Int)(f: (T) ⇒ Geometry): Seq[T]
    Definition Classes
    KNearestMethods
  6. def kNearest(x: Double, y: Double, k: Int)(f: (T) ⇒ Geometry): Seq[T]
    Definition Classes
    KNearestMethods
  7. val self: RDD[T]
    Definition Classes
    withKNearestMethodsMethodExtensions