22#include <geos/noding/SegmentSetMutualIntersector.h>
23#include <geos/index/chain/MonotoneChainOverlapAction.h>
24#include <geos/index/chain/MonotoneChain.h>
25#include <geos/index/strtree/TemplateSTRtree.h>
39class SegmentIntersector;
78 void process(SegmentString::ConstVect* segStrings)
override;
85 SegmentOverlapAction(
const SegmentOverlapAction& other) =
delete;
86 SegmentOverlapAction& operator=(
const SegmentOverlapAction& rhs) =
delete;
90 index::chain::MonotoneChainOverlapAction(), si(p_si)
106 typedef std::vector<index::chain::MonotoneChain> MonoChains;
107 MonoChains monoChains;
114 index::strtree::TemplateSTRtree<const index::chain::MonotoneChain*> index;
124 MonoChains indexChains;
128 void intersectChains();
Abstract class defines basic insertion and query operations supported by classes implementing spatial...
Definition: SpatialIndex.h:46
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
Intersects two sets of SegmentStrings using a index based on MonotoneChains and a SpatialIndex.
Definition: MCIndexSegmentSetMutualIntersector.h:55
MCIndexSegmentSetMutualIntersector(const MCIndexSegmentSetMutualIntersector &)=delete
void setBaseSegments(SegmentString::ConstVect *segStrings) override
void process(SegmentString::ConstVect *segStrings) override
Processes possible intersections detected by a Noder.
Definition: noding/SegmentIntersector.h:45
An intersector for the red-blue intersection problem.
Definition: SegmentSetMutualIntersector.h:36
An interface for classes which represent a sequence of contiguous line segments.
Definition: SegmentString.h:45
Basic namespace for all GEOS functionalities.
Definition: geos.h:39