19 #ifndef GEOS_IDX_CHAIN_MONOTONECHAINSELECTACTION_H
20 #define GEOS_IDX_CHAIN_MONOTONECHAINSELECTACTION_H
22 #include <geos/export.h>
23 #include <geos/geom/LineSegment.h>
24 #include <geos/geom/Envelope.h>
78 #endif // GEOS_IDX_CHAIN_MONOTONECHAINSELECTACTION_H
virtual void select(MonotoneChain &mc, unsigned int start)
This function can be overridden if the original chain is needed.
Definition: MonotoneChainSelectAction.h:45
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
virtual void select(const geom::LineSegment &seg)=0
Monotone Chains are a way of partitioning the segments of a linestring to allow for fast searching of...
Definition: index/chain/MonotoneChain.h:86
Definition: LineSegment.h:57
An Envelope defines a rectangulare region of the 2D coordinate plane.
Definition: Envelope.h:59