21#include <geos/export.h>
22#include <geos/geom/LineSegment.h>
23#include <geos/index/chain/MonotoneChainOverlapAction.h>
52 SegmentIntersector& si;
57 EdgeSegmentOverlapAction(SegmentIntersector& p_si)
62 const MonotoneChain& mc1, std::size_t start1,
63 const MonotoneChain& mc2, std::size_t start2)
override;
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
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.
Contains classes that implement Monotone Chains.
Definition index/chain/MonotoneChain.h:35
Provides classes for various kinds of spatial indexes.
Definition CleanCoverage.h:39
Classes to compute nodings for arrangements of line segments and line segment sequences.
Definition CoverageCleaner.h:42
Provides classes for implementing operations on geometries.
Definition CleanCoverage.h:34
Basic namespace for all GEOS functionalities.
Definition geos.h:38