Package | Description |
---|---|
oracle.spatial.spark.vector.geoenrichment |
Components used for geometry enrichment.
|
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> |
SpatialJavaDStream.enrich(<any> f, GeoEnricher enricher)
Finds features related to the geometries of the stream´s records and uses a user-provided lambda to transform the enriched records
|
<R> <any> |
SpatialJavaPairDStream.enrich(<any> f, GeoEnricher enricher)
Finds features related to the geometries of the stream´s records and uses a user-provided lambda to transform the enriched records
|
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.