Definition at line 182 of file cu_out_twkb.c.
184 cu_twkb(
"GEOMETRYCOLLECTION(LINESTRING(1 1, 2 2), LINESTRING(3 3, 4 4), LINESTRING(5 5, 6 6))", 0, 0, 0, 0);
188 cu_twkb(
"GEOMETRYCOLLECTION(POLYGON((0 0 0, 0 1 0,1 1 0,1 0 0, 0 0 0)),POINT(1 1 1))", 0, 0, 0, 0);
192 cu_twkb(
"GEOMETRYCOLLECTION EMPTY", 0, 0, 0, 0);
static void cu_twkb(char *wkt, int8_t prec_xy, int8_t prec_z, int8_t prec_m, uint8_t variant)
#define ASSERT_STRING_EQUAL(o, e)
References ASSERT_STRING_EQUAL, cu_twkb(), and s.
Referenced by twkb_out_suite_setup().