Huidae Cho 8edab67890 v.build.polylines: Activate the cats=same option; Remove compile warnings 8 éve
..
Makefile d6700ffb2c Update LIBES, DEPENDENCIES from linkage database 16 éve
README f44f1b3199 removed superfluous $Id$ tag 17 éve
global.h 94516acb96 Eliminate preprocessor abuse 17 éve
main.c 8edab67890 v.build.polylines: Activate the cats=same option; Remove compile warnings 8 éve
v.build.polylines.html c6b1eea05f v.build.polylines: Fix typo in the manual 8 éve
walk.c 8edab67890 v.build.polylines: Activate the cats=same option; Remove compile warnings 8 éve
walk.h 6f0525c9c8 v.build.polylines: added cats=same option 9 éve

README

Date: 2002-10-23

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.