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