17 #ifndef GEOS_ALGORITHM_SIMPLEPOINTINRING_H
18 #define GEOS_ALGORITHM_SIMPLEPOINTINRING_H
20 #include <geos/export.h>
21 #include <geos/algorithm/PointInRing.h>
28 class CoordinateSequence;
35 class GEOS_DLL SimplePointInRing:
public PointInRing {
37 SimplePointInRing(geom::LinearRing *ring);
38 virtual ~SimplePointInRing();
39 bool isInside(
const geom::Coordinate& pt);
41 const geom::CoordinateSequence* pts;
48 #endif // GEOS_ALGORITHM_SIMPLEPOINTINRING_H