Hermes@Neo4j
|
Public Member Functions | |
GeoPipeFlowTemporal (SpatialTemporalDatabaseRecord record) | |
SpatialTemporalDatabaseRecord | getRecord () |
int | countRecords () |
List< SpatialTemporalDatabaseRecord > | getRecords () |
String | getId () |
Geometry | getGeometry () |
MBB | getEnvelope () |
void | setGeometry (Geometry geometry) |
Map< String, Object > | getProperties () |
boolean | hasProperty (String name) |
String[] | getPropertyNames () |
Object | getProperty (String name) |
void | merge (GeoPipeFlowTemporal other) |
GeoPipeFlowTemporal | makeClone (String idSuffix) |
Neo4jSpatiotemporal.pipes.GeoPipeFlowTemporal.GeoPipeFlowTemporal | ( | SpatialTemporalDatabaseRecord | record | ) |
int Neo4jSpatiotemporal.pipes.GeoPipeFlowTemporal.countRecords | ( | ) |
MBB Neo4jSpatiotemporal.pipes.GeoPipeFlowTemporal.getEnvelope | ( | ) |
Geometry Neo4jSpatiotemporal.pipes.GeoPipeFlowTemporal.getGeometry | ( | ) |
Implements Neo4jSpatiotemporal.SpatialTemporalRecord.
String Neo4jSpatiotemporal.pipes.GeoPipeFlowTemporal.getId | ( | ) |
Implements Neo4jSpatiotemporal.SpatialTemporalRecord.
Map<String,Object> Neo4jSpatiotemporal.pipes.GeoPipeFlowTemporal.getProperties | ( | ) |
Implements Neo4jSpatiotemporal.SpatialTemporalRecord.
Object Neo4jSpatiotemporal.pipes.GeoPipeFlowTemporal.getProperty | ( | String | name | ) |
Implements Neo4jSpatiotemporal.SpatialTemporalRecord.
String [] Neo4jSpatiotemporal.pipes.GeoPipeFlowTemporal.getPropertyNames | ( | ) |
Implements Neo4jSpatiotemporal.SpatialTemporalRecord.
SpatialTemporalDatabaseRecord Neo4jSpatiotemporal.pipes.GeoPipeFlowTemporal.getRecord | ( | ) |
List<SpatialTemporalDatabaseRecord> Neo4jSpatiotemporal.pipes.GeoPipeFlowTemporal.getRecords | ( | ) |
boolean Neo4jSpatiotemporal.pipes.GeoPipeFlowTemporal.hasProperty | ( | String | name | ) |
Implements Neo4jSpatiotemporal.SpatialTemporalRecord.
GeoPipeFlowTemporal Neo4jSpatiotemporal.pipes.GeoPipeFlowTemporal.makeClone | ( | String | idSuffix | ) |
void Neo4jSpatiotemporal.pipes.GeoPipeFlowTemporal.merge | ( | GeoPipeFlowTemporal | other | ) |
void Neo4jSpatiotemporal.pipes.GeoPipeFlowTemporal.setGeometry | ( | Geometry | geometry | ) |