Definition at line 207 of file lwout_kml.c.
208{
209 uint32_t i;
210 int rv;
211
212
214 for ( i = 0; i < col->
ngeoms; i++ )
215 {
218 }
219
221
223}
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().