GRASS Programmer's Manual
6.5.svn(2014)-r66266
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
zone.c
Go to the documentation of this file.
1
15
#include <grass/gis.h>
16
17
28
int
G_zone
(
void
)
29
{
30
struct
Cell_head window;
31
32
G_get_set_window
(&window);
33
34
return
window.zone;
35
}
G_get_set_window
int G_get_set_window(struct Cell_head *window)
Get the current working window.
Definition:
set_window.c:30
G_zone
int G_zone(void)
Query cartographic zone.
Definition:
zone.c:28
lib
gis
zone.c
Generated on Sat Jan 2 2016 01:46:50 for GRASS Programmer's Manual by
1.8.5