PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
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) |