PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
LWCOLLECTION* lwcollection_clone | ( | const LWCOLLECTION * | g | ) |
Clone LWCOLLECTION object.
POINTARRAY are not copied. Bbox is cloned if present in input.
Definition at line 123 of file lwcollection.c.
References LWCOLLECTION::bbox, gbox_copy(), LWCOLLECTION::geoms, lwalloc(), lwgeom_clone(), and LWCOLLECTION::ngeoms.
Referenced by lwcollection_segmentize2d(), and lwgeom_clone().