16#ifndef GEOS_ALGORITHM_SIMPLEPOINTINRING_H
17#define GEOS_ALGORITHM_SIMPLEPOINTINRING_H
19#include <geos/export.h>
20#include <geos/algorithm/PointInRing.h>
27class CoordinateSequence;
34class 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: geos.h:40