Hermes@Neo4j
|
Public Member Functions | |
DensifyTemporal (double distanceTolerance) | |
DensifyTemporal (double distanceTolerance, 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 |
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 |