21#include <geos/export.h>
22#include <geos/operation/overlay/OverlayOp.h>
23#include <geos/operation/overlay/validate/FuzzyPointLocator.h>
24#include <geos/geom/Location.h>
30#pragma warning(disable: 4251)
83 return invalidLocation;
88 double boundaryDistanceTolerance;
104 std::vector<geom::Coordinate> testCoords;
115 std::vector<geom::Location>& location);
117 static double computeBoundaryDistanceTolerance(
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:58
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:186
OpCode
The spatial functions supported by this class.
Definition: OverlayOp.h:78
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:63
Basic namespace for all GEOS functionalities.
Definition: geos.h:39