Hermes@Neo4j
|
Public Member Functions | |
DensifyTemporal (double distanceTolerance) | |
DensifyTemporal (double distanceTolerance, 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 |
Densify geometries by inserting extra vertices along the line segments in the geometry. The densified geometry contains no line segment which is longer than the given distance tolerance. Item geometry is replaced by pipe output unless an alternative property name is given in the constructor.
Neo4jSpatiotemporal.pipes.processing.DensifyTemporal.DensifyTemporal | ( | double | distanceTolerance | ) |
distanceTolerance |
Neo4jSpatiotemporal.pipes.processing.DensifyTemporal.DensifyTemporal | ( | double | distanceTolerance, |
String | resultPropertyName | ||
) |
distanceTolerance | |
resultPropertyName | property name to use for geometry output |
|
protected |