comparison gnv-artifacts/doc/conf/products/verticalcrosssection/conf_mesh_parallel.xml @ 1106:8ce8979f51df

Added the transition chain for the external mapviewer call (issue318). gnv-artifacts/trunk@1237 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 29 Jun 2010 07:09:13 +0000
parents 2e50dfd45753
children 337727011de0
comparison
equal deleted inserted replaced
1105:19813e72ec06 1106:8ce8979f51df
36 </inputvalues> 36 </inputvalues>
37 </state> 37 </state>
38 38
39 <transition transition="de.intevation.gnv.transition.DefaultTransition"> 39 <transition transition="de.intevation.gnv.transition.DefaultTransition">
40 <from state="verticalcrosssection_mesh_parallel_with_wkt"/> 40 <from state="verticalcrosssection_mesh_parallel_with_wkt"/>
41 <to state="verticalcrosssection_mesh_parallel_coordinate"/> 41 <to state="verticalcrosssection_mesh_point_parallel_presettings"/>
42 </transition> 42 </transition>
43 43
44 <state id="verticalcrosssection_mesh_parallel_area" description="verticalcrosssection_mesh_parallel_area_one" state="de.intevation.gnv.state.DefaultState"> 44 <state id="verticalcrosssection_mesh_parallel_area" description="verticalcrosssection_mesh_parallel_area_one" state="de.intevation.gnv.state.DefaultState">
45 <queryID>area_filter</queryID> 45 <queryID>area_filter</queryID>
46 <dataname>areaid</dataname> 46 <dataname>areaid</dataname>
93 </inputvalues> 93 </inputvalues>
94 </state> 94 </state>
95 95
96 <transition transition="de.intevation.gnv.transition.PresettingsValueCompareTransition"> 96 <transition transition="de.intevation.gnv.transition.PresettingsValueCompareTransition">
97 <from state="verticalcrosssection_mesh_parallel"/> 97 <from state="verticalcrosssection_mesh_parallel"/>
98 <to state="verticalcrosssection_mesh_point_parallel_presettings"/>
99 <condition inputvalue="geometry" value="POINT" operator="equal"/>
100 </transition>
101
102 <transition transition="de.intevation.gnv.transition.PresettingsValueCompareTransition">
103 <from state="verticalcrosssection_mesh_parallel"/>
98 <to state="verticalcrosssection_mesh_parallel_coordinate"/> 104 <to state="verticalcrosssection_mesh_parallel_coordinate"/>
99 <condition inputvalue="geometry" value="POINT" operator="notequal"/> 105 <condition inputvalue="geometry" value="POINT" operator="notequal"/>
100 </transition> 106 </transition>
101 107
102 <state id="verticalcrosssection_mesh_parallel_without_geom" description="verticalcrosssection_mesh_parallel" state="de.intevation.gnv.state.DefaultState"> 108 <state id="verticalcrosssection_mesh_parallel_without_geom" description="verticalcrosssection_mesh_parallel" state="de.intevation.gnv.state.DefaultState">
114 <from state="verticalcrosssection_mesh_parallel_without_geom"/> 120 <from state="verticalcrosssection_mesh_parallel_without_geom"/>
115 <to state="verticalcrosssection_mesh_parallel_coordinate"/> 121 <to state="verticalcrosssection_mesh_parallel_coordinate"/>
116 <condition inputvalue="geometry" value="LINESTRING" operator="notequal"/> 122 <condition inputvalue="geometry" value="LINESTRING" operator="notequal"/>
117 </transition> 123 </transition>
118 124
125 <transition transition="de.intevation.gnv.transition.PresettingsValueCompareTransition">
126 <from state="verticalcrosssection_mesh_parallel_without_geom"/>
127 <to state="verticalcrosssection_mesh_point_parallel_presettings"/>
128 <condition inputvalue="geometry" value="POINT" operator="equal"/>
129 </transition>
130
119 <state id="verticalcrosssection_mesh_parallel_coordinate" description="verticalcrosssection_mesh_parallel_coordinate" state="de.intevation.gnv.state.SingleInputState"> 131 <state id="verticalcrosssection_mesh_parallel_coordinate" description="verticalcrosssection_mesh_parallel_coordinate" state="de.intevation.gnv.state.SingleInputState">
120 <dataname>mesh_coordinate</dataname> 132 <dataname>mesh_coordinate</dataname>
121 <data-multiselect>false</data-multiselect> 133 <data-multiselect>false</data-multiselect>
122 <inputvalues> 134 <inputvalues>
123 <inputvalue name="sourceid" type="Integer" multiselect="false" usedinquery="1"/> 135 <inputvalue name="sourceid" type="Integer" multiselect="false" usedinquery="1"/>
143 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/> 155 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
144 <inputvalue name="mesh_point" type="Integer" multiselect="false" usedinquery="0"/> 156 <inputvalue name="mesh_point" type="Integer" multiselect="false" usedinquery="0"/>
145 </inputvalues> 157 </inputvalues>
146 <mesh-width xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="${artifacts.config.dir}/meshwidth.xml"/> 158 <mesh-width xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="${artifacts.config.dir}/meshwidth.xml"/>
147 </state> 159 </state>
160
161 <state id="verticalcrosssection_mesh_point_parallel_presettings" description="verticalcrosssection_mesh_point_parallel_presettings" state="de.intevation.gnv.state.PreSettingsTransferCoordinateSelectionState">
162 <queryID>verticalprofile_mesh_point</queryID>
163 <dataname>mesh_point</dataname>
164 <data-multiselect>false</data-multiselect>
165 <presettings-transfer presetting="geometry" inputvalue="mesh_coordinate"/>
166 <inputvalues>
167 <inputvalue name="sourceid" type="Integer" multiselect="false" usedinquery="0"/>
168 <inputvalue name="meshid" type="Integer" multiselect="false"/>
169 <inputvalue name="mesh_coordinate" type="Geometry" multiselect="false" usedinquery="1"/>
170 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
171 <inputvalue name="mesh_point" type="Integer" multiselect="false" usedinquery="0"/>
172 </inputvalues>
173 <mesh-width xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="${artifacts.config.dir}/meshwidth.xml"/>
174 </state>
175
176 <transition transition="de.intevation.gnv.transition.DefaultTransition">
177 <from state="verticalcrosssection_mesh_point_parallel_presettings"/>
178 <to state="verticalcrosssection_mesh_parallel_axis"/>
179 </transition>
148 180
149 <transition transition="de.intevation.gnv.transition.DefaultTransition"> 181 <transition transition="de.intevation.gnv.transition.DefaultTransition">
150 <from state="verticalcrosssection_mesh_parallel_point"/> 182 <from state="verticalcrosssection_mesh_parallel_point"/>
151 <to state="verticalcrosssection_mesh_parallel_axis"/> 183 <to state="verticalcrosssection_mesh_parallel_axis"/>
152 </transition> 184 </transition>

http://dive4elements.wald.intevation.org