16#ifndef GEOS_ALGORITHM_SIMPLEPOINTINRING_H
17#define GEOS_ALGORITHM_SIMPLEPOINTINRING_H
19#include <geos/export.h>
20#include <geos/algorithm/PointInRing.h>
34class 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;
The internal representation of a list of coordinates inside a Geometry.
Definition CoordinateSequence.h:59
Coordinate is the lightweight class used to store coordinates.
Definition Coordinate.h:60
Models an OGC SFS LinearRing.
Definition LinearRing.h:57
Contains classes and interfaces implementing fundamental computational geometry algorithms.
Definition Angle.h:33
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25