21#include <geos/export.h>
22#include <geos/operation/overlay/validate/FuzzyPointLocator.h>
23#include <geos/geom/Location.h>
29#pragma warning(disable: 4251)
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(
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
Validates that the result of an overlay operation is geometrically correct within a determined tolera...
Definition OverlayResultValidator.h:62
Basic namespace for all GEOS functionalities.
Definition geos.h:39