PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
POINTARRAY* ptarray_clone | ( | const POINTARRAY * | in | ) |
Clone a POINTARRAY object.
Serialized pointlist is not copied.
Definition at line 661 of file ptarray.c.
References POINTARRAY::flags, FLAGS_SET_READONLY, lwalloc(), LWDEBUG, POINTARRAY::maxpoints, POINTARRAY::npoints, and POINTARRAY::serialized_pointlist.
Referenced by lwline_clone(), lwpoint_clone(), lwpoly_clone(), and lwt_AddPolygon().