Definition at line 204 of file cu_in_twkb.c.
205{
206
208 {
209 cu_twkb_in(
"MULTILINESTRING((0 0,0 1),EMPTY,(1 1, 10 10))");
211
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)))");
214
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))");
217
218 cu_twkb_in(
"MULTILINESTRING((0 0 200000,0 1 10),(1 100000000 23, 10 10 45))");
219
221 }
222
223
225}
static void cu_twkb_in(char *wkt)
References cu_twkb_in(), hex_a, hex_b, and precision.
Referenced by twkb_in_suite_setup().