21#include <geos/export.h>
22#include <geos/geom/LineSegment.h>
23#include <geos/index/chain/MonotoneChainOverlapAction.h>
52class GEOS_DLL EdgeSegmentOverlapAction :
public MonotoneChainOverlapAction {
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 DiscreteFrechetDistance.h:50
Classes to compute nodings for arrangements of line segments and line segment sequences.
Definition InvalidSegmentDetector.h:25
Provides classes for implementing operations on geometries.
Definition namespaces.h:179
Basic namespace for all GEOS functionalities.
Definition geos.h:39