PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
#include <assert.h>
#include "postgres.h"
#include "../postgis_config.h"
#include "lwgeom_pg.h"
#include "liblwgeom.h"
#include "liblwgeom_internal.h"
#include "lwgeom_export.h"
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, int error_code) |
static GBOX * | parse_geohash (char *geohash, int precision) |
PG_FUNCTION_INFO_V1 (box2d_from_geohash) | |
PG_FUNCTION_INFO_V1 (point_from_geohash) | |