1v.type(1)                     Grass User's Manual                    v.type(1)
2
3
4

NAME

6       v.type  - Change the type of geometry elements.
7

KEYWORDS

9       vector, geometry
10

SYNOPSIS

12       v.type
13       v.type help
14       v.type  input=name  output=name   [type=string[,string,...]]   [--over‐
15       write]  [--verbose]  [--quiet]
16
17   Flags:
18       --overwrite
19           Allow output files to overwrite existing files
20
21       --verbose
22           Verbose module output
23
24       --quiet
25           Quiet module output
26
27   Parameters:
28       input=name
29           Name of input vector map
30
31       output=name
32           Name for output vector map
33
34       type=string[,string,...]
35           Pairs for input and output type separated by comma
36           ,,,,...
37                     Example1:    line,boundary       Example2:    line,bound‐
38           ary,point,centroid
39           Options: point,line,boundary,centroid,face,kernel
40           Default: line,boundary,point,centroid
41

DESCRIPTION

43       v.type changes the type of geometry primitives.
44

EXAMPLES

46       Convert lines to area boundaries
47
48       v.type input=map_l output=map_b type=line,boundary
49
50

SEE ALSO

52       v.to.points
53

AUTHOR

55       Radim Blazek, ITC-Irst, Trento, Italy
56
57       Last changed: $Date: 2006-01-02 15:44:52 +0100 (Mon, 02 Jan 2006) $
58
59       Full index
60
61       © 2003-2008 GRASS Development Team
62
63
64
65GRASS 6.3.0                                                          v.type(1)
Impressum