#include <GeometryExtracter.h>
Static Public Member Functions | |
template<class ComponentType, class TargetContainer> | |
static void | extract (const Geometry &geom, TargetContainer &lst) |
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 |