21#include <geos/export.h>
22#include <geos/operation/overlay/validate/FuzzyPointLocator.h>
23#include <geos/geom/Location.h>
29#pragma warning(disable: 4251)
62class GEOS_DLL OverlayResultValidator {
72 OverlayResultValidator(
77 bool isValid(
int opCode);
82 return invalidLocation;
87 double boundaryDistanceTolerance;
103 std::vector<geom::Coordinate> testCoords;
109 bool testValid(
int overlayOp);
113 bool isValidResult(
int overlayOp, std::vector<geom::Location>& location);
115 static double computeBoundaryDistanceTolerance(
119 OverlayResultValidator(
const OverlayResultValidator& other) =
delete;
120 OverlayResultValidator& operator=(
const OverlayResultValidator& rhs) =
delete;
Coordinate is the lightweight class used to store coordinates.
Definition Coordinate.h:217
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:197
Finds the most likely Location of a point relative to the polygonal components of a geometry,...
Definition FuzzyPointLocator.h:57
Contains classes that perform a topological overlay to compute boolean spatial functions.
Definition namespaces.h:229
Provides classes for implementing operations on geometries.
Definition namespaces.h:179
Basic namespace for all GEOS functionalities.
Definition geos.h:39