#include <SimpleNoder.h>
Inheritance diagram for geos::noding::SimpleNoder:
Public Member Functions | |
SimpleNoder (SegmentIntersector *nSegInt=NULL) | |
void | computeNodes (std::vector< SegmentString * > *inputSegmentStrings) |
std::vector< SegmentString * > * | getNodedSubstrings () const |
This has n^2 performance, so is too slow for use on large numbers of segments.
|
Computes the noding for a collection of SegmentStrings.
Implements geos::noding::SinglePassNoder. |
|
Returns a Collection of fully noded SegmentStrings. The SegmentStrings have the same context as their parent.
Implements geos::noding::SinglePassNoder. |