GRASS GIS 7 Programmer's Manual
7.0.5(2016)-r00000
zone.c
Go to the documentation of this file.
1
12
#include <grass/gis.h>
13
14
25
int
G_zone
(
void
)
26
{
27
struct
Cell_head window;
28
29
G_get_set_window
(&window);
30
31
return
window.zone;
32
}
G_zone
int G_zone(void)
Query cartographic zone.
Definition:
zone.c:25
G_get_set_window
void G_get_set_window(struct Cell_head *window)
Get the current working window (region)
Definition:
gis/set_window.c:35
gis
zone.c
Generated on Thu Oct 13 2016 05:31:23 for GRASS GIS 7 Programmer's Manual by
1.8.12