GEOS
3.14.0dev
|
Validates that a collection of SegmentStrings is correctly noded. More...
#include <EdgeNodingValidator.h>
Public Member Functions | |
EdgeNodingValidator (std::vector< Edge * > &edges) | |
void | checkValid () |
Static Public Member Functions | |
static void | checkValid (std::vector< Edge * > &edges) |
Checks whether the supplied Edges are correctly noded. More... | |
Validates that a collection of SegmentStrings is correctly noded.
Throws an appropriate exception if an noding error is found.
|
inlinestatic |
Checks whether the supplied Edges are correctly noded.
Throws a TopologyException if they are not.
edges | a collection of Edges. |
TopologyException | if the SegmentStrings are not correctly noded |
References checkValid().
Referenced by checkValid().