An edge of a LineMergeGraph. The marked field indicates whether this Edge has been logically deleted from the graph.
More...
#include <LineMergeEdge.h>
Public Member Functions | |
| LineMergeEdge (const geom::LineString *newLine) | |
| const geom::LineString * | getLine () const |
An edge of a LineMergeGraph. The marked field indicates whether this Edge has been logically deleted from the graph.
| geos::operation::linemerge::LineMergeEdge::LineMergeEdge | ( | const geom::LineString * | newLine ) |
Constructs a LineMergeEdge with vertices given by the specified LineString.
| const geom::LineString* geos::operation::linemerge::LineMergeEdge::getLine | ( | ) | const |
Returns the LineString specifying the vertices of this edge.
1.7.2