comparison gnv-artifacts/doc/conf/products/verticalprofile/conf_timeseriespoint.xml @ 739:a40a6de70459

Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect. gnv-artifacts/trunk@778 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Mon, 15 Mar 2010 15:26:26 +0000
parents e5f1e868ee3e
children 42c4cfc0d133
comparison
equal deleted inserted replaced
738:40c9a48f51ea 739:a40a6de70459
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <artifact name="verticalProfile"> 2 <artifact name="verticalProfile">
3 <states> 3 <states>
4 <state id="verticalprofile_mapviewerswitch" description="verticalprofile_mesh_area_one" state="de.intevation.gnv.state.DefaultAutoResumeState">
5 <!-- Empty State which will be used to integrate the switch for a
6 standalone and an mapviewer based call. -->
7 <inputvalues>
8 <inputvalue name="sourceid" type="Integer" multiselect="false" usedinquery="0"/>
9 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
10 </inputvalues>
11 </state>
12
13 <transition transition="de.intevation.gnv.transition.PresettingsValueCompareTransition">
14 <from state="verticalprofile_mapviewerswitch"/>
15 <to state="verticalprofile_area"/>
16 <condition inputvalue="geometry" value="POLYGON" operator="notequal"/>
17 </transition>
18
19 <transition transition="de.intevation.gnv.transition.PresettingsValueCompareTransition">
20 <from state="verticalprofile_mapviewerswitch"/>
21 <to state="verticalprofile_with_wkt"/>
22 <condition inputvalue="geometry" value="POLYGON" operator="equal"/>
23 </transition>
24
25 <state id="verticalprofile_with_wkt" description="verticalprofile_timeseriespoint" state="de.intevation.gnv.state.PreSettingsTransferState">
26 <queryID>timeseries_timeseriespoint_with_wkt</queryID>
27 <dataname>featureid</dataname>
28 <data-multiselect>false</data-multiselect>
29 <presettings-transfer presetting="geometry" inputvalue="wktid"/>
30 <inputvalues>
31 <inputvalue name="sourceid" type="Integer" multiselect="false" usedinquery="1"/>
32 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
33 <inputvalue name="wktid" type="Geometry" multiselect="false" usedinquery="1"/>
34 <inputvalue name="featureid" type="Integer" multiselect="false" usedinquery="0"/>
35 </inputvalues>
36 </state>
37
38 <transition transition="de.intevation.gnv.transition.DefaultTransition">
39 <from state="verticalprofile_with_wkt"/>
40 <to state="verticalprofile_parameter"/>
41 </transition>
42
4 <state id="verticalprofile_area" description="verticalprofile_area_one" state="de.intevation.gnv.state.DefaultState"> 43 <state id="verticalprofile_area" description="verticalprofile_area_one" state="de.intevation.gnv.state.DefaultState">
5 <queryID>area_filter</queryID> 44 <queryID>area_filter</queryID>
6 <dataname>areaid</dataname> 45 <dataname>areaid</dataname>
7 <data-multiselect>false</data-multiselect> 46 <data-multiselect>false</data-multiselect>
8 <data-noselect>true</data-noselect> 47 <data-noselect>true</data-noselect>

http://dive4elements.wald.intevation.org