mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-26 00:02:08 -05:00
9 lines
339 B
Plaintext
9 lines
339 B
Plaintext
v.extract
|
|
v.extract - Selects vector objects from a vector layer a new layer containing only the selected objects.
|
|
Vector (v.*)
|
|
ParameterVector|input|Vector layer|-1|False
|
|
ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|
|
|
ParameterBoolean|-d|Dissolve common boundaries|True
|
|
OutputVector|output|Output layer
|
|
|