v.parallel.1grass

Langue: en

Version: 336221 (ubuntu - 24/10/10)

Section: 1 (Commandes utilisateur)

NAME

v.parallel - Creates parallel line to input vector lines.

KEYWORDS

vector, geometry

SYNOPSIS

v.parallel
v.parallel help
v.parallel [-rb] input=name output=name distance=float [minordistance=float] [angle=float] side=string [tolerance=float] [--overwrite] [--verbose] [--quiet]

Flags:

-r

Make outside corners round
-b

Create buffer-like parallel lines
--overwrite

Allow output files to overwrite existing files
--verbose

Verbose module output
--quiet

Quiet module output

Parameters:

input=name

Name of input vector map
output=name

Name for output vector map
distance=float

Offset along major axis in map units
minordistance=float

Offset along minor axis in map units
Options: 0-100000000
angle=float

Angle of major axis in degrees
Default: 0
side=string

Side
Options: left,right,both
Default: right
left: Parallel line is on the left
right: Parallel line is on the right
both: Parallel lines on both sides
tolerance=float

Tolerance of arc polylines in map units
Options: 0-100000000

DESCRIPTION

v.parallel creates parallel lines to the input vector lines which can be used as half-buffers.

SEE ALSO

v.buffer

AUTHORS

Radim Blazek
Rewritten by Rosen Matev (with support through the Google Summer of Code program 2008)

Last changed: $Date: 2010-02-18 01:11:17 +0100 (gio, 18 feb 2010) $

Full index

© 2003-2010 GRASS Development Team