16 #ifndef GEOS_ALGORITHM_SIRTREEPOINTINRING_H 17 #define GEOS_ALGORITHM_SIRTREEPOINTINRING_H 19 #include <geos/export.h> 20 #include <geos/algorithm/PointInRing.h> 42 class GEOS_DLL SIRtreePointInRing:
public PointInRing {
52 ~SIRtreePointInRing();
60 #endif // GEOS_ALGORITHM_SIRTREEPOINTINRING_H Definition: LineSegment.h:57
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Models an OGC SFS LinearRing.
Definition: LinearRing.h:57
One-dimensional version of an STR-packed R-tree.
Definition: SIRtree.h:41