67 #if POSTGIS_GEOS_VERSION >= 35
75 CU_ASSERT_TRUE(
gbox_same(clipping_extent, output_extent));
int gbox_same(const GBOX *g1, const GBOX *g2)
Check if 2 given Gbox are the same.
void lwgeom_free(LWGEOM *geom)
#define LW_PARSER_CHECK_NONE
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.
const GBOX * lwgeom_get_bbox(const LWGEOM *lwgeom)
Get a non-empty geometry bounding box, computing and caching it if not already there.
LWGEOM * lwgeom_from_wkt(const char *wkt, const char check)