GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
Vedit library - split, break, connect lines. More...
Go to the source code of this file.
Functions | |
int | Vedit_split_lines (struct Map_info *Map, struct ilist *List, struct line_pnts *coord, double thresh, struct ilist *List_updated) |
Split selected lines on given position. More... | |
int | Vedit_connect_lines (struct Map_info *Map, struct ilist *List, double thresh) |
Connect lines in given threshold. More... | |
Vedit library - split, break, connect lines.
(C) 2007-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 break.c.
Connect lines in given threshold.
If two lines are selected and thresh is -1, no limit is applied.
Map | pointer to Map_info |
List | list of selected lines |
thresh | threshold value |