#include <grass/gis.h>
#include <string.h>
Go to the source code of this file.
Functions | |
int | G_lat_format (double lat, char *buf) |
char * | G_lat_format_string (void) |
int | G_lon_format (double lon, char *buf) |
char * | G_lon_format_string (void) |
int | G_llres_format (double res, char *buf) |
char * | G_llres_format_string (void) |
int | G_lat_parts (double lat, int *d, int *m, double *s, char *h) |
int | G_lon_parts (double lon, int *d, int *m, double *s, char *h) |
int G_lat_format | ( | double | lat, | |
char * | buf | |||
) |
Definition at line 40 of file ll_format.c.
References G_lat_parts().
Referenced by G_format_northing().
char* G_lat_format_string | ( | void | ) |
Definition at line 52 of file ll_format.c.
int G_lat_parts | ( | double | lat, | |
int * | d, | |||
int * | m, | |||
double * | s, | |||
char * | h | |||
) |
int G_llres_format | ( | double | res, | |
char * | buf | |||
) |
Definition at line 75 of file ll_format.c.
References G_lat_parts().
Referenced by G_format_resolution().
char* G_llres_format_string | ( | void | ) |
Definition at line 88 of file ll_format.c.
int G_lon_format | ( | double | lon, | |
char * | buf | |||
) |
Definition at line 57 of file ll_format.c.
References G_lon_parts().
Referenced by G_format_easting().
char* G_lon_format_string | ( | void | ) |
Definition at line 69 of file ll_format.c.
int G_lon_parts | ( | double | lon, | |
int * | d, | |||
int * | m, | |||
double * | s, | |||
char * | h | |||
) |