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.quadtree |
QuadTree implementations of DistributedSpatialIndex and SpatialPartitioning
|
Modifier and Type | Method and Description |
---|---|
java.util.List<SpatialPartition> |
PartitionKeyBasedPartitioner.getPartitions() |
abstract java.util.List<SpatialPartition> |
SpatialPartitioner.getPartitions()
Gets the partitions used to partition an RDD
|
Modifier and Type | Method and Description |
---|---|
SpatialPartitioner |
SpatialPartitioning.createPartitioner(java.util.List<SpatialPartition> partitions)
Creates a
SpatialPartitioner based on the given spatial partitions |
Constructor and Description |
---|
PartitionKeyBasedPartitioner(java.util.List<SpatialPartition> partitions)
Creates a new instance which will map RDD elements to the given spatial partitions
|
Modifier and Type | Method and Description |
---|---|
SpatialPartitioner |
QuadTreePartitioning.createPartitioner(java.util.List<SpatialPartition> partitions) |
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.