Definition at line 71 of file lwgeom_debug.c.
72{
74 char *pad="";
76 size_t sz = 128+offset;
77
79
80 snprintf(
result, sz,
"%*.s%s[%s] with %d points",
82 zmflags,
85}
char result[OUT_DOUBLE_BUFFER_SIZE]
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(), POINTARRAY::npoints, LWLINE::points, result, and LWLINE::type.
Referenced by lwgeom_summary().