18#include <geos/export.h>
36class GEOS_DLL PolygonRingSelfNode {
41 const Coordinate* e00;
42 const Coordinate* e01;
43 const Coordinate* e10;
44 const Coordinate* e11;
50 const Coordinate& p_nodePt,
51 const Coordinate* p_e00,
52 const Coordinate* p_e01,
53 const Coordinate* p_e10,
54 const Coordinate* p_e11)
67 const Coordinate* getCoordinate()
const {
82 bool isExterior(
bool isInteriorOnRight)
const;
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:58
Basic namespace for all GEOS functionalities.
Definition: geos.h:39