21#include <geos/export.h>
22#include <geos/geom/LineSegment.h>
42class GEOS_DLL MonotoneChainOverlapAction {
52 MonotoneChainOverlapAction() {}
55 ~MonotoneChainOverlapAction() {}
Definition LineSegment.h:61
virtual void overlap(const MonotoneChain &mc1, std::size_t start1, const MonotoneChain &mc2, std::size_t start2)
This function can be overridden if the original chains are needed.
virtual void overlap(const geom::LineSegment &, const geom::LineSegment &)
This is a convenience function which can be overridden to obtain the actual line segments which overl...
Definition MonotoneChainOverlapAction.h:78
Monotone Chains are a way of partitioning the segments of a linestring to allow for fast searching of...
Definition index/chain/MonotoneChain.h:85
Contains classes that implement Monotone Chains.
Definition index/chain/MonotoneChain.h:35
Provides classes for various kinds of spatial indexes.
Definition DiscreteFrechetDistance.h:50
Basic namespace for all GEOS functionalities.
Definition geos.h:39