GEOS
3.14.0dev
|
#include <GeometryLister.h>
Static Public Member Functions | |
static void | list (const Geometry *geom, std::vector< const Geometry * > &lst) |
Extracts all the components of a collection, or just echoes back a pointers to singletons.
|
inlinestatic |
Extracts the components from a Geometry and adds them to the provided container.
Useful for iterating over components of a collection.
geom | the geometry from which to extract |
lst | the list to add the extracted elements to |