public static class SpatialJavaRDD.KNNPairFlatMapFunction<T>
extends java.lang.Object
| Constructor and Description |
|---|
KNNPairFlatMapFunction(<any> f, int k, SpatialOperationConfig spatialOpConf, SpatialTransformationContext<T> stCtx) |
KNNPairFlatMapFunction(int k, JGeometry qryWindow, double tol, SpatialTransformationContext<T> stCtx) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<<any>> |
call(java.util.Iterator<T> records) |
public KNNPairFlatMapFunction(<any> f,
int k,
SpatialOperationConfig spatialOpConf,
SpatialTransformationContext<T> stCtx)
public KNNPairFlatMapFunction(int k,
JGeometry qryWindow,
double tol,
SpatialTransformationContext<T> stCtx)
public java.lang.Iterable<<any>> call(java.util.Iterator<T> records) throws java.lang.Exception
java.lang.ExceptionCopyright © 2017 Oracle and/or its affiliates. All Rights Reserved.