Definition at line 303 of file lwout_gml.c.
304{
305 char *output;
306 int size;
307
311 return output;
312}
void * lwalloc(size_t size)
static size_t asgml2_point_size(const LWPOINT *point, const char *srs, int precision, const char *prefix)
static size_t asgml2_point_buf(const LWPOINT *point, const char *srs, char *output, int precision, const char *prefix)
References asgml2_point_buf(), asgml2_point_size(), lwalloc(), and precision.
Referenced by lwgeom_to_gml2().