v.parallel.html 662 B

1234567891011121314151617181920212223242526272829
  1. <h2>DESCRIPTION</h2>
  2. <em>v.parallel</em> creates parallel lines to the input vector lines which
  3. can be used as half-buffers.
  4. <h2>NOTES</h2>
  5. Usage of <b>-b</b> flag will overrule the <b>side</b> parameter.
  6. <h2>KNOWN ISSUES</h2>
  7. There is a problem with side-offset parallel line generation for inside corners.
  8. To avoid this problem, the <b>-b</b> flag might be used.
  9. <!-- in Vect_line_parallel(), v.segment is also affected -->
  10. <h2>SEE ALSO</h2>
  11. <em>
  12. <a href="v.buffer.html">v.buffer</a>
  13. </em>
  14. <h2>AUTHORS</h2>
  15. Radim Blazek<br>
  16. Rewritten by Rosen Matev (with support through the Google Summer of Code program 2008)
  17. <!--
  18. <p>
  19. <i>Last changed: $Date$</i>
  20. -->