Outdated version of the documentation. Find the latest one here.

` `

Shapes lines

Convert points to line(s)

Tanım

Converts points to lines.

Parametreler

Points [vector: point]
Points to convert.
Order by... [tablefield: any]
Lines will be ordered following this field.
Separate by... [tablefield: any]
Lines will be grouped according to this field.

Çıkışlar

Lines [vector]

sonuç katmanı.

Konsol kullanımı

processing.runalg('saga:convertpointstolines', points, order, separate, lines)

Ayrıca bakınız

Convert polygons to lines

Tanım

Creates lines from polygons.

Parametreler

Polygons [vector: polygon]

İşlenecek katman.

Çıkışlar

Lines [vector]

sonuç katmanı.

Konsol kullanımı

processing.runalg('saga:convertpolygonstolines', polygons, lines)

Ayrıca bakınız

Line dissolve

Tanım

<put algorithm description here>

Parametreler

Lines [vector: any]
<put parameter description here>
1. Attribute [tablefield: any]
<put parameter description here>
2. Attribute [tablefield: any]
<put parameter description here>
3. Attribute [tablefield: any]
<put parameter description here>
Dissolve... [selection]

<put parameter description here>

Options:

  • 0 — [0] lines with same attribute value(s)
  • 1 — [1] all lines

Default: 0

Çıkışlar

Dissolved Lines [vector]
<put output description here>

Konsol kullanımı

processing.runalg('saga:linedissolve', lines, field_1, field_2, field_3, all, dissolved)

Ayrıca bakınız

Line-polygon intersection

Tanım

<put algorithm description here>

Parametreler

Lines [vector: line]
<put parameter description here>
Polygons [vector: polygon]
<put parameter description here>
Output [selection]

<put parameter description here>

Options:

  • 0 — [0] one multi-line per polygon
  • 1 — [1] keep original line attributes

Default: 0

Çıkışlar

Intersection [vector]
<put output description here>

Konsol kullanımı

processing.runalg('saga:linepolygonintersection', lines, polygons, method, intersect)

Ayrıca bakınız

Line properties

Tanım

Calculates some information on each line of the layer.

Parametreler

Lines [vector: line]
Layer to analyze.
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

Çıkışlar

Lines with Property Attributes [vector]

sonuç katmanı.

Konsol kullanımı

processing.runalg('saga:lineproperties', lines, bparts, bpoints, blength, output)

Ayrıca bakınız

Line simplification

Tanım

Simplyfies the geometry of a lines layer.

Parametreler

Lines [vector: line]

İşlenecek katman.

Tolerance [number]

Simplification tolerance.

Default: 1.0

Çıkışlar

Simplified Lines [vector]

sonuç katmanı.

Konsol kullanımı

processing.runalg('saga:linesimplification', lines, tolerance, output)

Ayrıca bakınız