PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ lwmpoint_construct_empty()

LWMPOINT * lwmpoint_construct_empty ( int32_t  srid,
char  hasz,
char  hasm 
)
extern

Definition at line 39 of file lwmpoint.c.

40{
42 return ret;
43}
#define MULTIPOINTTYPE
Definition liblwgeom.h:105
LWCOLLECTION * lwcollection_construct_empty(uint8_t type, int32_t srid, char hasz, char hasm)

References lwcollection_construct_empty(), and MULTIPOINTTYPE.

Referenced by lwgeom_boundary(), lwgeom_extract_endpoints(), lwline_locate_along(), lwmline_locate_along(), lwmpoint_from_lwgeom(), lwmpoint_locate_along(), lwpoint_locate_along(), and lwpoly_to_points().

Here is the call graph for this function:
Here is the caller graph for this function: