PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwmline_construct_empty()

LWMLINE* lwmline_construct_empty ( int  srid,
char  hasz,
char  hasm 
)

Definition at line 38 of file lwmline.c.

39 {
40  LWMLINE *ret = (LWMLINE*)lwcollection_construct_empty(MULTILINETYPE, srid, hasz, hasm);
41  return ret;
42 }
LWCOLLECTION * lwcollection_construct_empty(uint8_t type, int srid, char hasz, char hasm)
Definition: lwcollection.c:94
#define MULTILINETYPE
Definition: liblwgeom.h:89

References lwcollection_construct_empty(), and MULTILINETYPE.

Referenced by geography_centroid(), lwline_split_by_mpoint(), lwline_split_by_point(), and test_lwline_split_by_point_to().

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