|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
|
Vector library - feature type. More...
#include <grass/vector.h>
Go to the source code of this file.
Functions | |
| int | Vect_option_to_types (const struct Option *type_opt) |
| Get types from options. | |
Vector library - feature type.
Higher level functions for reading/writing/manipulating vectors.
(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 vector/Vlib/type.c.
Get types from options.
| type_opt | Option structure |
Definition at line 26 of file vector/Vlib/type.c.
References GV_AREA, GV_BOUNDARY, GV_CENTROID, GV_FACE, GV_KERNEL, GV_LINE, GV_POINT, and GV_VOLUME.