|
| class | SpatialTemporalIndexImplementation |
| |
| Neo4jSpatiotemporal.indexprovider.SpatialTemporalIndexProvider.SpatialTemporalIndexProvider |
( |
| ) |
|
| IndexImplementation Neo4jSpatiotemporal.indexprovider.SpatialTemporalIndexProvider.load |
( |
DependencyResolver |
dependencyResolver | ) |
throws Exception |
| final String Neo4jSpatiotemporal.indexprovider.SpatialTemporalIndexProvider.GEOMETRY_TYPE = "geometry_type" |
|
static |
| final String Neo4jSpatiotemporal.indexprovider.SpatialTemporalIndexProvider.SERVICE_NAME = "spatial" |
|
static |
| final Map<String, String> Neo4jSpatiotemporal.indexprovider.SpatialTemporalIndexProvider.SIMPLE_POINT_CONFIG |
|
static |
Initial value:=
Collections.unmodifiableMap( MapUtil.stringMap(
IndexManager.PROVIDER,
SERVICE_NAME,
GEOMETRY_TYPE , LayerNodeIndexTemporal.POINT_GEOMETRY_TYPE, LayerNodeIndexTemporal.LAT_PROPERTY_KEY,
"lat", LayerNodeIndexTemporal.LON_PROPERTY_KEY,
"lon", LayerNodeIndexTemporal.TIMESTAMP_PROPERTY_KEY,
"timestamp") )
| final Map<String, String> Neo4jSpatiotemporal.indexprovider.SpatialTemporalIndexProvider.SIMPLE_WKB_CONFIG |
|
static |
Initial value:= Collections.unmodifiableMap( MapUtil.stringMap(
IndexManager.PROVIDER,
SERVICE_NAME, LayerNodeIndexTemporal.WKB_PROPERTY_KEY,
"wkb") )
| final Map<String, String> Neo4jSpatiotemporal.indexprovider.SpatialTemporalIndexProvider.SIMPLE_WKT_CONFIG |
|
static |
Initial value:= Collections.unmodifiableMap( MapUtil.stringMap(
IndexManager.PROVIDER,
SERVICE_NAME, LayerNodeIndexTemporal.WKT_PROPERTY_KEY,
"wkt") )
The documentation for this class was generated from the following file: