PostGIS
2.5.7dev-r@@SVN_REVISION@@
|
LWCOLLECTION* lwcollection_concat_in_place | ( | LWCOLLECTION * | col1, |
const LWCOLLECTION * | col2 | ||
) |
Appends all geometries from col2 to col1 in place.
Caller is responsible to release col2.
Definition at line 240 of file lwcollection.c.
References LWCOLLECTION::geoms, lwcollection_add_lwgeom(), and LWCOLLECTION::ngeoms.
Referenced by lwcollection_offsetcurve().