Definition at line 1843 of file lwout_gml.c.
1849 ptr += sprintf( ptr,
"<%sMultiSurface", prefix );
1852 ptr += sprintf(ptr,
" srsName=\"%s\"", srs);
1856 ptr += sprintf(ptr,
" %sid=\"%s\"", prefix,
id );
1858 ptr += sprintf( ptr,
">" );
1860 for( i = 0; i < sur->
ngeoms; ++i )
1862 subgeom = sur->
geoms[i];
1872 ptr += sprintf( ptr,
"</%sMultiSurface>", prefix );
1873 return ptr - output;
static size_t asgml3_curvepoly_buf(const LWCURVEPOLY *poly, const char *srs, char *output, int precision, int opts, const char *prefix, const char *id)
static size_t asgml3_poly_buf(const LWPOLY *poly, const char *srs, char *output, int precision, int opts, int is_patch, const char *prefix, const char *id)
References asgml3_curvepoly_buf(), asgml3_poly_buf(), CURVEPOLYTYPE, LWMSURFACE::geoms, LWMSURFACE::ngeoms, ovdump::opts, POLYGONTYPE, precision, and LWGEOM::type.
Referenced by asgml3_multisurface().