#include <GeometryExtracter.h>
Static Public Member Functions | |
| template<class ComponentType , class TargetContainer > | |
| static void | extract (const Geometry &geom, TargetContainer &lst) |
Extracts the components of a given type from a Geometry.
| static void geos::geom::util::GeometryExtracter::extract | ( | const Geometry & | geom, |
| TargetContainer & | lst | ||
| ) | [inline, static] |
Extracts the components of type clz from a Geometry and adds them to the provided container.
| geom | the geometry from which to extract |
| list | the list to add the extracted elements to |
1.7.2