GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
GIS Library - Projection support (window related) More...
#include <grass/gis.h>
Go to the source code of this file.
Functions | |
int | G_projection (void) |
Query cartographic projection. More... | |
GIS Library - Projection support (window related)
(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 proj1.c.
int G_projection | ( | void | ) |
Query cartographic projection.
This routine returns a code indicating the projection for the active region. The current values are (see gis.h)
Others may be added in the future.
Definition at line 32 of file proj1.c.
References G_get_set_window(), and Cell_head::proj.
Referenced by G_database_projection_name(), G_database_unit(), G_get_projepsg(), G_get_projinfo(), G_get_projunits(), G_shortest_way(), and Rast__check_for_auto_masking().