PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ test_median_handles_3d_correctly()

static void test_median_handles_3d_correctly ( void  )
static

Definition at line 1127 of file cu_algorithm.c.

1128 {
1129  do_median_dims_check("MULTIPOINT ((1 3), (4 7), (2 9), (0 4), (2 2))", 2);
1130  do_median_dims_check("MULTIPOINT Z ((1 3 4), (4 7 8), (2 9 1), (0 4 4), (2 2 3))", 3);
1131  do_median_dims_check("MULTIPOINT M ((1 3 4), (4 7 8), (2 9 1), (0 4 4), (2 2 3))", 2);
1132  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);
1133 }
static void do_median_dims_check(char *wkt, int expected_dims)

References do_median_dims_check().

Referenced by algorithms_suite_setup().

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