select_layers
Created: 2013-12-06 18:17:39
Last updated: 2015-05-11 22:32:42
Input and output port annotation.
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 (2)
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.
|
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 (6)
Source |
Sink |
om_layers_xml |
Interaction:xmltext |
biostif_layers_xml_list |
Interaction:stifWorkspaces |
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 2
(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