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.lang.Class<? extends SpatialPartitioning<?>> |
SpatialPartitioningConfiguration.getSpatialPartitioningClass()
Gets the type of
SpatialPartitioning algorithm this configuration is meant for. |
Modifier and Type | Class and Description |
---|---|
class |
QuadTreePartitioning<T>
An implementation of
SpatialPartitioning that uses a QuadTree to partition an existing spatial RDD |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends SpatialPartitioning<?>> |
QuadTreeConfiguration.getSpatialPartitioningClass() |
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.