Definition at line 203 of file lwout_gml.c.
int lwpoint_is_empty(const LWPOINT *point)
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(), lwpoint_is_empty(), ovdump::opts, LWPOINT::point, stringbuffer_append(), and stringbuffer_aprintf().
Referenced by asgml2_collection(), asgml2_multi(), and lwgeom_to_gml2().