16 #ifndef GEOS_ALGORITHM_MCPOINTINRING_H
17 #define GEOS_ALGORITHM_MCPOINTINRING_H
19 #include <geos/export.h>
20 #include <geos/index/chain/MonotoneChainSelectAction.h>
21 #include <geos/algorithm/PointInRing.h>
22 #include <geos/geom/Coordinate.h>
23 #include <geos/index/bintree/Interval.h>
33 class CoordinateSequence;
34 class CoordinateSequence;
50 class GEOS_DLL MCPointInRing:
public PointInRing {
60 using MonotoneChainSelectAction::select;
63 MCPointInRing *parent;
77 MCSelecter *mcSelecter,
84 #endif // GEOS_ALGORITHM_MCPOINTINRING_H
Definition: MonotoneChainSelectAction.h:45
Models an OGC SFS LinearRing.
Definition: LinearRing.h:57
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Represents an (1-dimensional) closed interval on the Real number line.
Definition: bintree/Interval.h:61
An BinTree (or "Binary Interval Tree") is a 1-dimensional version of a quadtree.
Definition: Bintree.h:56
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:84
Monotone Chains are a way of partitioning the segments of a linestring to allow for fast searching of...
Definition: index/chain/MonotoneChain.h:85
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:59
Definition: LineSegment.h:57
An Envelope defines a rectangulare region of the 2D coordinate plane.
Definition: Envelope.h:85