wind_format.c File Reference

#include <grass/gis.h>

Include dependency graph for wind_format.c:

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


Function Documentation

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

Parameters:
east 
buf 
projection 
Returns:
int

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

Parameters:
north 
buf 
projection 
Returns:
int

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

Parameters:
resolution 
buf 
projection 
Returns:
int

Definition at line 64 of file wind_format.c.

References G_llres_format().

Referenced by G__write_Cell_head(), and G__write_Cell_head3().


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