Definition at line 978 of file cu_algorithm.c.
979{
984
987
991
994
998
1001
1005
1008
1012
1015
1019}
#define ASSERT_VARLENA_EQUAL(v, s)
lwvarlena_t * lwgeom_geohash(const LWGEOM *lwgeom, int precision)
Calculate the GeoHash (http://geohash.org) string for a geometry.
void lwpoint_free(LWPOINT *pt)
#define LW_PARSER_CHECK_NONE
void lwmline_free(LWMLINE *mline)
LWGEOM * lwgeom_from_wkt(const char *wkt, const char check)
void lwline_free(LWLINE *line)
References ASSERT_VARLENA_EQUAL, LW_PARSER_CHECK_NONE, lwfree(), lwgeom_from_wkt(), lwgeom_geohash(), lwline_free(), lwmline_free(), and lwpoint_free().
Referenced by algorithms_suite_setup().