Definition at line 1742 of file lwout_gml.c.
1744 size_t prefixlen = strlen(prefix);
1745 size_t size =
sizeof(
"<MultiCurve></MultiCurve>" ) + 2 * prefixlen;
1746 if (srs) size += strlen(srs) +
sizeof(
" srsName=..");
1747 if (
id) size += strlen(
id) + strlen(prefix) +
sizeof(
" id=..");
1751 for( i = 0; i <
cur->ngeoms; ++i )
1753 size +=
sizeof(
"<curveMember></curveMember>" ) + 2 * prefixlen;
1754 subgeom =
cur->geoms[i];
static size_t asgml3_line_size(const LWLINE *line, const char *srs, int precision, int opts, const char *prefix, const char *id)
static size_t asgml3_circstring_size(const LWCIRCSTRING *circ, const char *srs, int precision, int opts, const char *prefix, const char *id)
static size_t asgml3_compound_size(const LWCOMPOUND *col, const char *srs, int precision, int opts, const char *prefix, const char *id)
References asgml3_circstring_size(), asgml3_compound_size(), asgml3_line_size(), CIRCSTRINGTYPE, COMPOUNDTYPE, rtgdalraster::cur, LINETYPE, ovdump::opts, precision, and LWGEOM::type.
Referenced by asgml3_multicurve().