45 void extractOuterShells(std::vector<const LinearRing*>& outerShells);
47 bool isOuter(
const LinearRing& shell, std::vector<const LinearRing*>& outerShells);
53 static void extractShellRings(
const Geometry& polygons, std::vector<const LinearRing*>& shells);
55 static bool envelopeAreaComparator(
62 static void extractShells(
const Geometry* polygons, std::vector<const LinearRing*>& shells);
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
Basic namespace for all GEOS functionalities.
Definition geos.h:39