17 #ifndef GEOS_ALGORITHM_SIRTREEPOINTINRING_H
18 #define GEOS_ALGORITHM_SIRTREEPOINTINRING_H
20 #include <geos/export.h>
21 #include <geos/algorithm/PointInRing.h>
43 class GEOS_DLL SIRtreePointInRing:
public PointInRing {
45 geom::LinearRing *ring;
46 index::strtree::SIRtree *sirTree;
49 void testLineSegment(
const geom::Coordinate& p,
50 geom::LineSegment *seg);
52 SIRtreePointInRing(geom::LinearRing *newRing);
53 bool isInside(
const geom::Coordinate& pt);
60 #endif // GEOS_ALGORITHM_SIRTREEPOINTINRING_H