public class LocalIndex
extends java.lang.Object
Constructor and Description |
---|
LocalIndex() |
Modifier and Type | Method and Description |
---|---|
static <T> org.apache.spark.api.java.JavaPairRDD<PartitionKey,oracle.spatial.util.RTreeInterface<RPartitionTuple2<T>>> |
spatiallyIndexPartitions(SpatialJavaPairRDD<PartitionKey,T> rdd)
Returns a pair RDD where each is value is an r-tree containing all the elements contained in a partition
|
public static <T> org.apache.spark.api.java.JavaPairRDD<PartitionKey,oracle.spatial.util.RTreeInterface<RPartitionTuple2<T>>> spatiallyIndexPartitions(SpatialJavaPairRDD<PartitionKey,T> rdd)
rdd
- a previously spatially-partitioned spatial RDDCopyright © 2016 Oracle and/or its affiliates. All Rights Reserved.