23#include <geos/export.h>
26#include <geos/noding/FastNodingValidator.h>
30#pragma warning(disable: 4251)
54class GEOS_DLL EdgeNodingValidator final {
57 std::vector<noding::SegmentString*>& toSegmentStrings(std::vector<Edge*>& edges);
63 std::vector<noding::SegmentString*> segStr;
69 std::vector<geom::CoordinateSequence*> newCoordSeq;
87 EdgeNodingValidator validator(edges);
95 nv(toSegmentStrings(edges))
98 ~EdgeNodingValidator();
The internal representation of a list of coordinates inside a Geometry.
Definition CoordinateSequence.h:56
Validates that a collection of SegmentStrings is correctly noded.
Definition EdgeNodingValidator.h:54
static void checkValid(std::vector< Edge * > &edges)
Checks whether the supplied Edges are correctly noded.
Definition EdgeNodingValidator.h:85
Definition geomgraph/Edge.h:63
Validates that a collection of SegmentStrings is correctly noded.
Definition FastNodingValidator.h:59
void checkValid()
Checks for an intersection and throws a TopologyException if one is found.
An interface for classes which represent a sequence of contiguous line segments.
Definition SegmentString.h:47
Contains classes that implement topology graphs.
Definition Depth.h:31
Classes to compute nodings for arrangements of line segments and line segment sequences.
Definition InvalidSegmentDetector.h:25
Basic namespace for all GEOS functionalities.
Definition geos.h:39