Package | Description |
---|---|
oracle.spatial.spark.vector.rdd |
Spatial RDD definitions
|
oracle.spatial.spark.vector.recordinfoprovider |
Contains RecordInfoProviders for GeoJSON files and ESRI Shapefiles.
|
Modifier and Type | Method and Description |
---|---|
SparkRecordInfoProvider<<any>> |
SpatialJavaPairRDD.getRecordInfoProvider()
Gets the RDD's
SparkRecordInfoProvider instance |
SparkRecordInfoProvider<T> |
SpatialJavaRDD.getRecordInfoProvider()
Gets the RDD's
SparkRecordInfoProvider instance |
Modifier and Type | Method and Description |
---|---|
static <K,V> SpatialJavaPairRDD<K,V> |
SpatialJavaPairRDD.fromJavaPairRDD(<any> rdd, SparkRecordInfoProvider<<any>> recordInfoProvider, java.lang.Class<K> keyType, java.lang.Class<V> valType)
Creates a new spatial RDD from an existing JavaPairRDD
|
static <T> SpatialJavaRDD<SparkRecordInfo> |
SpatialJavaRDD.fromJavaRDD(<any> rdd, SparkRecordInfoProvider<T> recordInfoProvider)
Creates a spatial RDD of type SparkRecordInfo from the given rdd.
|
static <T> SpatialJavaRDD<T> |
SpatialJavaRDD.fromJavaRDD(<any> rdd, SparkRecordInfoProvider<T> recordInfoProvider, java.lang.Class<T> recordType)
Creates a spatial RDD from the given java rdd.
|
static <T> SpatialJavaRDD<T> |
SpatialJavaRDD.fromRDD(<any> rdd, SparkRecordInfoProvider<T> recordInfoProvider)
Creates a spatial RDD from the given rdd.
|
Constructor and Description |
---|
SpatialTransformationContext(SparkRecordInfoProvider<T> recordInfoProvider)
Creates a new instance which uses the given
SparkRecordInfoProvider |
SpatialTransformationContext(SparkRecordInfoProvider<T> recordInfoProvider, SpatialOperationConfig spatialOpConf)
Creates a new instance which uses the given
SparkRecordInfoProvider and can filter using the specified SpatialOperationConfig |
Modifier and Type | Class and Description |
---|---|
class |
GeoJsonRecordInfoProvider
SparkRecordInfoProvider for GeoJSON text files. |
class |
ShapeFileRecordInfoProvider
SparkRecordInfoProvider for ESRI Shapefiles. |
Copyright © 2016 Oracle and/or its affiliates. All Rights Reserved.