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 |
---|---|
static <T> DistributedSpatialIndex<T> |
DistributedSpatialIndex.createIndex(JavaSparkContext sc, SpatialJavaRDD<T> rdd, SpatialPartitioningConfiguration partConf)
Spatially index a spatial RDD using the specified
DistributedSpatialIndex implementing class |
Modifier and Type | Class and Description |
---|---|
class |
QuadTreeConfiguration
Configuration used by
QuadTreeDistIndex and QuadTreePartitioning . |
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.