GRASS Programmer's Manual
6.4.1(2011)
|
Vedit library - change primitives type. More...
#include <grass/vedit.h>
Go to the source code of this file.
Functions | |
int | Vedit_chtype_lines (struct Map_info *Map, struct ilist *List) |
Change primitive type. |
Vedit library - change primitives type.
(C) 2008 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 chtype.c.
int Vedit_chtype_lines | ( | struct Map_info * | Map, |
struct ilist * | List | ||
) |
Change primitive type.
Supported conversions:
Map | vector map |
List | list of selected primitives |
Definition at line 32 of file chtype.c.
References Vect_destroy_cats_struct(), Vect_destroy_line_struct(), Vect_line_alive(), Vect_new_cats_struct(), Vect_new_line_struct(), Vect_read_line(), and Vect_rewrite_line().