Package | Description |
---|---|
oracle.spatial.spark.vector.geoenrichment |
Components used for geometry enrichment.
|
oracle.spatial.spark.vector.rdd |
Spatial RDD definitions
|
oracle.spatial.spark.vector.streaming.dstream |
Spatial DStream Defintions
|
Modifier and Type | Class and Description |
---|---|
class |
GeoJSONGeoEnricher
An implementation of
GeoEnricher which looks for spatial features from a hierarchy of spatial data layers defined as GeoJSON files. |
Modifier and Type | Method and Description |
---|---|
<R> <any> |
SpatialJavaPairRDD.enrich(<any> f, GeoEnricher enricher)
Associates records from the current spatial RDD to spatial features using an instance of
GeoEnricher |
<R> <any> |
SpatialJavaRDD.enrich(<any> f, GeoEnricher enricher)
Associates records from the current spatial RDD to spatial features using an instance of
GeoEnricher |
Modifier and Type | Method and Description |
---|---|
<R> <any> |
SpatialJavaDStream.enrich(<any> f, GeoEnricher enricher)
Associates records from the current spatial DStream to spatial features using an instance of
GeoEnricher |
<R> <any> |
SpatialJavaPairDStream.enrich(<any> f, GeoEnricher enricher)
Associates records from the current spatial DStream to spatial features using an instance of
GeoEnricher |
Copyright © 2017, 2019 Oracle and/or its affiliates. All Rights Reserved.