.
Converts points to lines.
Points
[vector: point]Order by...
[tablefield: any]Separate by...
[tablefield: any]Lines
[vector]processing.runalg('saga:convertpointstolines', points, order, separate, lines)
Creates lines from polygons.
Polygons
[vector: polygon]Lines
[vector]processing.runalg('saga:convertpolygonstolines', polygons, lines)
<put algorithm description here>
Lines
[vector: any]1. Attribute
[tablefield: any]2. Attribute
[tablefield: any]3. Attribute
[tablefield: any]Dissolve...
[selection]<put parameter description here>
Options:
Default: 0
Dissolved Lines
[vector]processing.runalg('saga:linedissolve', lines, field_1, field_2, field_3, all, dissolved)
<put algorithm description here>
Lines
[vector: line]Polygons
[vector: polygon]Output
[selection]<put parameter description here>
Options:
Default: 0
Intersection
[vector]processing.runalg('saga:linepolygonintersection', lines, polygons, method, intersect)
Calculates some information on each line of the layer.
Lines
[vector: line]Number of Parts
[boolean]Determines whether to calculate number of segments in line.
Default: True
Number of Vertices
[boolean]Determines whether to calculate number of vertices in line.
Default: True
Length
[boolean]Determines whether to calculate total line lenght.
Default: True
Lines with Property Attributes
[vector]processing.runalg('saga:lineproperties', lines, bparts, bpoints, blength, output)
Simplyfies the geometry of a lines layer.
Lines
[vector: line]Tolerance
[number]Simplification tolerance.
Default: 1.0
Simplified Lines
[vector]processing.runalg('saga:linesimplification', lines, tolerance, output)