PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
Commons functions for all export functions. More...
#include "float.h"
#include "postgres.h"
#include "catalog/pg_type.h"
#include "executor/spi.h"
#include "../postgis_config.h"
#include "lwgeom_pg.h"
#include "liblwgeom.h"
#include "lwgeom_export.h"
Go to the source code of this file.
Functions | |
Datum | LWGEOM_asGML (PG_FUNCTION_ARGS) |
Datum | LWGEOM_asKML (PG_FUNCTION_ARGS) |
Datum | LWGEOM_asGeoJson (PG_FUNCTION_ARGS) |
Datum | LWGEOM_asGeoJson_old (PG_FUNCTION_ARGS) |
Datum | LWGEOM_asSVG (PG_FUNCTION_ARGS) |
Datum | LWGEOM_asX3D (PG_FUNCTION_ARGS) |
Datum | LWGEOM_asEncodedPolyline (PG_FUNCTION_ARGS) |
char * | getSRSbySRID (int srid, bool short_crs) |
int | getSRIDbySRS (const char *srs) |
PG_FUNCTION_INFO_V1 (LWGEOM_asGML) | |
Encode feature in GML. More... | |
PG_FUNCTION_INFO_V1 (LWGEOM_asKML) | |
Encode feature in KML. More... | |
PG_FUNCTION_INFO_V1 (LWGEOM_asGeoJson_old) | |
Encode Feature in GeoJson (Old C Signature) ST_AsGeoJSON(version, geom, precision, options) why was this written with a version param when there is only one version? More... | |
PG_FUNCTION_INFO_V1 (LWGEOM_asGeoJson) | |
Encode Feature in GeoJson. More... | |
PG_FUNCTION_INFO_V1 (LWGEOM_asSVG) | |
SVG features. More... | |
PG_FUNCTION_INFO_V1 (LWGEOM_asX3D) | |
Encode feature as X3D. More... | |
PG_FUNCTION_INFO_V1 (LWGEOM_asEncodedPolyline) | |
Encode feature as Encoded Polyline. More... | |
Commons functions for all export functions.
Definition in file lwgeom_export.c.