#include <NodedSegmentString.h>
Inheritance diagram for geos::noding::NodedSegmentString:

Public Member Functions | |
| NodedSegmentString (geom::CoordinateSequence *newPts, const void *newContext) | |
| SegmentNode * | addIntersectionNode (geom::Coordinate *intPt, int segmentIndex) |
Static Public Member Functions | |
| static void | getNodedSubstrings (SegmentString::ConstVect *segStrings, SegmentString::NonConstVect *resultEdgelist) |
The line segments are represented by an array of Coordinates. Intended to optimize the noding of contiguous segments by reducing the number of allocated objects. SegmentStrings can carry a context object, which is useful for preserving topological or parentage information. All noded substrings are initialized with the same context object.
|
||||||||||||
|
Creates a new segment string from a list of vertices.
|
|
||||||||||||
|
Adds an intersection node for a given point and segment to this segment string. If an intersection already exists for this exact location, the existing node will be returned.
|
1.4.4