18#include <geos/export.h>
19#include <geos/index/strtree/TemplateSTRtree.h>
37class GEOS_DLL IndexedNestedHoleTester {
40 using CoordinateXY = geos::geom::CoordinateXY;
44 const Polygon* polygon;
45 index::strtree::TemplateSTRtree<const LinearRing*> index;
46 CoordinateXY nestedPt;
53 IndexedNestedHoleTester(
const Polygon* p_polygon)
64 const CoordinateXY& getNestedPoint() {
return nestedPt; }
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
Basic namespace for all GEOS functionalities.
Definition geos.h:39