GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
Vector library - level info. More...
Go to the source code of this file.
Functions | |
int | Vect_level (const struct Map_info *Map) |
Returns level that Map is opened at. More... | |
Vector library - level info.
(C) 2001-2009 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file level.c.
int Vect_level | ( | const struct Map_info * | Map | ) |
Returns level that Map is opened at.
Map | vector map |
Definition at line 29 of file level.c.
References _, G_warning(), Map_info::level, Map_info::open, VECT_CLOSED_CODE, and VECT_OPEN_CODE.
Referenced by Vect_get_map_box().