21 #include <geos/export.h>
22 #include <geos/geom/LineSegment.h>
23 #include <geos/index/chain/MonotoneChainOverlapAction.h>
34 class SegmentIntersector;
The action for the internal iterator for performing overlap queries on a MonotoneChain.
Definition: MonotoneChainOverlapAction.h:42
Monotone Chains are a way of partitioning the segments of a linestring to allow for fast searching of...
Definition: index/chain/MonotoneChain.h:85
Processes possible intersections detected by a Noder.
Definition: noding/SegmentIntersector.h:45
The action for the internal iterator for performing overlap queries on a MonotoneChain.
Definition: EdgeSegmentOverlapAction.h:46
void overlap(const MonotoneChain &mc1, std::size_t start1, const MonotoneChain &mc2, std::size_t start2) override
This function can be overridden if the original chains are needed.
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25