16#ifndef GEOS_ALGORITHM_POINTINRING_H
17#define GEOS_ALGORITHM_POINTINRING_H
19#include <geos/export.h>
31class GEOS_DLL PointInRing{
33 virtual ~PointInRing(){}
34 virtual bool isInside(
const geom::Coordinate& pt)=0;
Coordinate is the lightweight class used to store coordinates.
Definition Coordinate.h:60
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