select_layers
Created: 2013-12-06 18:17:39
Last updated: 2015-05-11 22:32:42
Displays interaction to select one or more layers. Returns a list of labels and a list of ids for the selected layers, both separated by line feed.
Preview
Run
Run this Workflow in the Taverna Workbench...
Workflow Components
Authors (1)
Alan R Williams & Renato De Giovanni |
Titles (1)
Descriptions (1)
Displays interaction to select one or more layers. Returns a list of labels and a list of ids for the selected layers, both separated by line feed. |
Dependencies (0)
Inputs (4)
Name |
Description |
om_layers_xml |
XML according to openModeler Web Service 2.0 getLayersResponse element: http://openmodeller.sourceforge.net/web_service_2.html#toc16
|
biostif_layers_xml_list |
XML according to BioSTIF raster service response.
|
interface_caption |
Main caption to be displayed on top of the treeview.
|
om_skip_labels |
List of layer group labels to skip when building the treeview. Values must be separated by new line. Use an empty string to avoid the default values.
|
Processors (3)
Name |
Type |
Description |
Interaction |
interaction |
Display available layers for selection. |
Merge_String_List_to_a_String_1 |
localworker |
ScriptString seperatorString = "\n";
if (seperator != void) {
seperatorString = seperator;
}
StringBuffer sb = new StringBuffer();
for (Iterator i = stringlist.iterator(); i.hasNext();) {
String item = (String) i.next();
sb.append(item);
if (i.hasNext()) {
sb.append(seperatorString);
}
}
concatenated = sb.toString();
|
Merge_String_List_to_a_String_2 |
localworker |
ScriptString seperatorString = "\n";
if (seperator != void) {
seperatorString = seperator;
}
StringBuffer sb = new StringBuffer();
for (Iterator i = stringlist.iterator(); i.hasNext();) {
String item = (String) i.next();
sb.append(item);
if (i.hasNext()) {
sb.append(seperatorString);
}
}
concatenated = sb.toString();
|
Outputs (2)
Name |
Description |
selected_layers_ids |
Ids of the selected layers (separated by new line)
|
selected_layers_labels |
Labels of the selected layers (separated by new line)
|
Datalinks (8)
Source |
Sink |
om_layers_xml |
Interaction:xmltext |
biostif_layers_xml_list |
Interaction:stifWorkspaces |
interface_caption |
Interaction:caption |
om_skip_labels |
Interaction:om_skip_labels |
Interaction:selected_layers_ids |
Merge_String_List_to_a_String_1:stringlist |
Interaction:selected_layers_labels |
Merge_String_List_to_a_String_2:stringlist |
Merge_String_List_to_a_String_1:concatenated |
selected_layers_ids |
Merge_String_List_to_a_String_2:concatenated |
selected_layers_labels |
Uploader
Component Validity
Loading
License
All versions of this Workflow are
licensed under:
Version 3
(of 4)
Credits (0)
(People/Groups)
None
Attributions (0)
(Workflows/Files)
None
Shared with Groups (0)
None
Featured In Packs (1)
Log in to add to one of your Packs
Attributed By (0)
(Workflows/Files)
None
Favourited By (0)
No one
Statistics
Other workflows that use similar services
(0)
There are no workflows in myExperiment that use similar services to this Workflow.
Comments (0)
No comments yet
Log in to make a comment