GRASS GIS 8 Programmer's Manual 8.4.1(2025)-45ca3179ab
|
GIS Library - Projection support (internal subroutines) More...
#include <grass/gis.h>
#include <grass/glocale.h>
Go to the source code of this file.
Functions | |
int | G_projection_units (int n) |
Get projection units code (for internal use only) | |
const char * | G_projection_name (int n) |
Get projection name. | |
GIS Library - Projection support (internal subroutines)
(C) 2001-2011 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.
Definition in file proj2.c.
const char * G_projection_name | ( | int | n | ) |
Get projection name.
n | projection code |
Definition at line 55 of file proj2.c.
References NULL.
Referenced by G_database_projection_name().
int G_projection_units | ( | int | n | ) |
Get projection units code (for internal use only)
n | projection code |
Supported units (see gis.h):
Definition at line 32 of file proj2.c.
Referenced by G_database_unit().