20 #ifndef GEOS_IDX_CHAIN_MONOTONECHAINOVERLAPACTION_H
21 #define GEOS_IDX_CHAIN_MONOTONECHAINOVERLAPACTION_H
23 #include <geos/export.h>
24 #include <geos/geom/LineSegment.h>
25 #include <geos/geom/Envelope.h>
89 #endif // GEOS_IDX_CHAIN_MONOTONECHAINOVERLAPACTION_H
Definition: LineSegment.h:58
An Envelope defines a rectangulare region of the 2D coordinate plane.
Definition: Envelope.h:54
Definition: MonotoneChainOverlapAction.h:45
Monotone Chains are a way of partitioning the segments of a linestring to allow for fast searching of...
Definition: index/chain/MonotoneChain.h:86
virtual void overlap(const geom::LineSegment &, const geom::LineSegment &)
Definition: MonotoneChainOverlapAction.h:76