File: README

package info (click to toggle)
grass 6.0.2-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 40,044 kB
  • ctags: 31,303
  • sloc: ansic: 321,125; tcl: 25,676; sh: 11,176; cpp: 10,098; makefile: 5,025; fortran: 1,846; yacc: 493; lex: 462; perl: 133; sed: 1
file content (33 lines) | stat: -rw-r--r-- 1,254 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
$Id: README,v 1.1 2002/10/23 13:31:11 radim Exp $

Dr. Mark Lake

http://www.ucl.ac.uk/~tcrnmar/GIS/v.build.polylines.html

v.build.polylines


Description 

v.build.polylines builds polylines from the lines in a binary vector file.
It outputs the polylines in either binary or ASCII vector format, and if 
requested, copies the attribute and category files from the original file. 

A line is a single straight line segment defined by one start node, one end
node and no other nodes. A polyline is also defined by one start node, one 
end node and no other nodes, but is made of two or more consecutive straight 
line segments. The connections between the constituent line
segments of a polyline do not appear as nodes in the vector map. 

Polylines provide the most appropriate representation of curved lines when
it is important that nodes serve to define topology rather than geometry. 
Curved lines are usually digitized as polylines, but these are sometimes 
broken into their constituent straight line segments during conversion from 
one data format to another. v.build.polylines can be used to rebuild such 
broken polylines. 


Acknowledgements 

This program was written during the author's tenure of a Leverhulme Special
Research Fellowhip.