21#% description: Change the type of geometry elements.
22#% keywords: vector, geometry
23#%end
24
25#%option
26#% key: input
27#% type: string
28#% required: yes
29#% multiple: no
30#% key_desc: name
31#% description: Name of input vector map
32#% gisprompt: old,vector,vector
33#%end
34
35#%option
36#% key: output
37#% type: string
38#% required: yes
39#% multiple: no
40#% key_desc: name
41#% description: Name for output vector map
42#% gisprompt: new,vector,vector
43#%end
44
45#%option
46#% key: type
47#% type: string
48#% required: no
49#% multiple: no
50#% options: point to centroid,point to kernel,centroid to point,centroid to kernel,kernel to point,kernel to centroid,line to boundary,line to face,boundary to line,boundary to face,face to line,face to boundary