Rechercher une page de manuel
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, geometrySYNOPSIS
v.parallelv.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.bufferAUTHORS
Radim BlazekRewritten 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
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre