Definition at line 1568 of file lwout_gml.c.
1572 size_t prefixlen = strlen(prefix);
1574 size = (
sizeof(
"<Tin><trianglePatches>/") + prefixlen*2) * 2;
1575 if (srs) size += strlen(srs) +
sizeof(
" srsName=..");
1576 if (
id) size += strlen(
id) + strlen(prefix) +
sizeof(
" id=..");
1578 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().