wind_scan.c File Reference

#include <grass/gis.h>

Include dependency graph for wind_scan.c:

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.


Function Documentation

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).

Parameters:
buf 
easting 
projection 
Returns:
int

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).

Parameters:
buf 
northing 
projection 
Returns:
int

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).

Parameters:
buf 
resolution 
projection 
Returns:
int

Definition at line 73 of file wind_scan.c.

References G_llres_scan().

Referenced by G__read_Cell_head_array().


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