wind_format.c File Reference

GIS Library - Window formatting functions. More...

#include <stdio.h>
#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.


Detailed Description

GIS Library - Window formatting functions.

(C) 2001-2008 by the GRASS Development Team

This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.

Author:
GRASS GIS Development Team
Date:
1999-2008

Definition in file wind_format.c.


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:
[in] east easting
[in,out] buf buffer to hold formatted string
[in] projection 
Returns:
always returns 0

Definition at line 59 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:
[in] north northing
[in,out] buf buffer to hold formatted string
[in] projection 
Returns:
always returns 0

Definition at line 36 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:
[in] resolution 
[in,out] buf buffer to hold formatted string
[in] projection 
Returns:
always returns 0

Definition at line 82 of file wind_format.c.

References G_llres_format().

Referenced by G__write_Cell_head(), and G__write_Cell_head3().


Generated on Thu Jul 16 13:20:57 2009 for GRASS Programmer's Manual by  doxygen 1.5.6