Definition at line 203 of file lwout_gml.c.
204{
205
209 {
211 return;
212 }
218}
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(), LWPOINT::point, stringbuffer_append(), and stringbuffer_aprintf().
Referenced by asgml2_collection(), asgml2_multi(), and lwgeom_to_gml2().