17#include <geos/index/chain/MonotoneChain.h>
18#include <geos/index/strtree/TemplateSTRtree.h>
37class GEOS_DLL SegmentMCIndex {
41 strtree::TemplateSTRtree<const index::chain::MonotoneChain*> index;
42 std::vector<chain::MonotoneChain> segChains;
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:44
An Envelope defines a rectangulare region of the 2D coordinate plane.
Definition: Envelope.h:58
Definition: MonotoneChainSelectAction.h:44
Provides classes for various kinds of spatial indexes.
Definition: DiscreteFrechetDistance.h:50
Basic namespace for all GEOS functionalities.
Definition: geos.h:39