20 #ifndef GEOS_NODING_FASTNODINGVALIDATOR_H
21 #define GEOS_NODING_FASTNODINGVALIDATOR_H
23 #include <geos/noding/SingleInteriorIntersectionFinder.h>
24 #include <geos/algorithm/LineIntersector.h>
62 segStrings(newSegStrings),
100 std::vector<noding::SegmentString*>& segStrings;
102 std::auto_ptr<SingleInteriorIntersectionFinder> segInt;
108 if (segInt.get() != NULL)
return;
109 checkInteriorIntersections();
112 void checkInteriorIntersections();
115 FastNodingValidator(
const FastNodingValidator& other);
116 FastNodingValidator& operator=(
const FastNodingValidator& rhs);
122 #endif // GEOS_NODING_FASTNODINGVALIDATOR_H
std::string getErrorMessage() const
A LineIntersector is an algorithm that can both test whether two line segments intersect and compute ...
Definition: LineIntersector.h:50
Validates that a collection of SegmentStrings is correctly noded.
Definition: FastNodingValidator.h:54
bool isValid()
Definition: FastNodingValidator.h:74