mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
13 lines
889 B
Plaintext
13 lines
889 B
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
|
|
QgsProcessingParameterFile|file|Name of input arcs file|QgsProcessingParameterFile.File|txt|None|True
|
|
QgsProcessingParameterEnum|operation|Operation to be performed|nodes;connect;arcs|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
|