PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ spatial_relationship_suite_setup()

void spatial_relationship_suite_setup ( void  )

Definition at line 4783 of file cu_spatial_relationship.c.

References PG_ADD_TEST, test_raster_fully_within_distance(), test_raster_geos_contains(), test_raster_geos_contains_properly(), test_raster_geos_covered_by(), test_raster_geos_covers(), test_raster_geos_overlaps(), test_raster_geos_touches(), test_raster_intersects(), test_raster_same_alignment(), and test_raster_within_distance().

Referenced by test_raster_same_alignment().

4784 {
4785  CU_pSuite suite = CU_add_suite("spatial_relationship", NULL, NULL);
4796 }
static void test_raster_geos_overlaps()
static void test_raster_geos_covers()
static void test_raster_same_alignment()
#define PG_ADD_TEST(suite, testfunc)
static void test_raster_within_distance()
static void test_raster_geos_contains()
static void test_raster_geos_contains_properly()
static void test_raster_intersects()
static void test_raster_geos_covered_by()
static void test_raster_geos_touches()
static void test_raster_fully_within_distance()
Here is the call graph for this function:
Here is the caller graph for this function: