PostGIS  2.5.7dev-r@@SVN_REVISION@@
lwgeom_in_geohash.c File Reference
#include <assert.h>
#include "postgres.h"
#include "utils/builtins.h"
#include "../postgis_config.h"
#include "lwgeom_pg.h"
#include "liblwgeom.h"
#include "liblwgeom_internal.h"
#include "lwgeom_export.h"
Include dependency graph for lwgeom_in_geohash.c:

Go to the source code of this file.

Functions

Datum box2d_from_geohash (PG_FUNCTION_ARGS)
 
Datum point_from_geohash (PG_FUNCTION_ARGS)
 
static void geohash_lwpgerror (char *msg, __attribute__((__unused__)) int error_code)
 
static GBOXparse_geohash (char *geohash, int precision)
 
 PG_FUNCTION_INFO_V1 (box2d_from_geohash)
 
 PG_FUNCTION_INFO_V1 (point_from_geohash)