18#include <geos/geom/CoordinateSequence.h>
19#include <geos/geom/Location.h>
20#include <geos/export.h>
58 using CoordinateXY = geos::geom::CoordinateXY;
72 Location locate(
const CoordinateXY* p);
86 std::vector<const CoordinateSequence*> ringList;
93 std::vector<std::unique_ptr<CoordinateSequence>> localRingList;
99 const CoordinateXY* p,
101 NodeSections& sections);
104 const CoordinateXY* p,
105 const CoordinateXY* prev,
106 const CoordinateXY* next);
110 void addRings(
const Geometry* geom);
112 void addRing(
const LinearRing* ring,
bool requireCW);
The internal representation of a list of coordinates inside a Geometry.
Definition CoordinateSequence.h:56
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:197
Models an OGC SFS LinearRing. A LinearRing is a LineString which is both closed and simple.
Definition LinearRing.h:54
Represents a linear polygon, which may include holes.
Definition Polygon.h:61
Definition AdjacentEdgeLocator.h:57
AdjacentEdgeLocator(const AdjacentEdgeLocator &)=delete
Definition NodeSection.h:50
Location
Constants representing the location of a point relative to a geometry.
Definition Location.h:32
Basic namespace for all GEOS functionalities.
Definition geos.h:39