PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ test_median_handles_3d_correctly()

static void test_median_handles_3d_correctly ( void  )
static

Definition at line 1014 of file cu_algorithm.c.

References do_median_dims_check().

Referenced by algorithms_suite_setup().

1015 {
1016  do_median_dims_check("MULTIPOINT ((1 3), (4 7), (2 9), (0 4), (2 2))", 2);
1017  do_median_dims_check("MULTIPOINT Z ((1 3 4), (4 7 8), (2 9 1), (0 4 4), (2 2 3))", 3);
1018  do_median_dims_check("MULTIPOINT M ((1 3 4), (4 7 8), (2 9 1), (0 4 4), (2 2 3))", 2);
1019  do_median_dims_check("MULTIPOINT ZM ((1 3 4 5), (4 7 8 6), (2 9 1 7), (0 4 4 8), (2 2 3 9))", 3);
1020 }
static void do_median_dims_check(char *wkt, int expected_dims)
Here is the call graph for this function:
Here is the caller graph for this function: