Hermes@Neo4j
Neo4jSpatiotemporal.TemporalConstants Interface Reference
Inheritance diagram for Neo4jSpatiotemporal.TemporalConstants:
Neo4jSpatiotemporal.AbstractTemporalGeometryEncoder Neo4jSpatiotemporal.DefaultLayerTemporal Neo4jSpatiotemporal.DynamicLayerConfigTemporal Neo4jSpatiotemporal.LayerRTreeIndexTemporal Neo4jSpatiotemporal.SpatialTemporalDatabaseRecord Neo4jSpatiotemporal.SpatialTemporalDatabaseService Neo4jSpatiotemporal.Encoders.EpisodeEncoder Neo4jSpatiotemporal.Encoders.SemanticTrajectoryEncoder Neo4jSpatiotemporal.Encoders.TemporalPointEncoder Neo4jSpatiotemporal.WKBTemporalGeometryEncoder Neo4jSpatiotemporal.WKTTemporalGeometryEncoder Neo4jSpatiotemporal.EditableLayerImplTemporal Neo4jSpatiotemporal.DynamicLayerTemporal Neo4jSpatiotemporal.OrderedEditableLayerTemporal Neo4jSpatiotemporal.SimplePointLayerST

Public Attributes

String PROP_LAYER = "layer"
 
String PROP_LAYERNODEEXTRAPROPS = "layerprops"
 
String PROP_CRS = "layercrs"
 
String PROP_CREATIONTIME = "ctime"
 
String PROP_GEOMENCODER = "geomencoder"
 
String PROP_GEOMENCODER_CONFIG = "geomencoder_config"
 
String PROP_LAYER_CLASS = "layer_class"
 
String PROP_TYPE = "gtype"
 
String PROP_QUERY = "query"
 
String PROP_WKB = "wkb"
 
String PROP_WKT = "wkt"
 
String[] RESERVED_PROPS
 
int GTYPE_GEOMETRY = 0
 
int GTYPE_POINT = 1
 
int GTYPE_LINESTRING = 2
 
int GTYPE_POLYGON = 3
 
int GTYPE_MULTIPOINT = 4
 
int GTYPE_MULTILINESTRING = 5
 
int GTYPE_MULTIPOLYGON = 6
 

Member Data Documentation

int Neo4jSpatiotemporal.TemporalConstants.GTYPE_GEOMETRY = 0
int Neo4jSpatiotemporal.TemporalConstants.GTYPE_LINESTRING = 2
int Neo4jSpatiotemporal.TemporalConstants.GTYPE_MULTILINESTRING = 5
int Neo4jSpatiotemporal.TemporalConstants.GTYPE_MULTIPOINT = 4
int Neo4jSpatiotemporal.TemporalConstants.GTYPE_MULTIPOLYGON = 6
int Neo4jSpatiotemporal.TemporalConstants.GTYPE_POINT = 1
int Neo4jSpatiotemporal.TemporalConstants.GTYPE_POLYGON = 3
String Neo4jSpatiotemporal.TemporalConstants.PROP_CREATIONTIME = "ctime"
String Neo4jSpatiotemporal.TemporalConstants.PROP_CRS = "layercrs"
String Neo4jSpatiotemporal.TemporalConstants.PROP_GEOMENCODER = "geomencoder"
String Neo4jSpatiotemporal.TemporalConstants.PROP_GEOMENCODER_CONFIG = "geomencoder_config"
String Neo4jSpatiotemporal.TemporalConstants.PROP_LAYER = "layer"
String Neo4jSpatiotemporal.TemporalConstants.PROP_LAYER_CLASS = "layer_class"
String Neo4jSpatiotemporal.TemporalConstants.PROP_LAYERNODEEXTRAPROPS = "layerprops"
String Neo4jSpatiotemporal.TemporalConstants.PROP_QUERY = "query"
String Neo4jSpatiotemporal.TemporalConstants.PROP_TYPE = "gtype"
String Neo4jSpatiotemporal.TemporalConstants.PROP_WKB = "wkb"
String Neo4jSpatiotemporal.TemporalConstants.PROP_WKT = "wkt"
String [] Neo4jSpatiotemporal.TemporalConstants.RESERVED_PROPS
Initial value:
= new String[] {
Hybrid3DRTreeIndex.PROP_BBOX,
}

The documentation for this interface was generated from the following file: