Packages

c

org.apache.sedona.core.knnJudgement

KnnJudgementUsingIndex

class KnnJudgementUsingIndex[U <: Geometry, T <: Geometry] extends FlatMapFunction[Iterator[SpatialIndex], T] with Serializable

The Class KnnJudgementUsingIndex.

Linear Supertypes
FlatMapFunction[Iterator[SpatialIndex], T], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KnnJudgementUsingIndex
  2. FlatMapFunction
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new KnnJudgementUsingIndex(queryCenter: U, k: Int)

Value Members

  1. def call(treeIndexes: Iterator[SpatialIndex]): Iterator[T]
    Definition Classes
    KnnJudgementUsingIndex → FlatMapFunction
    Annotations
    @Override()