PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwmpoint_construct_empty()

LWMPOINT* lwmpoint_construct_empty ( int  srid,
char  hasz,
char  hasm 
)

Definition at line 39 of file lwmpoint.c.

References lwcollection_construct_empty(), and MULTIPOINTTYPE.

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

40 {
42  return ret;
43 }
#define MULTIPOINTTYPE
Definition: liblwgeom.h:88
LWCOLLECTION * lwcollection_construct_empty(uint8_t type, int srid, char hasz, char hasm)
Definition: lwcollection.c:94
Here is the call graph for this function:
Here is the caller graph for this function: