Definition at line 97 of file cu_geos.c.
References geos_suite_setup(), LW_PARSER_CHECK_NONE, lwcollection_free(), lwfree(), lwgeom_free(), lwgeom_from_wkt(), lwgeom_segmentize2d(), lwgeom_subdivide(), and lwgeom_to_ewkt().
Referenced by geos_suite_setup().
99 #if POSTGIS_GEOS_VERSION < 35 103 char *ewkt =
"MULTILINESTRING((0 0, 0 100))";
111 CU_ASSERT_EQUAL(2, geom3->
ngeoms);
118 CU_ASSERT_EQUAL(8, geom3->
ngeoms);
char * lwgeom_to_ewkt(const LWGEOM *lwgeom)
Return an alloced string.
void lwgeom_free(LWGEOM *geom)
LWGEOM * lwgeom_from_wkt(const char *wkt, const char check)
#define LW_PARSER_CHECK_NONE
LWCOLLECTION * lwgeom_subdivide(const LWGEOM *geom, int maxvertices)
LWGEOM * lwgeom_segmentize2d(LWGEOM *line, double dist)
void lwcollection_free(LWCOLLECTION *col)