Package | Description |
---|---|
oracle.spatial.spark.vector.rdd |
Spatial RDD definitions
|
oracle.spatial.spark.vector.streaming.dstream |
Spatial DStream Defintions
|
Modifier and Type | Method and Description |
---|---|
SpatialTransformationContext<<any>> |
SpatialJavaPairRDD.createSpatialTransformationContext()
Creates an instance of
SpatialTransformationContext |
SpatialTransformationContext<T> |
SpatialJavaRDD.createSpatialTransformationContext()
Creates an instance of
SpatialTransformationContext |
SpatialTransformationContext<<any>> |
SpatialJavaPairRDD.createSpatialTransformationContext(SpatialOperationConfig spatialOperationConf)
Creates an instance of
SpatialTransformationContext associated to the given SpatialOperationConfig . |
SpatialTransformationContext<T> |
SpatialJavaRDD.createSpatialTransformationContext(SpatialOperationConfig spatialOperationConf)
Creates an instance of
SpatialTransformationContext associated to the given SpatialOperationConfig . |
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 |
---|---|
SpatialTransformationContext<T> |
SpatialJavaDStream.createSpatialTransformationContext()
Creates an instance of
SpatialTransformationContext |
SpatialTransformationContext<<any>> |
SpatialJavaPairDStream.createSpatialTransformationContext()
Creates an instance of
SpatialTransformationContext |
SpatialTransformationContext<T> |
SpatialJavaDStream.createSpatialTransformationContext(SpatialOperationConfig spatialOperationConf)
Creates an instance of
SpatialTransformationContext associated to the given SpatialOperationConfig . |
SpatialTransformationContext<<any>> |
SpatialJavaPairDStream.createSpatialTransformationContext(SpatialOperationConfig spatialOperationConf)
Creates an instance of
SpatialTransformationContext associated to the given SpatialOperationConfig . |
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.