Definition at line 1771 of file lwout_gml.c.
1777 ptr += sprintf(ptr,
"<%sMultiCurve", prefix );
1780 ptr += sprintf(ptr,
" srsName=\"%s\"", srs);
1784 ptr += sprintf(ptr,
" %sid=\"%s\"", prefix,
id );
1786 ptr += sprintf( ptr,
">");
1788 for( i = 0; i <
cur->ngeoms; ++i )
1790 ptr += sprintf(ptr,
"<%scurveMember>", prefix );
1791 subgeom =
cur->geoms[i];
1804 ptr += sprintf(ptr,
"</%scurveMember>", prefix );
1806 ptr += sprintf(ptr,
"</%sMultiCurve>", prefix );
1807 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().