public class KnnJudgement<U extends org.locationtech.jts.geom.Geometry,T extends org.locationtech.jts.geom.Geometry> extends Object implements org.apache.spark.api.java.function.FlatMapFunction<Iterator<T>,T>, Serializable
| Constructor and Description |
|---|
KnnJudgement(U queryCenter,
int k)
Instantiates a new geometry knn judgement.
|
public KnnJudgement(U queryCenter, int k)
queryCenter - the query centerk - the kCopyright © 2023 The Apache Software Foundation. All rights reserved.