#include <SimpleNoder.h>
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.
void geos::noding::SimpleNoder::computeNodes | ( | std::vector< SegmentString * > * | segStrings | ) | [virtual] |
Computes the noding for a collection of SegmentStrings.
segStrings | a collection of SegmentStrings to node |
Implements geos::noding::SinglePassNoder.
std::vector<SegmentString*>* geos::noding::SimpleNoder::getNodedSubstrings | ( | ) | const [inline, virtual] |
Returns a Collection of fully noded SegmentStrings. The SegmentStrings have the same context as their parent.
Implements geos::noding::SinglePassNoder.