PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ geodetic_suite_setup()

void geodetic_suite_setup ( void  )
extern

Definition at line 1705 of file cu_geodetic.c.

1706{
1707 CU_pSuite suite = CU_add_suite("geodetic", NULL, NULL);
1713 PG_ADD_TEST(suite, test_clairaut);
1733}
static void test_gserialized_from_lwgeom(void)
static void test_geography_substring(void)
static void test_ptarray_contains_point_sphere(void)
static void test_spheroid_distance(void)
static void test_clairaut(void)
static void test_sphere_direction(void)
Definition cu_geodetic.c:69
static void test_lwgeom_segmentize_sphere(void)
static void test_gbox_from_spherical_coordinates(void)
static void test_vector_rotate(void)
void test_gbox_geocentric_get_gbox_cartesian(void)
static void test_gbox_to_string_truncated(void)
static void test_lwpoly_covers_point2d(void)
static void test_sphere_project(void)
Definition cu_geodetic.c:92
static void test_edge_distance_to_edge(void)
static void test_edge_intersects(void)
static void test_edge_distance_to_point(void)
static void test_lwgeom_area_sphere(void)
static void test_ptarray_contains_point_sphere_iowa(void)
static void test_edge_intersection(void)
static void test_lwgeom_check_geodetic(void)
static void test_spheroid_area(void)
static void test_gbox_utils(void)
static void test_gserialized_get_gbox_geocentric(void)
static void test_vector_angle(void)
static void test_lwgeom_distance_sphere(void)
#define PG_ADD_TEST(suite, testfunc)

References PG_ADD_TEST, test_clairaut(), test_edge_distance_to_edge(), test_edge_distance_to_point(), test_edge_intersection(), test_edge_intersects(), test_gbox_from_spherical_coordinates(), test_gbox_geocentric_get_gbox_cartesian(), test_gbox_to_string_truncated(), test_gbox_utils(), test_geography_substring(), test_gserialized_from_lwgeom(), test_gserialized_get_gbox_geocentric(), test_lwgeom_area_sphere(), test_lwgeom_check_geodetic(), test_lwgeom_distance_sphere(), test_lwgeom_segmentize_sphere(), test_lwpoly_covers_point2d(), test_ptarray_contains_point_sphere(), test_ptarray_contains_point_sphere_iowa(), test_sphere_direction(), test_sphere_project(), test_spheroid_area(), test_spheroid_distance(), test_vector_angle(), and test_vector_rotate().

Here is the call graph for this function: