Definition at line 412 of file lwout_gml.c.
413{
414 char *output;
415 int size;
416
420 return output;
421}
void * lwalloc(size_t size)
static size_t asgml2_poly_buf(const LWPOLY *poly, const char *srs, char *output, int precision, const char *prefix)
static size_t asgml2_poly_size(const LWPOLY *poly, const char *srs, int precision, const char *prefix)
References asgml2_poly_buf(), asgml2_poly_size(), lwalloc(), and precision.
Referenced by lwgeom_to_gml2().