22#include <geos/export.h>
24#include <geos/algorithm/LineIntersector.h>
25#include <geos/geom/Coordinate.h>
31class CoordinateSequence;
57 bool hasIntersectionVar;
64 const std::vector<const geom::LineString*>& lines);
A LineIntersector is an algorithm that can both test whether two line segments intersect and compute ...
Definition LineIntersector.h:53
Definition LineString.h:66
Tests if any line segments in two sets of CoordinateSequences intersect.
Definition SegmentIntersectionTester.h:47
bool hasIntersectionWithEnvelopeFilter(const geom::LineString &line, const geom::LineString &testLine)
Basic namespace for all GEOS functionalities.
Definition geos.h:39