PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ do_test_filterm_collections()

static void do_test_filterm_collections ( void  )
static

Definition at line 51 of file cu_filterm.c.

52 {
53  do_test_filterm("GEOMETRYCOLLECTION(POINT(1 1 1 1), LINESTRING(1 1 1 1, 1 2 1 4, 2 2 1 3), POLYGON((0 0 0 4,1 1 0 2,5 5 0 5,3 1 0 3,0 0 0 4)))","GEOMETRYCOLLECTION(POINT(1 1 1 1),LINESTRING(1 1 1 1,1 2 1 4,2 2 1 3),POLYGON((0 0 0 4,1 1 0 2,3 1 0 3,0 0 0 4)))",0,4);
54  do_test_filterm("GEOMETRYCOLLECTION(POINT(1 1 1 1), LINESTRING(1 1 1 1, 1 2 1 4, 2 2 1 3), POLYGON((0 0 0 4,1 1 0 2,5 5 0 5,3 1 0 3,0 0 0 4)))","GEOMETRYCOLLECTION(LINESTRING(1 2 1 4,2 2 1 3),POLYGON((0 0 0 4,1 1 0 2,3 1 0 3,0 0 0 4)))",2,4);
55  return;
56 }
static void do_test_filterm(char *geom_txt, char *expected, double min, double max)
Definition: cu_filterm.c:21

References do_test_filterm().

Referenced by filterm_suite_setup().

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