2017-11-04 15:31:21 +01:00

19 lines
1.5 KiB
Plaintext

v.net.distance
Computes shortest distance via the network between the given sets of features.
Vector (v.*)
QgsProcessingParameterVectorLayer|input|Input vector line layer (network)|1|None|False
QgsProcessingParameterVectorLayer|from_points|Input vector point layer (from)|0|None|False
QgsProcessingParameterVectorLayer|to_points|Input vector point layer (to)|0|None|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;line,boundary|False|2
*QgsProcessingParameterString|from_cats|From Category values||False|True
*QgsProcessingParameterString|from_where|From WHERE conditions of SQL statement without 'where' keyword||True|True
*QgsProcessingParameterEnum|to_type|To feature type|point;line;boundary|False|0
*QgsProcessingParameterString|to_cats|To Category values||False|True
*QgsProcessingParameterString|to_where|To WHERE conditions of SQL statement without 'where' keyword||True|True
*QgsProcessingParameterField|arc_column|Arc forward/both direction(s) cost column (number)|None|input|0|False|True
*QgsProcessingParameterField|arc_backward_column|Arc backward direction cost column (number)|None|input|0|False|True
*QgsProcessingParameterField|node_column|Node cost column (number)|None|from_points|0|False|True
*QgsProcessingParameterBoolean|-g|Use geodesic calculation for longitude-latitude locations|False|True
QgsProcessingParameterVectorDestination|output|Network_Distance