mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-09 00:35:20 -05:00
15 lines
1.0 KiB
Plaintext
15 lines
1.0 KiB
Plaintext
|
v.net
|
||
|
Performs network maintenance
|
||
|
Vector (v.*)
|
||
|
QgsProcessingParameterVectorLayer|input|Input vector line layer (arcs)|1|None|True
|
||
|
QgsProcessingParameterVectorLayer|points|Input vector point layer (nodes)|0|None|True
|
||
|
QgsProcessingParameterVectorLayer|turn_layer|Layer with turntable|0|None|True
|
||
|
QgsProcessingParameterVectorLayer|turn_cat_layer|Layer with unique categories used in turntable|0|None|True
|
||
|
QgsProcessingParameterFile|file|Name of input arcs file|False|txt|None|True
|
||
|
QgsProcessingParameterEnum|operation|Operation to be performed|nodes;connect;arcs;turntable|False|0|False
|
||
|
QgsProcessingParameterNumber|threshold|Threshold for connecting centers to the network (in map unit)|QgsProcessingParameterNumber.Double|50.0|False|0.0|None
|
||
|
QgsProcessingParameterEnum|arc_type|Arc type|line;boundary|True|0,1|True
|
||
|
*QgsProcessingParameterBoolean|-s|Snap points to network|False
|
||
|
*QgsProcessingParameterBoolean|-c|Assign unique categories to new points|False
|
||
|
QgsProcessingParameterVectorDestination|output|Network|QgsProcessing.TypeVectorAnyGeometry|None|False
|