Package | Description |
---|---|
oracle.spatial.spark.vector.index |
Base definitions and classes for distributed spatial indexes and spatial partitioning algorithms used with spatial RDDs.
|
oracle.spatial.spark.vector.index.local |
Local spatial index related classes.
|
oracle.spatial.spark.vector.index.quadtree |
QuadTree implementations of DistributedSpatialIndex and SpatialPartitioning
|
Modifier and Type | Method and Description |
---|---|
SpatialJavaPairRDD<PartitionKey,T> |
SpatialPartitioning.getPartitionedRDD()
Gets the current spatially partitioned spatial RDD
|
Modifier and Type | Method and Description |
---|---|
static <T> <any> |
LocalIndex.createLocallyIndexedRDD(SpatialJavaPairRDD<PartitionKey,T> rdd)
Returns a pair RDD where each is value is an r-tree containing all the elements contained in a partition
|
Modifier and Type | Method and Description |
---|---|
SpatialJavaPairRDD<PartitionKey,T> |
QuadTreePartitioning.getPartitionedRDD() |
static <V> SpatialJavaPairRDD<PartitionKey,V> |
QuadTreePartitioning.partition(SpatialJavaRDD<V> rdd, oracle.spatial.spark.vector.index.quadtree.QuadTreePartition rootPart, JavaSparkContext sc) |
Copyright © 2017, 2019 Oracle and/or its affiliates. All Rights Reserved.