PostGIS  2.5.7dev-r@@SVN_REVISION@@
lwgeom_inout.c File Reference
#include "postgres.h"
#include "../postgis_config.h"
#include <math.h>
#include <float.h>
#include <string.h>
#include <stdio.h>
#include <errno.h>
#include <assert.h>
#include "access/gist.h"
#include "access/itup.h"
#include "fmgr.h"
#include "utils/elog.h"
#include "mb/pg_wchar.h"
#include "lib/stringinfo.h"
#include "utils/array.h"
#include "utils/builtins.h"
#include "utils/lsyscache.h"
#include "funcapi.h"
#include "liblwgeom.h"
#include "lwgeom_pg.h"
#include "geography.h"
#include "lwgeom_transform.h"
#include "access/htup_details.h"
Include dependency graph for lwgeom_inout.c:

Go to the source code of this file.

Functions

void elog_ERROR (const char *string)
 
Datum LWGEOM_in (PG_FUNCTION_ARGS)
 
Datum LWGEOM_out (PG_FUNCTION_ARGS)
 
Datum LWGEOM_to_text (PG_FUNCTION_ARGS)
 
Datum LWGEOM_to_bytea (PG_FUNCTION_ARGS)
 
Datum LWGEOM_from_bytea (PG_FUNCTION_ARGS)
 
Datum LWGEOM_asHEXEWKB (PG_FUNCTION_ARGS)
 
Datum parse_WKT_lwgeom (PG_FUNCTION_ARGS)
 
Datum LWGEOM_recv (PG_FUNCTION_ARGS)
 
Datum LWGEOM_send (PG_FUNCTION_ARGS)
 
Datum LWGEOM_to_latlon (PG_FUNCTION_ARGS)
 
Datum WKBFromLWGEOM (PG_FUNCTION_ARGS)
 
Datum TWKBFromLWGEOM (PG_FUNCTION_ARGS)
 
Datum TWKBFromLWGEOMArray (PG_FUNCTION_ARGS)
 
Datum LWGEOMFromTWKB (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (LWGEOM_in)
 
 PG_FUNCTION_INFO_V1 (LWGEOM_to_latlon)
 
 PG_FUNCTION_INFO_V1 (LWGEOM_out)
 
 PG_FUNCTION_INFO_V1 (LWGEOM_asHEXEWKB)
 
 PG_FUNCTION_INFO_V1 (LWGEOM_to_text)
 
 PG_FUNCTION_INFO_V1 (LWGEOMFromEWKB)
 
Datum LWGEOMFromEWKB (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (LWGEOMFromTWKB)
 
 PG_FUNCTION_INFO_V1 (WKBFromLWGEOM)
 
 PG_FUNCTION_INFO_V1 (TWKBFromLWGEOM)
 
 PG_FUNCTION_INFO_V1 (TWKBFromLWGEOMArray)
 
 PG_FUNCTION_INFO_V1 (LWGEOM_addBBOX)
 
Datum LWGEOM_addBBOX (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (LWGEOM_dropBBOX)
 
Datum LWGEOM_dropBBOX (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (parse_WKT_lwgeom)
 
 PG_FUNCTION_INFO_V1 (LWGEOM_recv)
 
 PG_FUNCTION_INFO_V1 (LWGEOM_send)
 
 PG_FUNCTION_INFO_V1 (LWGEOM_to_bytea)
 
 PG_FUNCTION_INFO_V1 (LWGEOM_from_bytea)