Hermes@Neo4j
|
Protected Member Functions | |
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 () |
![]() | |
abstract E | processNextStart () throws NoSuchElementException |
List | getPathToHere () |
Protected Attributes | |
String | resultPropertyName = null |
![]() | |
Iterator< S > | starts |
E | currentEnd |
Additional Inherited Members | |
![]() | |
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 () |
![]() | |
void | setStarts (Iterator< S > starts) |
void | setStarts (Iterable< S > starts) |
Abstract pipe for GeoPipelines. Filters, processes, extracts or groups GeoPipeFlowTemporal objects.
|
protected |
|
protected |
resultPropertyName | name to use for the property containing PipeTemporal output |
|
protected |
Creates a default property name, used if no name has been specified.
|
protected |
Subclasses should override this method.
|
protected |
|
protected |
Puts pipe geometry output in the given GeoPipeFlowTemporal.
flow | |
geometry |
|
protected |
Puts pipe output in the given GeoPipeFlowTemporal.
|
protected |