GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-9b28d7b83c
zbulk.c File Reference

Vedit library - Bulk labeling (automated labeling of vector features) More...

#include <grass/dbmi.h>
#include <grass/vedit.h>
Include dependency graph for zbulk.c:

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...
 

Detailed Description

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.

Author
Martin Landa <landa.martin gmail.com>

Definition in file zbulk.c.

Function Documentation

◆ Vedit_bulk_labeling()

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).

Parameters
Mappointer to Map_info
Listlist of selected lines
point_start_endstaring and ending point
startstarting value
stepstep value
Returns
number of modified features
-1 on error

Definition at line 32 of file zbulk.c.