mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
8 lines
334 B
Plaintext
8 lines
334 B
Plaintext
v.extract
|
|
Selects vector objects from a vector layer and creates 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|Selected
|