Modeler tools¶
These tools are only available in the Graphial Modeler. They are not available in the Processing Toolbox.
Load layer into project¶
Loads a layer to the current project.
Parametri¶
Etichetta |
Nome |
Tipo |
Descrizione |
---|---|---|---|
Layer |
|
[layer:any] |
Layer to load in the legend |
Loaded layer name |
|
[string] |
Name of the loaded layer |
In uscita:¶
Etichetta |
Nome |
Tipo |
Descrizione |
---|---|---|---|
Layer |
|
[vector:any] |
The (renamed) output layer |
Rename layer¶
This algorithm renames a layer.
Parametri¶
Etichetta |
Nome |
Tipo |
Descrizione |
---|---|---|---|
Layer |
|
[layer:any] |
Layer to rename |
New name |
|
[string] |
The new name of the layer |
In uscita:¶
Etichetta |
Nome |
Tipo |
Descrizione |
---|---|---|---|
Layer |
|
[layer:any] |
The (renamed) output layer |
String concatenation¶
Concatenates two strings into a single one in the Processing Modeler
Parametri¶
Etichetta |
Nome |
Tipo |
Descrizione |
---|---|---|---|
Input 1 |
|
[string] |
First string |
Input 2 |
|
[string] |
Second string |
In uscita:¶
Etichetta |
Nome |
Tipo |
Descrizione |
---|---|---|---|
Concatenation |
|
[string] |
The concatenated string |