GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
Vedit library - Bulk labeling (automated labeling of vector features) More...
Go to the source code of this file.
Functions | |
int | Vedit_bulk_labeling (struct Map_info *Map, struct ilist *List, double x1, double y1, double x2, double y2, double start, double step) |
Lines z-bulk labeling. More... | |
Vedit library - Bulk labeling (automated labeling of vector features)
(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 zbulk.c.
int Vedit_bulk_labeling | ( | struct Map_info * | Map, |
struct ilist * | List, | ||
double | x1, | ||
double | y1, | ||
double | x2, | ||
double | y2, | ||
double | start, | ||
double | step | ||
) |
Lines z-bulk labeling.
Automated labeling (z coordinate assignment) of vector lines (iso-lines).
Map | pointer to Map_info |
List | list of selected lines |
point_start_end | staring and ending point |
start | starting value |
step | step value |