|
Hermes@Neo4j
|
Public Member Functions | |
| UnionTemporal () | |
| UnionTemporal (String resultPropertyName) | |
| UnionTemporal (Geometry other) | |
| UnionTemporal (Geometry other, String resultPropertyName) | |
Public Member Functions inherited from Neo4jSpatiotemporal.pipes.impl.AbstractPipeTemporal< S, E > | |
| void | setStarts (final PipeTemporal<?, S > starts) |
| void | setStarts (final Iterator< S > starts) |
| void | setStarts (final Iterable< S > starts) |
| void | reset () |
| List | getPath () |
| void | remove () |
| E | next () |
| boolean | hasNext () |
| Iterator< E > | iterator () |
| String | toString () |
Public Member Functions inherited from Neo4jSpatiotemporal.pipes.impl.PipeTemporal< S, E > | |
| void | setStarts (Iterator< S > starts) |
| void | setStarts (Iterable< S > starts) |
Protected Member Functions | |
| GeoPipeFlowTemporal | process (GeoPipeFlowTemporal flow) |
Protected Member Functions inherited from Neo4jSpatiotemporal.pipes.AbstractGeoPipeTemporal | |
| AbstractGeoPipeTemporal () | |
| AbstractGeoPipeTemporal (String resultPropertyName) | |
| GeoPipeFlowTemporal | processNextStart () throws NoSuchElementException |
| GeoPipeFlowTemporal | process (GeoPipeFlowTemporal flow) |
| void | setGeometry (GeoPipeFlowTemporal flow, Geometry geometry) |
| void | setProperty (GeoPipeFlowTemporal flow, Object result) |
| String | generatePropertyName () |
Protected Member Functions inherited from Neo4jSpatiotemporal.pipes.impl.AbstractPipeTemporal< S, E > | |
| abstract E | processNextStart () throws NoSuchElementException |
| List | getPathToHere () |
Additional Inherited Members | |
Protected Attributes inherited from Neo4jSpatiotemporal.pipes.AbstractGeoPipeTemporal | |
| String | resultPropertyName = null |
Protected Attributes inherited from Neo4jSpatiotemporal.pipes.impl.AbstractPipeTemporal< S, E > | |
| Iterator< S > | starts |
| E | currentEnd |
Unites item geometry with itself or with the given geometry. Item geometry is replaced by pipe output unless an alternative property name is given in the constructor.
| Neo4jSpatiotemporal.pipes.processing.UnionTemporal.UnionTemporal | ( | ) |
| Neo4jSpatiotemporal.pipes.processing.UnionTemporal.UnionTemporal | ( | String | resultPropertyName | ) |
| resultPropertyName | property name to use for geometry output |
| Neo4jSpatiotemporal.pipes.processing.UnionTemporal.UnionTemporal | ( | Geometry | other | ) |
| Neo4jSpatiotemporal.pipes.processing.UnionTemporal.UnionTemporal | ( | Geometry | other, |
| String | resultPropertyName | ||
| ) |
|
protected |