#include <grass/gis.h>
Go to the source code of this file.
Functions | |
int | G_scan_northing (char *buf, double *northing, int projection) |
ASCII northing to double. | |
int | G_scan_easting (char *buf, double *easting, int projection) |
ASCII easting to double. | |
int | G_scan_resolution (char *buf, double *res, int projection) |
ASCII resolution to double. |
int G_scan_easting | ( | char * | buf, | |
double * | easting, | |||
int | projection | |||
) |
ASCII easting to double.
Converts the ASCII "easting" coordinate string in buf to its double representation (into easting).
buf | ||
easting | ||
projection |
Definition at line 43 of file wind_scan.c.
References G_lon_scan().
Referenced by G__read_Cell_head_array().
int G_scan_northing | ( | char * | buf, | |
double * | northing, | |||
int | projection | |||
) |
ASCII northing to double.
Converts the ASCII "northing" coordinate string in buf to its double representation (into northing).
buf | ||
northing | ||
projection |
Definition at line 17 of file wind_scan.c.
References G_lat_scan().
Referenced by G__read_Cell_head_array().
int G_scan_resolution | ( | char * | buf, | |
double * | res, | |||
int | projection | |||
) |
ASCII resolution to double.
Converts the ASCII "resolution" string in buf to its double representation (into resolution).
buf | ||
resolution | ||
projection |
Definition at line 73 of file wind_scan.c.
References G_llres_scan().
Referenced by G__read_Cell_head_array().