Definition at line 55 of file lwgeom_debug.c.
56{
57 char *result;
58 char *pad="";
60 size_t sz = 128+offset;
61
63
64 snprintf(result, sz, "%*.s%s[%s]",
66 zmflags);
67 return result;
68}
const char * lwtype_name(uint8_t type)
Return the type name string associated with a type number (e.g.
void * lwalloc(size_t size)
static char * lwgeom_flagchars(LWGEOM *lwg)
References lwalloc(), lwgeom_flagchars(), lwtype_name(), and LWPOINT::type.
Referenced by lwgeom_summary().