Definition at line 204 of file cu_in_twkb.c.
References cu_twkb_in(), hex_a, hex_b, precision, and twkb_in_suite_setup().
Referenced by twkb_in_suite_setup().
209 cu_twkb_in(
"MULTILINESTRING((0 0,0 1),EMPTY,(1 1, 10 10))");
212 cu_twkb_in(
"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)))");
215 cu_twkb_in(
"GEOMETRYCOLLECTION(POLYGON((0 0 0,0 1 0,1 1 0,1 0 0,0 0 0)),POINT(1 1 1))");
218 cu_twkb_in(
"MULTILINESTRING((0 0 200000,0 1 10),(1 100000000 23, 10 10 45))");
static void cu_twkb_in(char *wkt)