PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
POINTARRAY* ptarray_construct_copy_data | ( | char | hasz, |
char | hasm, | ||
uint32_t | npoints, | ||
const uint8_t * | ptlist | ||
) |
Construct a new POINTARRAY, copying in the data from ptlist.
Definition at line 309 of file ptarray.c.
References POINTARRAY::flags, gflags(), lwalloc(), POINTARRAY::maxpoints, POINTARRAY::npoints, ptarray_point_size(), and POINTARRAY::serialized_pointlist.
Referenced by lwpoint_from_wkb_state(), and ptarray_from_wkb_state().