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
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:61
OpCode
The spatial functions supported by this class.
Definition: OverlayOp.h:77
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:168
Finds the most likely Location of a point relative to the polygonal components of a geometry...
Definition: FuzzyPointLocator.h:59
OverlayOp::overlayOp Adapter for use with geom::BinaryOp.
Definition: OverlayOp.h:337
Validates that the result of an overlay operation is geometrically correct within a determined tolera...
Definition: OverlayResultValidator.h:65