PostGIS  2.5.7dev-r@@SVN_REVISION@@
lwout_kml.c File Reference
#include "liblwgeom_internal.h"
#include "stringbuffer.h"
Include dependency graph for lwout_kml.c:

Go to the source code of this file.

Functions

static int lwgeom_to_kml2_sb (const LWGEOM *geom, int precision, const char *prefix, stringbuffer_t *sb)
 
static int lwpoint_to_kml2_sb (const LWPOINT *point, int precision, const char *prefix, stringbuffer_t *sb)
 
static int lwline_to_kml2_sb (const LWLINE *line, int precision, const char *prefix, stringbuffer_t *sb)
 
static int lwpoly_to_kml2_sb (const LWPOLY *poly, int precision, const char *prefix, stringbuffer_t *sb)
 
static int lwcollection_to_kml2_sb (const LWCOLLECTION *col, int precision, const char *prefix, stringbuffer_t *sb)
 
static int ptarray_to_kml2_sb (const POINTARRAY *pa, int precision, stringbuffer_t *sb)
 
char * lwgeom_to_kml2 (const LWGEOM *geom, int precision, const char *prefix)