21 #include <geos/export.h> 22 #include <geos/geom/LineSegment.h> 23 #include <geos/geom/Envelope.h> 58 virtual void select(
const MonotoneChain& mc, std::size_t start);
Definition: LineSegment.h:61
Definition: MonotoneChainSelectAction.h:44
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25
Monotone Chains are a way of partitioning the segments of a linestring to allow for fast searching of...
Definition: index/chain/MonotoneChain.h:85