Definition at line 240 of file lwout_gml.c.
259 for (i=1; i<poly->
nrings; i++)
int lwpoly_is_empty(const LWPOLY *poly)
static void asgml2_ptarray(stringbuffer_t *sb, const POINTARRAY *pa, const GML_Options *opts)
int stringbuffer_aprintf(stringbuffer_t *s, const char *fmt,...)
Appends a formatted string to the current string buffer, using the format and argument list provided.
static void stringbuffer_append(stringbuffer_t *s, const char *a)
Append the specified string to the stringbuffer_t.
References asgml2_ptarray(), lwpoly_is_empty(), LWPOLY::nrings, ovdump::opts, LWPOLY::rings, stringbuffer_append(), and stringbuffer_aprintf().
Referenced by asgml2_collection(), asgml2_multi(), and lwgeom_to_gml2().