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)
84 return invalidLocation;
89 double boundaryDistanceTolerance;
105 std::vector<geom::Coordinate> testCoords;
116 std::vector<geom::Location>& location);
118 static double computeBoundaryDistanceTolerance(
Coordinate is the lightweight class used to store coordinates.
Definition Coordinate.h:60
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:188
OpCode
The spatial functions supported by this class.
Definition OverlayOp.h:79
Finds the most likely Location of a point relative to the polygonal components of a geometry,...
Definition FuzzyPointLocator.h:58
Validates that the result of an overlay operation is geometrically correct within a determined tolera...
Definition OverlayResultValidator.h:64
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:26