21#include <geos/export.h>
22#include <geos/geom/LineSegment.h>
23#include <geos/geom/Envelope.h>
44class GEOS_DLL MonotoneChainSelectAction {
52 MonotoneChainSelectAction() {}
55 ~MonotoneChainSelectAction() {}
Definition LineSegment.h:61
virtual void select(const geom::LineSegment &seg)=0
virtual void select(const MonotoneChain &mc, std::size_t start)
This function can be overridden if the original chain is needed.
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