GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <grass/gis.h>
Go to the source code of this file.
Functions | |
int | G_projection (void) |
query cartographic projection More... | |
int G_projection | ( | void | ) |
query cartographic projection
This routine returns a code indicating the projection for the active region. The current values are: 0 unreferenced x,y (imagery data) 1 UTM 2 State Plane 3 Latitude-Longitude
void |
Definition at line 33 of file proj1.c.
References G_get_set_window().
Referenced by G__check_for_auto_masking(), G_begin_distance_calculations(), G_begin_polygon_area_calculations(), G_database_projection_name(), G_database_unit_name(), G_get_3dview(), G_oldsite_get(), G_shortest_way(), G_site_format(), Vect_net_build_graph(), and Vect_set_constraint_region().