PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ test_wkb_in_compoundcurve()

static void test_wkb_in_compoundcurve ( void  )
static

Definition at line 198 of file cu_in_wkb.c.

199 {
200  cu_wkb_in("COMPOUNDCURVE(CIRCULARSTRING(0 0 0, 0.26794919243112270647255365849413 1 3, 0.5857864376269049511983112757903 1.4142135623730950488016887242097 1),(0.5857864376269049511983112757903 1.4142135623730950488016887242097 1,2 0 0,0 0 0))");
201  CU_ASSERT_STRING_EQUAL(hex_a, hex_b);
202 }
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: