Definition at line 973 of file cu_algorithm.c.
974{
978 char *geohash = NULL;
979
982
986
989
993
996
1000
1003
1007
1010
1014}
#define ASSERT_STRING_EQUAL(o, e)
void lwpoint_free(LWPOINT *pt)
#define LW_PARSER_CHECK_NONE
char * lwgeom_geohash(const LWGEOM *lwgeom, int precision)
Calculate the GeoHash (http://geohash.org) string for a geometry.
void lwmline_free(LWMLINE *mline)
LWGEOM * lwgeom_from_wkt(const char *wkt, const char check)
void lwline_free(LWLINE *line)
References ASSERT_STRING_EQUAL, LW_PARSER_CHECK_NONE, lwfree(), lwgeom_from_wkt(), lwgeom_geohash(), lwline_free(), lwmline_free(), and lwpoint_free().
Referenced by algorithms_suite_setup().