| GRASS GIS 7 Programmer's Manual
    7.9.dev(2021)-e5379bbd7
    | 

Go to the source code of this file.
| Functions | |
| void | G_lat_format (double lat, char *buf) | 
| const char * | G_lat_format_string (void) | 
| void | G_lon_format (double lon, char *buf) | 
| const char * | G_lon_format_string (void) | 
| void | G_llres_format (double res, char *buf) | 
| const char * | G_llres_format_string (void) | 
| void | G_lat_parts (double lat, int *d, int *m, double *s, char *h) | 
| void | G_lon_parts (double lon, int *d, int *m, double *s, char *h) | 
| void G_lat_format | ( | double | lat, | 
| char * | buf | ||
| ) | 
Definition at line 41 of file ll_format.c.
Referenced by G_adjust_window_ll(), and G_format_northing().
| const char* G_lat_format_string | ( | void | ) | 
Definition at line 51 of file ll_format.c.
| void G_lat_parts | ( | double | lat, | 
| int * | d, | ||
| int * | m, | ||
| double * | s, | ||
| char * | h | ||
| ) | 
Definition at line 117 of file ll_format.c.
| void G_llres_format | ( | double | res, | 
| char * | buf | ||
| ) | 
Definition at line 71 of file ll_format.c.
Referenced by G_adjust_window_ll(), and G_format_resolution().
| const char* G_llres_format_string | ( | void | ) | 
Definition at line 82 of file ll_format.c.
| void G_lon_format | ( | double | lon, | 
| char * | buf | ||
| ) | 
Definition at line 56 of file ll_format.c.
Referenced by G_adjust_window_ll(), and G_format_easting().
| const char* G_lon_format_string | ( | void | ) | 
Definition at line 66 of file ll_format.c.
| void G_lon_parts | ( | double | lon, | 
| int * | d, | ||
| int * | m, | ||
| double * | s, | ||
| char * | h | ||
| ) | 
Definition at line 133 of file ll_format.c.