17#include <geos/export.h>
22#include <geos/algorithm/LineIntersector.h>
48 std::vector<SegmentString*> segStrings;
54 void checkCollapses()
const;
65 void checkInteriorIntersections();
70 void checkInteriorIntersections(
78 void checkEndPtVertexIntersections()
const;
81 const std::vector<SegmentString*>& segStrings)
const;
96 NodingValidator(
const std::vector<std::unique_ptr<SegmentString>>& newSegStrings)
98 segStrings.resize(newSegStrings.size());
99 for (
size_t i = 0; i < newSegStrings.size(); ++i) {
100 segStrings[i] = newSegStrings[i].get();
A LineIntersector is an algorithm that can both test whether two line segments intersect and compute ...
Definition: LineIntersector.h:53
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:220
Validates that a collection of SegmentStrings is correctly noded. Throws a TopologyException if a nod...
Definition: NodingValidator.h:45
An interface for classes which represent a sequence of contiguous line segments.
Definition: SegmentString.h:49
Basic namespace for all GEOS functionalities.
Definition: geos.h:38