20 #ifndef GEOS_OP_OVERLAY_OVERLAYRESULTVALIDATOR_H
21 #define GEOS_OP_OVERLAY_OVERLAYRESULTVALIDATOR_H
23 #include <geos/export.h>
24 #include <geos/operation/overlay/OverlayOp.h>
25 #include <geos/operation/overlay/validate/FuzzyPointLocator.h>
26 #include <geos/geom/Location.h>
32 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
83 return invalidLocation;
88 double boundaryDistanceTolerance;
104 std::vector<geom::Coordinate> testCoords;
115 std::vector<geom::Location::Value>& location);
117 static double computeBoundaryDistanceTolerance(
134 #endif // ndef GEOS_OP_OVERLAY_OVERLAYRESULTVALIDATOR_H