GRASS Programmer's Manual
6.4.4(2014)-r
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
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 Fri Sep 5 2014 08:29:39 for GRASS Programmer's Manual by
1.8.8