Definition at line 206 of file lwpoint.c.
POINTARRAY * ptarray_construct_empty(char hasz, char hasm, uint32_t maxpoints)
Create a new POINTARRAY with no points.
int ptarray_append_point(POINTARRAY *pa, const POINT4D *pt, int allow_duplicates)
Append a point to the end of an existing POINTARRAY If allow_duplicate is LW_FALSE,...
#define LW_TRUE
Return types for functions with status returns.
LWPOINT * lwpoint_construct(int32_t srid, GBOX *bbox, POINTARRAY *point)
References LW_TRUE, lwpoint_construct(), ptarray_append_point(), and ptarray_construct_empty().
Referenced by LWGEOM_dumppoints(), lwline_interpolate_point_3d(), lwmpoint_construct(), and lwmpoint_from_lwgeom().