PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ single_input_test()

static void single_input_test ( void  )
static

Definition at line 223 of file cu_geos_cluster.c.

224 {
225  char* wkt_inputs[] = { "POINT (0 0)" };
226  char* expected_outputs[] = { "GEOMETRYCOLLECTION (POINT (0 0))" };
227 
228  perform_cluster_intersecting_test(wkt_inputs, 1, expected_outputs, 1);
229  perform_cluster_within_distance_test(1, wkt_inputs, 1, expected_outputs, 1);
230 }
static void perform_cluster_within_distance_test(double tolerance, char **wkt_inputs, uint32_t num_inputs, char **wkt_outputs, uint32_t num_outputs)
static void perform_cluster_intersecting_test(char **wkt_inputs, uint32_t num_inputs, char **wkt_outputs, uint32_t num_outputs)

References perform_cluster_intersecting_test(), and perform_cluster_within_distance_test().

Referenced by geos_cluster_suite_setup().

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