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) // warning C4251: needs to have dll-interface to be used by clients of class 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
OpCode
The spatial functions supported by this class.
Definition: OverlayOp.h:78
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:186
Finds the most likely Location of a point relative to the polygonal components of a geometry...
Definition: FuzzyPointLocator.h:57
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25
Validates that the result of an overlay operation is geometrically correct within a determined tolera...
Definition: OverlayResultValidator.h:63