ll_format.c File Reference

#include <grass/gis.h>
#include <string.h>

Include dependency graph for ll_format.c:

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)


Function Documentation

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 
)

Definition at line 132 of file ll_format.c.

Referenced by G_lat_format(), and G_llres_format().

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 
)

Definition at line 153 of file ll_format.c.

Referenced by G_lon_format().


Generated on Sun Apr 6 17:32:21 2008 for GRASS by  doxygen 1.5.5