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.
Parameters¶
Label  | 
Name  | 
Type  | 
Description  | 
|---|---|---|---|
Layer  | 
  | 
[layer:any]  | 
Layer to load in the legend  | 
Loaded layer name  | 
  | 
[string]  | 
Name of the loaded layer  | 
Outputs¶
Label  | 
Name  | 
Type  | 
Description  | 
|---|---|---|---|
Layer  | 
  | 
[vector:any]  | 
The (renamed) output layer  | 
Rename layer¶
This algorithm renames a layer.
Parameters¶
Label  | 
Name  | 
Type  | 
Description  | 
|---|---|---|---|
Layer  | 
  | 
[layer:any]  | 
Layer to rename  | 
New name  | 
  | 
[string]  | 
The new name of the layer  | 
Outputs¶
Label  | 
Name  | 
Type  | 
Description  | 
|---|---|---|---|
Layer  | 
  | 
[layer:any]  | 
The (renamed) output layer  | 
String concatenation¶
Concatenates two strings into a single one in the Processing Modeler
Parameters¶
Label  | 
Name  | 
Type  | 
Description  | 
|---|---|---|---|
Input 1  | 
  | 
[string]  | 
First string  | 
Input 2  | 
  | 
[string]  | 
Second string  | 
Outputs¶
Label  | 
Name  | 
Type  | 
Description  | 
|---|---|---|---|
Concatenation  | 
  | 
[string]  | 
The concatenated string  |