Definition at line 350 of file lwout_gml.c.
351{
352 char *output;
353 int size;
354
358 return output;
359}
void * lwalloc(size_t size)
static size_t asgml2_line_size(const LWLINE *line, const char *srs, int precision, const char *prefix)
static size_t asgml2_line_buf(const LWLINE *line, const char *srs, char *output, int precision, const char *prefix)
References asgml2_line_buf(), asgml2_line_size(), lwalloc(), and precision.
Referenced by lwgeom_to_gml2().