18#include <geos/export.h>
19#include <geos/algorithm/PointInRing.h>
33class GEOS_DLL SimplePointInRing:
public PointInRing {
35 SimplePointInRing(geom::LinearRing* ring);
36 ~SimplePointInRing()
override =
default;
37 bool isInside(
const geom::Coordinate& pt)
override;
39 const geom::CoordinateSequence* pts;
The internal representation of a list of coordinates inside a Geometry.
Definition CoordinateSequence.h:56
Coordinate is the lightweight class used to store coordinates.
Definition Coordinate.h:217
Models an OGC SFS LinearRing. A LinearRing is a LineString which is both closed and simple.
Definition LinearRing.h:54
Contains classes and interfaces implementing fundamental computational geometry algorithms.
Definition Angle.h:32
Basic namespace for all GEOS functionalities.
Definition geos.h:39