#include <grass/gis.h>

Go to the source code of this file.
Functions | |
| int | G_format_northing (double north, char *buf, int projection) |
| northing to ASCII | |
| int | G_format_easting (double east, char *buf, int projection) |
| easting to ASCII | |
| int | G_format_resolution (double res, char *buf, int projection) |
| resolution to ASCII | |
| int G_format_easting | ( | double | east, | |
| char * | buf, | |||
| int | projection | |||
| ) |
easting to ASCII
Converts the double representation of the east coordinate to its ASCII representation (into buf).
| east | ||
| buf | ||
| projection |
Definition at line 41 of file wind_format.c.
References G_lon_format().
Referenced by G__write_Cell_head(), and G_get_3dview().
| int G_format_northing | ( | double | north, | |
| char * | buf, | |||
| int | projection | |||
| ) |
northing to ASCII
Converts the double representation of the north coordinate to its ASCII representation (into buf).
| north | ||
| buf | ||
| projection |
Definition at line 18 of file wind_format.c.
References G_lat_format().
Referenced by G__write_Cell_head(), and G_get_3dview().
| int G_format_resolution | ( | double | res, | |
| char * | buf, | |||
| int | projection | |||
| ) |
resolution to ASCII
Converts the double representation of the resolution to its ASCII representation (into buf).
| resolution | ||
| buf | ||
| projection |
Definition at line 64 of file wind_format.c.
References G_llres_format().
Referenced by G__write_Cell_head(), and G__write_Cell_head3().
1.5.5