Extracts the lineal (LineString/LinearRing/CircularString/CompoundCurve/MultiLineString/MultiCurve) elements from a Geometry.
More...
#include <LinealExtracter.h>
Extracts the lineal (LineString/LinearRing/CircularString/CompoundCurve/MultiLineString/MultiCurve) elements from a Geometry.
◆ getLineals()
| static void geos::geom::util::LinealExtracter::getLineals |
( |
const Geometry & |
geom, |
|
|
std::vector< const Geometry * > & |
lineals |
|
) |
| |
|
static |
Pushes the lineal elements from a geometry into the provided vector.
- Parameters
-
| geom | the geometry to extract from |
| lineals | the vector to add the polygonal elements to |
The documentation for this class was generated from the following file: