Definition at line 172 of file cu_in_wkb.c.
174 cu_wkb_in(
"SRID=14;GEOMETRYCOLLECTION(POLYGON((0 0 0,0 1 0,1 1 0,1 0 0,0 0 0)),POINT(1 1 1))");
180 cu_wkb_in(
"SRID=14;GEOMETRYCOLLECTION(MULTIPOLYGON(((0 0 0,0 1 0,1 1 0,1 0 0,0 0 0))),POLYGON((0 0 0,0 1 0,1 1 0,1 0 0,0 0 0)),POINT(1 1 1),LINESTRING(0 0 0, 1 1 1))");
static void cu_wkb_in(char *wkt)
References cu_wkb_in(), hex_a, and hex_b.
Referenced by wkb_in_suite_setup().