.TH v.type 1grass "" "GRASS 6.4.4" "Grass User's Manual" .SH NAME \fI\fBv.type\fR\fR - Change the type of geometry elements. .SH KEYWORDS vector, geometry .SH SYNOPSIS \fBv.type\fR .br \fBv.type help\fR .br \fBv.type input\fR=\fIname\fR \fBoutput\fR=\fIname\fR [\fBtype\fR=\fIstring\fR[,\fIstring\fR,...]] [\-\-\fBoverwrite\fR] [\-\-\fBverbose\fR] [\-\-\fBquiet\fR] .SS Flags: .IP "\fB\-\-overwrite\fR" 4m .br Allow output files to overwrite existing files .IP "\fB\-\-verbose\fR" 4m .br Verbose module output .IP "\fB\-\-quiet\fR" 4m .br Quiet module output .PP .SS Parameters: .IP "\fBinput\fR=\fIname\fR" 4m .br Name of input vector map .IP "\fBoutput\fR=\fIname\fR" 4m .br Name for output vector map .IP "\fBtype\fR=\fIstring[,\fIstring\fR,...]\fR" 4m .br Pairs for input and output type separated by comma .br ,,,,... .br Example1: line,boundary Example2: line,boundary,point,centroid .br Options: \fIpoint,line,boundary,centroid,face,kernel\fR .br Default: \fIline,boundary,point,centroid\fR .PP .SH DESCRIPTION \fIv.type\fR changes the type of geometry primitives. .SH EXAMPLES \fIConvert lines to area boundaries\fR .br \fC .DS .br v.type input=map_l output=map_b type=line,boundary .br .DE \fR .SH SEE ALSO \fIv.to.points\fR .SH AUTHOR Radim Blazek, ITC-Irst, Trento, Italy .PP \fILast changed: $Date: 2011-11-08 10:42:51 +0100 (Tue, 08 Nov 2011) $\fR .PP Full index .PP © 2003-2014 GRASS Development Team