18#include <geos/export.h>
19#include <geos/index/strtree/TemplateSTRtree.h>
42class GEOS_DLL IndexedNestedHoleTester {
46 const Polygon* polygon;
47 index::strtree::TemplateSTRtree<const LinearRing*> index;
55 IndexedNestedHoleTester(
const Polygon* p_polygon)
66 const Coordinate& getNestedPoint() {
return nestedPt; }
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:58
Models an OGC SFS LinearRing. A LinearRing is a LineString which is both closed and simple.
Definition: LinearRing.h:55
Represents a linear polygon, which may include holes.
Definition: Polygon.h:61
Basic namespace for all GEOS functionalities.
Definition: geos.h:39