PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ test_wkb_in_curvpolygon()

static void test_wkb_in_curvpolygon ( void  )
static

Definition at line 204 of file cu_in_wkb.c.

205 {
206  cu_wkb_in("CURVEPOLYGON(CIRCULARSTRING(-2 0 0 0,-1 -1 1 2,0 0 2 4,1 -1 3 6,2 0 4 8,0 2 2 4,-2 0 0 0),(-1 0 1 2,0 0.5 2 4,1 0 3 6,0 1 3 4,-1 0 1 2))");
207  CU_ASSERT_STRING_EQUAL(hex_a, hex_b);
208 }
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: