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