GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
GIS Library - Cartographic zone functions. More...
#include <grass/gis.h>
Go to the source code of this file.
Functions | |
int | G_zone (void) |
Query cartographic zone. More... | |
GIS Library - Cartographic zone functions.
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 zone.c.
int G_zone | ( | void | ) |
Query cartographic zone.
This routine returns the zone for the active region. The meaning for the zone depends on the projection. For example, zone 18 for projection type 1 would be UTM zone 18.
Definition at line 25 of file zone.c.
References G_get_set_window(), and Cell_head::zone.
Referenced by Rast__check_for_auto_masking(), and Vect_get_zone().