#include <grass/gis.h>#include <grass/glocale.h>#include <unistd.h>

Go to the source code of this file.
Defines | |
| #define | PERMANENT "PERMANENT" |
Functions | |
| struct Key_Value * | G_get_projunits () |
| struct Key_Value * | G_get_projinfo () |
| #define PERMANENT "PERMANENT" |
Definition at line 5 of file get_projinfo.c.
Referenced by G_get_ellipsoid_parameters(), G_get_projinfo(), and G_get_projunits().
| struct Key_Value* G_get_projinfo | ( | ) | [read] |
Definition at line 36 of file get_projinfo.c.
References G__file_name(), G_location(), G_read_key_value_file(), NULL, and PERMANENT.
Referenced by G_database_datum_name().
| struct Key_Value* G_get_projunits | ( | ) | [read] |
Definition at line 8 of file get_projinfo.c.
References G__file_name(), G_location(), G_read_key_value_file(), NULL, and PERMANENT.
1.5.5