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

◆ test_twkb_in_multipolygon()

static void test_twkb_in_multipolygon ( void  )
static

Definition at line 169 of file cu_in_twkb.c.

170{
171 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)))");
173 //printf("old: %s\nnew: %s\n",hex_a, hex_b);
174
175 cu_twkb_in("MULTIPOLYGON EMPTY");
177 //printf("old: %s\nnew: %s\n",hex_a, hex_b);
178}
static char * hex_a
Definition cu_in_twkb.c:23
static void cu_twkb_in(char *wkt)
Definition cu_in_twkb.c:53
static char * hex_b
Definition cu_in_twkb.c:24
#define ASSERT_STRING_EQUAL(o, e)

References ASSERT_STRING_EQUAL, cu_twkb_in(), hex_a, and hex_b.

Referenced by twkb_in_suite_setup().

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