Definition at line 1577 of file lwout_gml.c.
1581 size_t prefixlen = strlen(prefix);
1583 size = (
sizeof(
"<Tin><trianglePatches>/") + prefixlen*2) * 2;
1584 if (srs) size += strlen(srs) +
sizeof(
" srsName=..");
1585 if (
id) size += strlen(
id) + strlen(prefix) +
sizeof(
" id=..");
1587 for (i=0; i<tin->
ngeoms; i++)
static size_t asgml3_triangle_size(const LWTRIANGLE *triangle, const char *srs, int precision, int opts, const char *prefix, const char *id)
References asgml3_triangle_size(), LWTIN::geoms, LWTIN::ngeoms, ovdump::opts, and precision.
Referenced by asgml3_tin().