PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
POINTARRAY* ptarray_merge | ( | POINTARRAY * | pa1, |
POINTARRAY * | pa2 | ||
) |
Merge two given POINTARRAY and returns a pointer on the new aggregate one.
Warning: this function free the two inputs POINTARRAY
Definition at line 599 of file ptarray.c.
References POINTARRAY::flags, FLAGS_GET_M, FLAGS_GET_Z, FLAGS_GET_ZM, getPoint_internal(), lwerror(), POINTARRAY::npoints, ptarray_construct(), ptarray_free(), and ptarray_point_size().
Referenced by parse_gml_data().