PostGIS 3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ test_wkb_in_multipolygon()

static void test_wkb_in_multipolygon ( void  )
static

Definition at line 166 of file cu_in_wkb.c.

167{
168 cu_wkb_in("SRID=14;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)))");
169 CU_ASSERT_STRING_EQUAL(hex_a, hex_b);
170 //printf("old: %s\nnew: %s\n",hex_a, hex_b);
171}
static char * hex_a
Definition cu_in_wkb.c:23
static void cu_wkb_in(char *wkt)
Definition cu_in_wkb.c:62
static char * hex_b
Definition cu_in_wkb.c:24

References cu_wkb_in(), hex_a, and hex_b.

Referenced by wkb_in_suite_setup().

Here is the call graph for this function:
Here is the caller graph for this function: