70 #if POSTGIS_GEOS_VERSION >= 35 78 CU_ASSERT_TRUE(
gbox_same(clipping_extent, output_extent));
void lwgeom_free(LWGEOM *geom)
LWGEOM * lwgeom_from_wkt(const char *wkt, const char check)
LWGEOM * lwgeom_voronoi_diagram(const LWGEOM *g, const GBOX *env, double tolerance, int output_edges)
Take vertices of a geometry and build the Voronoi diagram.
#define LW_PARSER_CHECK_NONE
const GBOX * lwgeom_get_bbox(const LWGEOM *lwgeom)
Get a non-empty geometry bounding box, computing and caching it if not already there.
int gbox_same(const GBOX *g1, const GBOX *g2)
Check if 2 given Gbox are the same.