PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwcompound_construct_empty()

LWCOMPOUND* lwcompound_construct_empty ( int  srid,
char  hasz,
char  hasm 
)

Definition at line 123 of file lwcompound.c.

References COMPOUNDTYPE, and lwcollection_construct_empty().

Referenced by lwcompound_construct_from_lwline().

124 {
126  return ret;
127 }
#define COMPOUNDTYPE
Definition: liblwgeom.h:93
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: