Hermes@Neo4j
|
Public Member Functions | |
DifferenceTemporal (Geometry other) | |
DifferenceTemporal (Geometry other, String resultPropertyName) | |
![]() | |
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) |
Protected Member Functions | |
GeoPipeFlowTemporal | process (GeoPipeFlowTemporal flow) |
![]() | |
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 () |
Additional Inherited Members | |
![]() | |
String | resultPropertyName = null |
![]() | |
Iterator< S > | starts |
E | currentEnd |
Computes a geometry representing the points making up item geometry that do not make up the given geometry. Item geometry is replaced by pipe output unless an alternative property name is given in the constructor.
Neo4jSpatiotemporal.pipes.processing.DifferenceTemporal.DifferenceTemporal | ( | Geometry | other | ) |
Neo4jSpatiotemporal.pipes.processing.DifferenceTemporal.DifferenceTemporal | ( | Geometry | other, |
String | resultPropertyName | ||
) |
other | geometry |
resultPropertyName | property name to use for geometry output |
|
protected |