Definition at line 1502 of file lwout_gml.c.
1506 size_t prefixlen = strlen(prefix);
1508 size = (
sizeof(
"<PolyhedralSurface><polygonPatches>/") + prefixlen*2) * 2;
1509 if (srs) size += strlen(srs) +
sizeof(
" srsName=..");
1510 if (
id) size += strlen(
id) + strlen(prefix) +
sizeof(
" id=..");
1512 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().