GEOS
3.14.0dev
|
Extracts the polygonal (Polygon and MultiPolygon) elements from a Geometry. More...
#include <PolygonalExtracter.h>
Static Public Member Functions | |
static void | getPolygonals (const Geometry &geom, std::vector< const Geometry * > &polys) |
Extracts the polygonal (Polygon and MultiPolygon) elements from a Geometry.
|
static |
Pushes the polygonal (Polygon and MultiPolygon) elements from a geometry into the provided vector.
geom | the geometry to extract from |
polys | the vector to add the polygonal elements to |