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 82 return invalidLocation;
87 double boundaryDistanceTolerance;
103 std::vector<geom::Coordinate> testCoords;
114 std::vector<geom::Location::Value>& location);
116 static double computeBoundaryDistanceTolerance(
133 #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:77
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:167
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:376
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