GRASS Programmer's Manual
6.4.2(2012)
|
#include <grass/gis.h>
#include <grass/glocale.h>
Go to the source code of this file.
Functions | |
int | G__projection_units (int n) |
char * | G__unit_name (int unit, int plural) |
char * | G__projection_name (int n) |
char* G__projection_name | ( | int | n | ) |
Definition at line 36 of file proj2.c.
References NULL.
Referenced by E_edit_cellhd(), G__open_cell_old(), G_database_projection_name(), make_location(), and Vect_get_proj_name().
int G__projection_units | ( | int | n | ) |
Definition at line 4 of file proj2.c.
Referenced by G_database_unit_name().
char* G__unit_name | ( | int | unit, |
int | plural | ||
) |