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: LineSegment.h:57
Represents an (1-dimensional) closed interval on the Real number line.
Definition: bintree/Interval.h:25
An Envelope defines a rectangulare region of the 2D coordinate plane.
Definition: Envelope.h:53
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:60
Definition: MonotoneChainSelectAction.h:45
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Models an OGC SFS LinearRing.
Definition: LinearRing.h:57
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