Definition at line 198 of file lwout_kml.c.
199{
200 uint32_t i;
201 int rv;
202
203
205 for ( i = 0; i < col->
ngeoms; i++ )
206 {
209 }
210
212
214}
static int lwgeom_to_kml2_sb(const LWGEOM *geom, int precision, const char *prefix, stringbuffer_t *sb)
int stringbuffer_aprintf(stringbuffer_t *s, const char *fmt,...)
Appends a formatted string to the current string buffer, using the format and argument list provided.
References LWCOLLECTION::geoms, LW_FAILURE, LW_SUCCESS, lwgeom_to_kml2_sb(), LWCOLLECTION::ngeoms, precision, and stringbuffer_aprintf().
Referenced by lwgeom_to_kml2_sb().