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 ~SimplePointInRing()
override =
default;
38 bool isInside(
const geom::Coordinate& pt)
override;
40 const geom::CoordinateSequence* pts;
Basic namespace for all GEOS functionalities.
Definition: Angle.h:26