GRASS GIS 7 Programmer's Manual
7.0.3(2016)-r00000
Main Page
Related Pages
Data Structures
Files
File List
Globals
proj1.c
Go to the documentation of this file.
1
14
#include <grass/gis.h>
15
32
int
G_projection
(
void
)
33
{
34
struct
Cell_head window;
35
36
G_get_set_window
(&window);
37
return
window.proj;
38
}
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
G_projection
int G_projection(void)
Query cartographic projection.
Definition:
proj1.c:32
gis
proj1.c
Generated on Tue Apr 26 2016 10:15:47 for GRASS GIS 7 Programmer's Manual by
1.8.11