1001 GEOSGeometry *g1, *g2, *g3;
1016 srid = (int)(geom1->
srid);
1035 GEOSGeom_destroy(g1);
1040 LWDEBUGF(3,
"g1=%s", GEOSGeomToWKT(g1));
1041 LWDEBUGF(3,
"g2=%s", GEOSGeomToWKT(g2));
1043 g3 = GEOSUnion(g1,g2);
1045 LWDEBUGF(3,
"g3=%s", GEOSGeomToWKT(g3));
1047 GEOSGeom_destroy(g1);
1048 GEOSGeom_destroy(g2);
1057 GEOSSetSRID(g3, srid);
1061 GEOSGeom_destroy(g3);
1065 lwerror(
"Error performing union: GEOS2LWGEOM: %s",
void lwnotice(const char *fmt,...)
Write a notice out to the notice handler.
char lwgeom_geos_errmsg[LWGEOM_GEOS_ERRMSG_MAXSIZE]
#define LWDEBUG(level, msg)
LWGEOM * lwgeom_clone_deep(const LWGEOM *lwgeom)
Deep clone an LWGEOM, everything is copied.
void error_if_srid_mismatch(int srid1, int srid2)
void lwgeom_geos_error(const char *fmt,...)
#define FLAGS_GET_Z(flags)
Macros for manipulating the 'flags' byte.
GEOSGeometry * LWGEOM2GEOS(const LWGEOM *lwgeom, int autofix)
LWGEOM * GEOS2LWGEOM(const GEOSGeometry *geom, char want3d)
int lwgeom_is_empty(const LWGEOM *geom)
Return true or false depending on whether a geometry is an "empty" geometry (no vertices members) ...
#define LWDEBUGF(level, msg,...)
void lwerror(const char *fmt,...)
Write a notice out to the error handler.