GEOS  3.3.1
Static Public Member Functions
geos::geom::util::GeometryExtracter Class Reference

#include <GeometryExtracter.h>

List of all members.

Static Public Member Functions

template<class ComponentType , class TargetContainer >
static void extract (const Geometry &geom, TargetContainer &lst)

Detailed Description

Extracts the components of a given type from a Geometry.


Member Function Documentation

template<class ComponentType , class TargetContainer >
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.

Parameters:
geomthe geometry from which to extract
listthe list to add the extracted elements to

The documentation for this class was generated from the following file: