mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
11 lines
468 B
Plaintext
11 lines
468 B
Plaintext
v.buffer
|
|
v.buffer.distance - Creates a buffer around features of given type.
|
|
Vector (v.*)
|
|
ParameterVector|input|Input vector layer|-1|False
|
|
ParameterString|distance|Buffer distance in map units|
|
|
ParameterString|tolerance|Maximum distance between theoretical arc and polygon segments as multiple of buffer|0.01
|
|
ParameterBoolean|-s|Make outside corners straight|False
|
|
ParameterBoolean|-c|Don't make caps at the ends of polylines|False
|
|
OutputVector|output|Output buffer
|
|
|