Definition at line 1514 of file lwout_gml.c.
1518 size_t prefixlen = strlen(prefix);
1520 size = (
sizeof(
"<PolyhedralSurface><polygonPatches>/") + prefixlen*2) * 2;
1521 if (srs) size += strlen(srs) +
sizeof(
" srsName=..");
1522 if (
id) size += strlen(
id) + strlen(prefix) +
sizeof(
" id=..");
1524 for (i=0; i<psur->
ngeoms; i++)
static size_t asgml3_poly_size(const LWPOLY *poly, const char *srs, int precision, int opts, const char *prefix, const char *id)
References asgml3_poly_size(), LWPSURFACE::geoms, LWPSURFACE::ngeoms, ovdump::opts, and precision.
Referenced by asgml3_psurface().