Definition at line 1591 of file lwout_gml.c.
1599 ptr += sprintf(ptr,
"<%sTin", prefix);
1600 if (srs) ptr += sprintf(ptr,
" srsName=\"%s\"", srs);
1601 if (
id) ptr += sprintf(ptr,
" %sid=\"%s\"", prefix,
id);
1602 else ptr += sprintf(ptr,
"><%strianglePatches>", prefix);
1604 for (i=0; i<tin->
ngeoms; i++)
1611 ptr += sprintf(ptr,
"</%strianglePatches></%sTin>", prefix, prefix);
1613 return (ptr-output);
static size_t asgml3_triangle_buf(const LWTRIANGLE *triangle, const char *srs, char *output, int precision, int opts, const char *prefix, const char *id)
References asgml3_triangle_buf(), LWTIN::geoms, LWTIN::ngeoms, ovdump::opts, and precision.
Referenced by asgml3_tin().