PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ test_coll_curve()

static void test_coll_curve ( void  )
static

Definition at line 144 of file cu_homogenize.c.

145 {
146  /* Two different types together must produce a Collection as output */
147  do_geom_test("GEOMETRYCOLLECTION(CIRCULARSTRING(0 0,1 1,2 2))",
148  "CIRCULARSTRING(0 0,1 1,2 2)");
149 
150  do_geom_test("GEOMETRYCOLLECTION(CIRCULARSTRING(0 0,1 1,2 2),CIRCULARSTRING(0 0,1 1,2 2))",
151  "MULTICURVE(CIRCULARSTRING(0 0,1 1,2 2),CIRCULARSTRING(0 0,1 1,2 2))");
152 }
static void do_geom_test(char *in, char *out)
Definition: cu_homogenize.c:20

References do_geom_test().

Referenced by homogenize_suite_setup().

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