| 
 
 NAMEv.type - Changes type of vector features. KEYWORDSvector, geometry, editing, area, line, point SYNOPSISv.type
   Flags:
 Parameters:
 DESCRIPTIONv.type changes the type of geometry primitives. The following vector object types are defined in GRASS GIS: 
 Lines and boundaries can be composed of multiple vertices. Area topology also holds information about isles. These isles are located within that area, not touching the boundaries of the outer area. Isles are holes inside the area, and can consist of one or more areas. They are used internally to maintain correct topology for areas. EXAMPLESConvert lines to area boundaries
   v.type input=map_l output=map_b from_type=line to_type=boundary In order to create areas, centroids must be added with v.centroids. SEE ALSOv.centroids, v.to.points AUTHORRadim Blazek, ITC-Irst, Trento, Italy SOURCE CODEAvailable at: v.type source code (history) Latest change: Thursday Oct 10 20:41:09 2024 in commit: def7a1af728ed34f459f5fe474fab4657f5d277e Main index | Vector index | Topics index | Keywords index | Graphical index | Full index © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual 
 
  |