18 #include <geos/export.h> 19 #include <geos/index/strtree/TemplateSTRtree.h> 42 class 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:60
Represents a linear polygon, which may include holes.
Definition: Polygon.h:64
Basic namespace for all GEOS functionalities.
Definition: Angle.h:26
Models an OGC SFS LinearRing. A LinearRing is a LineString which is both closed and simple...
Definition: LinearRing.h:57