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
|
static <T> <any> |
LocalIndex.spatiallyIndexPartitions(SpatialJavaPairRDD<PartitionKey,T> rdd)
Deprecated.
Use
LocalIndex.createLocallyIndexedRDD(SpatialJavaPairRDD) instead 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() |
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.