Definition at line 180 of file cu_out_twkb.c.
References cu_twkb(), and s.
Referenced by twkb_out_suite_setup().
182 cu_twkb(
"MULTIPOLYGON(((0 0 0, 0 1 0,1 1 0,1 0 0, 0 0 0)),((-1 -1 0,-1 2 0,2 2 0,2 -1 0,-1 -1 0),(0 0 0, 0 1 0,1 1 0,1 0 0, 0 0 0)))", 0, 0, 0, 0);
183 CU_ASSERT_STRING_EQUAL(
s,
"060801020105000000000200020000000100010000020501010000060006000000050005000005020200000200020000000100010000");
static void cu_twkb(char *wkt, int8_t prec_xy, int8_t prec_z, int8_t prec_m, uint8_t variant)