18#include <geos/export.h>
41class GEOS_DLL PolygonRingTouch {
51 PolygonRingTouch(PolygonRing* p_ring,
const Coordinate& p_pt)
56 const Coordinate* getCoordinate()
const;
58 PolygonRing* getRing()
const;
60 bool isAtLocation(
const Coordinate& pt)
const;
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:58
Basic namespace for all GEOS functionalities.
Definition: geos.h:39