Definition at line 205 of file cu_print.c.
210 "POINT(-45.4545 -12.34567)",
"DD.DDD MM.MMM",
"-12.000 20.740 -45.000 27.270");
212 "POINT(-45.4545 -12.34567)",
"DD.DDD MM.MMM C",
"12.000 20.740 S 45.000 27.270 W");
214 "POINT(-45.4545 -12.34567)",
"DD.DDD MM.MMM SS.SSS",
"-12.000 20.000 44.412 -45.000 27.000 16.200");
216 "POINT(-45.4545 -12.34567)",
"DD.DDD MM.MMM SS.SSS C",
"12.000 20.000 44.412 S 45.000 27.000 16.200 W");
static void test_lwpoint_to_latlon_assert_format(char *point_wkt, const char *format, const char *expected)
References test_lwpoint_to_latlon_assert_format().
Referenced by print_suite_setup().