GRASS GIS 7 Programmer's Manual
7.0.4(2016)-r00000
Main Page
Related Pages
Data Structures
Files
File List
Globals
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 Sun May 1 2016 14:09:45 for GRASS GIS 7 Programmer's Manual by
1.8.11