PostGIS  3.3.9dev-r@@SVN_REVISION@@

◆ test_lwpoint_to_latlon_oddball_formats()

static void test_lwpoint_to_latlon_oddball_formats ( void  )
static

Definition at line 225 of file cu_print.c.

226 {
228  "POINT(-45.4545 -12.34567)", "DD.DDDMM.MMMSS.SSSC", "12.00020.00044.412S 45.00027.00016.200W");
229  test_lwpoint_to_latlon_assert_format("POINT(-45.4545 -12.34567)", "DDMM.MMM", "-1220.740 -4527.270");
230  /* "##." will be printed as "##" */
231  test_lwpoint_to_latlon_assert_format("POINT(-45.4545 -12.34567)", "DD.MM.MMM", "-1220.740 -4527.270");
232 }
static void test_lwpoint_to_latlon_assert_format(char *point_wkt, const char *format, const char *expected)
Definition: cu_print.c:21

References test_lwpoint_to_latlon_assert_format().

Referenced by print_suite_setup().

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