Hermes@Neo4j
Neo4jSpatiotemporal.indexprovider.SpatialTemporalIndexProvider Class Reference
Inheritance diagram for Neo4jSpatiotemporal.indexprovider.SpatialTemporalIndexProvider:

Classes

class  SpatialTemporalIndexImplementation
 

Public Member Functions

 SpatialTemporalIndexProvider ()
 
IndexImplementation load (DependencyResolver dependencyResolver) throws Exception
 

Static Public Attributes

static final String SERVICE_NAME = "spatial"
 
static final String GEOMETRY_TYPE = "geometry_type"
 
static final Map< String, String > SIMPLE_POINT_CONFIG
 
static final Map< String, String > SIMPLE_WKT_CONFIG
 
static final Map< String, String > SIMPLE_WKB_CONFIG
 

Constructor & Destructor Documentation

Neo4jSpatiotemporal.indexprovider.SpatialTemporalIndexProvider.SpatialTemporalIndexProvider ( )

Member Function Documentation

IndexImplementation Neo4jSpatiotemporal.indexprovider.SpatialTemporalIndexProvider.load ( DependencyResolver  dependencyResolver) throws Exception

Member Data Documentation

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: