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)
64class GEOS_DLL OverlayResultValidator {
74 OverlayResultValidator(
82 return invalidLocation;
87 double boundaryDistanceTolerance;
103 std::vector<geom::Coordinate> testCoords;
114 std::vector<geom::Location::Value>& location);
116 static double computeBoundaryDistanceTolerance(
120 OverlayResultValidator(
const OverlayResultValidator& other);
121 OverlayResultValidator& operator=(
const OverlayResultValidator& rhs);
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:167
OpCode
The spatial functions supported by this class.
Definition OverlayOp.h:77
Finds the most likely Location of a point relative to the polygonal components of a geometry,...
Definition FuzzyPointLocator.h:58
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Contains classes that perform a topological overlay to compute boolean spatial functions.
Definition BufferBuilder.h:62
Provides classes for implementing operations on geometries.
Definition IndexedNestedRingTester.h:40
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25
OverlayOp::overlayOp Adapter for use with geom::BinaryOp.
Definition OverlayOp.h:376