16 #ifndef GEOS_ALGORITHM_SIMPLEPOINTINRING_H 17 #define GEOS_ALGORITHM_SIMPLEPOINTINRING_H 19 #include <geos/export.h> 20 #include <geos/algorithm/PointInRing.h> 27 class CoordinateSequence;
34 class GEOS_DLL SimplePointInRing:
public PointInRing {
36 SimplePointInRing(geom::LinearRing *ring);
37 virtual ~SimplePointInRing();
38 bool isInside(
const geom::Coordinate& pt);
40 const geom::CoordinateSequence* pts;
47 #endif // GEOS_ALGORITHM_SIMPLEPOINTINRING_H Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25