PostGIS  2.5.7dev-r@@SVN_REVISION@@
lwgeom_box.c File Reference
#include "postgres.h"
#include "access/gist.h"
#include "access/itup.h"
#include "fmgr.h"
#include "utils/elog.h"
#include "utils/geo_decls.h"
#include "../postgis_config.h"
#include "lwgeom_pg.h"
#include "liblwgeom.h"
#include <math.h>
#include <float.h>
#include <string.h>
#include <stdio.h>
#include <errno.h>
Include dependency graph for lwgeom_box.c:

Go to the source code of this file.

Functions

Datum BOX2D_in (PG_FUNCTION_ARGS)
 
Datum BOX2D_out (PG_FUNCTION_ARGS)
 
Datum LWGEOM_to_BOX2D (PG_FUNCTION_ARGS)
 
Datum LWGEOM_to_BOX2DF (PG_FUNCTION_ARGS)
 
Datum BOX2D_expand (PG_FUNCTION_ARGS)
 
Datum BOX2D_to_BOX3D (PG_FUNCTION_ARGS)
 
Datum BOX2D_combine (PG_FUNCTION_ARGS)
 
Datum BOX2D_to_LWGEOM (PG_FUNCTION_ARGS)
 
Datum BOX2D_construct (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (BOX2D_in)
 
 PG_FUNCTION_INFO_V1 (BOX2D_out)
 
 PG_FUNCTION_INFO_V1 (LWGEOM_to_BOX2D)
 
 PG_FUNCTION_INFO_V1 (LWGEOM_to_BOX2DF)
 
 PG_FUNCTION_INFO_V1 (BOX2D_same)
 
Datum BOX2D_same (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (BOX2D_overlap)
 
Datum BOX2D_overlap (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (BOX2D_overleft)
 
Datum BOX2D_overleft (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (BOX2D_left)
 
Datum BOX2D_left (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (BOX2D_right)
 
Datum BOX2D_right (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (BOX2D_overright)
 
Datum BOX2D_overright (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (BOX2D_overbelow)
 
Datum BOX2D_overbelow (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (BOX2D_below)
 
Datum BOX2D_below (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (BOX2D_above)
 
Datum BOX2D_above (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (BOX2D_overabove)
 
Datum BOX2D_overabove (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (BOX2D_contained)
 
Datum BOX2D_contained (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (BOX2D_contain)
 
Datum BOX2D_contain (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (BOX2D_intersects)
 
Datum BOX2D_intersects (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (BOX2D_union)
 
Datum BOX2D_union (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (BOX2D_expand)
 
 PG_FUNCTION_INFO_V1 (BOX2D_to_BOX3D)
 
 PG_FUNCTION_INFO_V1 (BOX2D_combine)
 
 PG_FUNCTION_INFO_V1 (BOX2D_to_LWGEOM)
 
 PG_FUNCTION_INFO_V1 (BOX2D_construct)