Definition at line 1770 of file lwout_gml.c.
1776 ptr += sprintf(ptr,
"<%sMultiCurve", prefix );
1779 ptr += sprintf(ptr,
" srsName=\"%s\"", srs);
1783 ptr += sprintf(ptr,
" %sid=\"%s\"", prefix,
id );
1785 ptr += sprintf( ptr,
">");
1787 for( i = 0; i <
cur->ngeoms; ++i )
1789 ptr += sprintf(ptr,
"<%scurveMember>", prefix );
1790 subgeom =
cur->geoms[i];
1803 ptr += sprintf(ptr,
"</%scurveMember>", prefix );
1805 ptr += sprintf(ptr,
"</%sMultiCurve>", prefix );
1806 return (ptr - output);
static size_t asgml3_circstring_buf(const LWCIRCSTRING *circ, const char *srs, char *output, int precision, int opts, const char *prefix, const char *id)
static size_t asgml3_compound_buf(const LWCOMPOUND *col, const char *srs, char *output, int precision, int opts, const char *prefix, const char *id)
static size_t asgml3_line_buf(const LWLINE *line, const char *srs, char *output, int precision, int opts, const char *prefix, const char *id)
References asgml3_circstring_buf(), asgml3_compound_buf(), asgml3_line_buf(), CIRCSTRINGTYPE, COMPOUNDTYPE, rtgdalraster::cur, LINETYPE, ovdump::opts, precision, and LWGEOM::type.
Referenced by asgml3_multicurve().