19 #ifndef GEOS_OP_OVERLAY_OVERLAYRESULTVALIDATOR_H 20 #define GEOS_OP_OVERLAY_OVERLAYRESULTVALIDATOR_H 22 #include <geos/export.h> 23 #include <geos/operation/overlay/OverlayOp.h> 24 #include <geos/operation/overlay/validate/FuzzyPointLocator.h> 25 #include <geos/geom/Location.h> 31 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class 84 return invalidLocation;
89 double boundaryDistanceTolerance;
105 std::vector<geom::Coordinate> testCoords;
116 std::vector<geom::Location>& location);
118 static double computeBoundaryDistanceTolerance(
135 #endif // ndef GEOS_OP_OVERLAY_OVERLAYRESULTVALIDATOR_H Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
OpCode
The spatial functions supported by this class.
Definition: OverlayOp.h:79
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:188
Finds the most likely Location of a point relative to the polygonal components of a geometry,...
Definition: FuzzyPointLocator.h:58
OverlayOp::overlayOp Adapter for use with geom::BinaryOp.
Definition: OverlayOp.h:406
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Validates that the result of an overlay operation is geometrically correct within a determined tolera...
Definition: OverlayResultValidator.h:64