18#include <geos/export.h>
30class GEOS_DLL PointInRing {
34 virtual bool isInside(
const geom::Coordinate& pt) = 0;
Coordinate is the lightweight class used to store coordinates.
Definition Coordinate.h:217
Contains classes and interfaces implementing fundamental computational geometry algorithms.
Definition Angle.h:32
Basic namespace for all GEOS functionalities.
Definition geos.h:39