|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-d2adb3a889
|
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.
SPDX-FileCopyrightText: 2001-2009 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later
Definition in file vector/Vlib/type.c.
Get types from options.
| type_opt | Option structure |
Definition at line 24 of file vector/Vlib/type.c.
References GV_AREA, GV_BOUNDARY, GV_CENTROID, GV_FACE, GV_KERNEL, GV_LINE, GV_POINT, and GV_VOLUME.