20 #ifndef GEOS_OP_PREDICATE_SEGMENTINTERSECTIONTESTER_H
21 #define GEOS_OP_PREDICATE_SEGMENTINTERSECTIONTESTER_H
23 #include <geos/export.h>
25 #include <geos/algorithm/LineIntersector.h>
26 #include <geos/geom/Coordinate.h>
32 class CoordinateSequence;
58 bool hasIntersectionVar;
65 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:49
Definition: LineString.h:68
Tests if any line segments in two sets of CoordinateSequences intersect.
Definition: SegmentIntersectionTester.h:48
bool hasIntersectionWithEnvelopeFilter(const geom::LineString &line, const geom::LineString &testLine)
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:26