PostGIS  2.5.7dev-r@@SVN_REVISION@@
geography_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 "utils/elog.h"
#include "utils/array.h"
#include "utils/builtins.h"
#include "lib/stringinfo.h"
#include "catalog/pg_type.h"
#include "liblwgeom.h"
#include "lwgeom_pg.h"
#include "geography.h"
#include "lwgeom_export.h"
#include "lwgeom_transform.h"
Include dependency graph for geography_inout.c:

Go to the source code of this file.

Functions

Datum geography_in (PG_FUNCTION_ARGS)
 
Datum geography_out (PG_FUNCTION_ARGS)
 
Datum geography_as_text (PG_FUNCTION_ARGS)
 
Datum geography_from_text (PG_FUNCTION_ARGS)
 
Datum geography_as_geojson (PG_FUNCTION_ARGS)
 
Datum geography_as_gml (PG_FUNCTION_ARGS)
 
Datum geography_as_kml (PG_FUNCTION_ARGS)
 
Datum geography_as_svg (PG_FUNCTION_ARGS)
 
Datum geography_from_binary (PG_FUNCTION_ARGS)
 
Datum geography_from_geometry (PG_FUNCTION_ARGS)
 
Datum geometry_from_geography (PG_FUNCTION_ARGS)
 
Datum geography_send (PG_FUNCTION_ARGS)
 
Datum geography_recv (PG_FUNCTION_ARGS)
 
GSERIALIZEDgserialized_geography_from_lwgeom (LWGEOM *lwgeom, int32 geog_typmod)
 
void geography_valid_type (uint8_t type)
 The geography type only support POINT, LINESTRING, POLYGON, MULTI* variants of same, and GEOMETRYCOLLECTION. More...
 
 PG_FUNCTION_INFO_V1 (geography_in)
 
 PG_FUNCTION_INFO_V1 (geography_out)
 
 PG_FUNCTION_INFO_V1 (geography_as_gml)
 
 PG_FUNCTION_INFO_V1 (geography_as_kml)
 
 PG_FUNCTION_INFO_V1 (geography_as_svg)
 
 PG_FUNCTION_INFO_V1 (geography_as_geojson)
 
 PG_FUNCTION_INFO_V1 (geography_from_text)
 
 PG_FUNCTION_INFO_V1 (geography_from_binary)
 
 PG_FUNCTION_INFO_V1 (geography_from_geometry)
 
 PG_FUNCTION_INFO_V1 (geometry_from_geography)
 
 PG_FUNCTION_INFO_V1 (geography_recv)
 
 PG_FUNCTION_INFO_V1 (geography_send)