.TH v.llabel .SH NAME \fIv.llabel\fR \- Bulk-labels unlabeled lines in a binary GRASS vector file. .br \fI(GRASS Vector Program)\fR .SH SYNOPSIS \fBv.llabel\fR .br \fBv.llabel help\fR .br \fBv.llabel\fR [\fB-in\fR] \fBmap\*=\fIname\fR [\fBvalue\*=\fIvalue\fR] .LP .SH DESCRIPTION \fIv.llabel\fR allows the user to bulk-label currently unlabeled lines (not area features) in a binary GRASS vector file (i.e., a \fIdig\fR file). The user must run \fIv.support\fR on the vector file before running \fIv.llabel\fR if any modifications have been made to the file since the last time \fIv.support\fR was run on it, to ensure that all lines are properly identified in the file topology. .LP The program also runs \fIv.support\fR on the vector file after labelling so that the changes will be made evident. .LP \fIv.support\fR builds GRASS support files for (binary) GRASS vector data files. These support files supply topology (\fIdig_plus\fR) and category (\fIdig_att\fR) information that are needed by other GRASS programs (e.g., by \fIv.digit\fR, \fIv.to.rast\fR, etc.). .SH OPTIONS Program parameters and flags have the following meanings. .LP \fBFlag:\fR .IP \fB-i\fR 18 Label lines incrementally. For each unique, unlabeled line in the vector file, increment the category value by one, starting from the initial default or user-assigned \fIvalue\fR. .IP \fB-n\fR 18 Do not run \fIv.support\fR. There may occasionally be instances where the user prefers not to run \fIv.support\fR immediately. .LP \fBParameters:\fR .IP \fBmap\*=\fIname\fR 18 Name of binary GRASS vector data file whose unlabeled lines are to be labelled. This map layer must exist in the user's current GRASS mapset. .IP \fBvalue\*=\fIvalue\fR 18 The category value to be assigned to all unlabeled lines in the vector map layer. If the \fI-i\fR flag is set, \fIv.llabel\fR will increment the initial \fIvalue\fR by one for each unique unlabeled polygon in the vector map. .br Default: 1 .LP The user can run this program non-interactively by specifying parameter values (and optionally, the flag setting) on the command line. .LP Alternately, the user can simply type the command \fBv.llabel\fR on the command line. In this event, the program will prompt the user to enter parameter values and flag settings. .SH NOTES A \fIdig_plus\fR file must be created for each imported vector map before it can be used in post-GRASS 3.0 versions of \fIdigit\fR (now referred to as \fIv.digit\fR). .LP Topological information for GRASS vector files can also be built using \fIoption 4\fR of the \fIv.import\fR program. .LP The user can bulk-label unlabeled line features in a binary vector file using \fIv.digit\fR. .SH SEE ALSO .I v.digit, .I v.in.ascii, .I v.support, .I v.alabel .SH AUTHORS James Darrell McCauley, Purdue University .if n .br (mccauley@ecn.purdue.edu) .br Dave Gerdes, U.S. Army Construction Engineering Research Laboratory