annotate gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh.xml @ 1091:fb2d07f7a5ae

Added configuration and sql statements for a new product named 'Achsenparalleler Vertikalschnitt. gnv-artifacts/trunk@1205 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Sat, 12 Jun 2010 13:06:40 +0000
parents 81ac8d2f6cb7
children 5cc3fc2e50fd
rev   line source
204
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
2 <artifact name="horizontalProfileMesh">
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
3 <states>
751
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
4 <state id="horizontalprofile_mesh_mapviewerswitch" description="horizontalprofile_mesh_area_one" state="de.intevation.gnv.state.DefaultAutoResumeState">
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
5 <!-- Empty State which will be used to integrate the switch for a
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
6 standalone and an mapviewer based call. -->
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
7 <inputvalues>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
8 <inputvalue name="sourceid" type="Integer" multiselect="false" usedinquery="0"/>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
9 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
10 </inputvalues>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
11 </state>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
12
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
13 <transition transition="de.intevation.gnv.transition.PresettingsValueCompareTransition">
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
14 <from state="horizontalprofile_mesh_mapviewerswitch"/>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
15 <to state="horizontalprofile_mesh_area"/>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
16 <condition inputvalue="geometry" value="POLYGON" operator="notequal"/>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
17 </transition>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
18
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
19 <transition transition="de.intevation.gnv.transition.PresettingsValueCompareTransition">
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
20 <from state="horizontalprofile_mesh_mapviewerswitch"/>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
21 <to state="horizontalprofile_mesh_with_wkt"/>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
22 <condition inputvalue="geometry" value="POLYGON" operator="equal"/>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
23 </transition>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
24
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
25 <state id="horizontalprofile_mesh_with_wkt" description="timeseries_mesh" state="de.intevation.gnv.state.PreSettingsTransferState">
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
26 <queryID>verticalprofile_mesh_with_wkt</queryID>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
27 <dataname>meshid</dataname>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
28 <data-multiselect>false</data-multiselect>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
29 <presettings-transfer presetting="geometry" inputvalue="mesh_polygon"/>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
30 <inputvalues>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
31 <inputvalue name="sourceid" type="Integer" multiselect="false" usedinquery="1"/>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
32 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
33 <inputvalue name="mesh_polygon" type="Geometry" multiselect="false" usedinquery="1"/>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
34 <inputvalue name="meshid" type="Integer" multiselect="false" usedinquery="0"/>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
35 </inputvalues>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
36 </state>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
37
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
38 <transition transition="de.intevation.gnv.transition.DefaultTransition">
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
39 <from state="horizontalprofile_mesh_with_wkt"/>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
40 <to state="horizontalprofile_mesh_point_presettings"/>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
41 </transition>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
42
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
43 <state id="horizontalprofile_mesh_area" description="horizontalprofile_mesh_area_one" state="de.intevation.gnv.state.DefaultState">
223
05663e307495 Added the RegionFilters into the configuration of the Products for Meshes.
Tim Englich <tim.englich@intevation.de>
parents: 204
diff changeset
44 <queryID>area_filter</queryID>
05663e307495 Added the RegionFilters into the configuration of the Products for Meshes.
Tim Englich <tim.englich@intevation.de>
parents: 204
diff changeset
45 <dataname>areaid</dataname>
05663e307495 Added the RegionFilters into the configuration of the Products for Meshes.
Tim Englich <tim.englich@intevation.de>
parents: 204
diff changeset
46 <data-multiselect>false</data-multiselect>
05663e307495 Added the RegionFilters into the configuration of the Products for Meshes.
Tim Englich <tim.englich@intevation.de>
parents: 204
diff changeset
47 <data-noselect>true</data-noselect>
05663e307495 Added the RegionFilters into the configuration of the Products for Meshes.
Tim Englich <tim.englich@intevation.de>
parents: 204
diff changeset
48 <inputvalues>
05663e307495 Added the RegionFilters into the configuration of the Products for Meshes.
Tim Englich <tim.englich@intevation.de>
parents: 204
diff changeset
49 <inputvalue name="sourceid" type="Integer" multiselect="false" usedinquery="0"/>
05663e307495 Added the RegionFilters into the configuration of the Products for Meshes.
Tim Englich <tim.englich@intevation.de>
parents: 204
diff changeset
50 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
325
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
51 <inputvalue name="areaid" type="Integer" multiselect="false" usedinquery="0"/>
223
05663e307495 Added the RegionFilters into the configuration of the Products for Meshes.
Tim Englich <tim.englich@intevation.de>
parents: 204
diff changeset
52 </inputvalues>
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
53 </state>
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
54
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
55 <transition transition="de.intevation.gnv.transition.ValueCompareTransition">
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
56 <from state="horizontalprofile_mesh_area"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
57 <to state="horizontalprofile_mesh_subarea"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
58 <condition inputvalue="areaid" value="n/n" operator="notequal"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
59 </transition>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
60 <transition transition="de.intevation.gnv.transition.ValueCompareTransition">
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
61 <from state="horizontalprofile_mesh_area"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
62 <to state="horizontalprofile_mesh_without_geom"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
63 <condition inputvalue="areaid" value="n/n" operator="equal"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
64 </transition>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
65
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
66 <state id="horizontalprofile_mesh_subarea" description="horizontalprofile_mesh_subaera" state="de.intevation.gnv.state.DefaultState">
223
05663e307495 Added the RegionFilters into the configuration of the Products for Meshes.
Tim Englich <tim.englich@intevation.de>
parents: 204
diff changeset
67 <queryID>subarea_filter</queryID>
05663e307495 Added the RegionFilters into the configuration of the Products for Meshes.
Tim Englich <tim.englich@intevation.de>
parents: 204
diff changeset
68 <dataname>subareaid</dataname>
05663e307495 Added the RegionFilters into the configuration of the Products for Meshes.
Tim Englich <tim.englich@intevation.de>
parents: 204
diff changeset
69 <data-multiselect>false</data-multiselect>
05663e307495 Added the RegionFilters into the configuration of the Products for Meshes.
Tim Englich <tim.englich@intevation.de>
parents: 204
diff changeset
70 <inputvalues>
05663e307495 Added the RegionFilters into the configuration of the Products for Meshes.
Tim Englich <tim.englich@intevation.de>
parents: 204
diff changeset
71 <inputvalue name="sourceid" type="Integer" multiselect="false" usedinquery="0"/>
05663e307495 Added the RegionFilters into the configuration of the Products for Meshes.
Tim Englich <tim.englich@intevation.de>
parents: 204
diff changeset
72 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
05663e307495 Added the RegionFilters into the configuration of the Products for Meshes.
Tim Englich <tim.englich@intevation.de>
parents: 204
diff changeset
73 <inputvalue name="areaid" type="Integer" multiselect="false" usedinquery="1"/>
325
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
74 <inputvalue name="subareaid" type="Integer" multiselect="false" usedinquery="0"/>
223
05663e307495 Added the RegionFilters into the configuration of the Products for Meshes.
Tim Englich <tim.englich@intevation.de>
parents: 204
diff changeset
75 </inputvalues>
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
76 </state>
325
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
77
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
78 <transition transition="de.intevation.gnv.transition.DefaultTransition">
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
79 <from state="horizontalprofile_mesh_subarea"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
80 <to state="horizontalprofile_mesh"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
81 </transition>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
82
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
83 <state id="horizontalprofile_mesh_without_geom" description="horizontalprofile_mesh_without_geom" state="de.intevation.gnv.state.DefaultState">
325
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
84 <queryID>verticalprofile_mesh</queryID>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
85 <dataname>meshid</dataname>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
86 <data-multiselect>false</data-multiselect>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
87 <inputvalues>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
88 <inputvalue name="sourceid" type="Integer" multiselect="false" usedinquery="1"/>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
89 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
90 <inputvalue name="meshid" type="Integer" multiselect="false" usedinquery="0"/>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
91 </inputvalues>
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
92 </state>
751
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
93
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
94 <transition transition="de.intevation.gnv.transition.PresettingsValueCompareTransition">
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
95 <from state="horizontalprofile_mesh_without_geom"/>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
96 <to state="horizontalprofile_mesh_coordinate"/>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
97 <condition inputvalue="geometry" value="POINT" operator="notequal"/>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
98 </transition>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
99
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
100 <transition transition="de.intevation.gnv.transition.PresettingsValueCompareTransition">
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
101 <from state="horizontalprofile_mesh_without_geom"/>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
102 <to state="horizontalprofile_mesh_point_presettings"/>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
103 <condition inputvalue="geometry" value="POINT" operator="equal"/>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
104 </transition>
325
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
105
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
106 <state id="horizontalprofile_mesh" description="horizontalprofile_mesh" state="de.intevation.gnv.state.DefaultState">
223
05663e307495 Added the RegionFilters into the configuration of the Products for Meshes.
Tim Englich <tim.englich@intevation.de>
parents: 204
diff changeset
107 <queryID>verticalprofile_mesh_with_area</queryID>
204
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
108 <dataname>meshid</dataname>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
109 <data-multiselect>false</data-multiselect>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
110 <inputvalues>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
111 <inputvalue name="sourceid" type="Integer" multiselect="false" usedinquery="1"/>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
112 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
223
05663e307495 Added the RegionFilters into the configuration of the Products for Meshes.
Tim Englich <tim.englich@intevation.de>
parents: 204
diff changeset
113 <inputvalue name="subareaid" type="Integer" multiselect="false" usedinquery="1"/>
325
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
114 <inputvalue name="meshid" type="Integer" multiselect="false" usedinquery="0"/>
204
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
115 </inputvalues>
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
116 </state>
204
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
117
751
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
118 <transition transition="de.intevation.gnv.transition.PresettingsValueCompareTransition">
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
119 <from state="horizontalprofile_mesh"/>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
120 <to state="horizontalprofile_mesh_coordinate"/>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
121 <condition inputvalue="geometry" value="POINT" operator="notequal"/>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
122 </transition>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
123
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
124 <transition transition="de.intevation.gnv.transition.PresettingsValueCompareTransition">
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
125 <from state="horizontalprofile_mesh"/>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
126 <to state="horizontalprofile_mesh_point_presettings"/>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
127 <condition inputvalue="geometry" value="POINT" operator="equal"/>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
128 </transition>
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
129
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
130 <state id="horizontalprofile_mesh_coordinate" description="horizontalprofile_mesh_coordinate" state="de.intevation.gnv.state.SingleInputState">
204
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
131 <dataname>mesh_coordinate</dataname>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
132 <data-multiselect>false</data-multiselect>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
133 <inputvalues>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
134 <inputvalue name="meshid" type="Integer" multiselect="false"/>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
135 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
325
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
136 <inputvalue name="mesh_coordinate" type="Coordinate" multiselect="false" usedinquery="0"/>
204
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
137 </inputvalues>
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
138 </state>
204
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
139
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
140 <transition transition="de.intevation.gnv.transition.DefaultTransition">
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
141 <from state="horizontalprofile_mesh_coordinate"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
142 <to state="horizontalprofile_mesh_point"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
143 </transition>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
144
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
145 <state id="horizontalprofile_mesh_point" description="horizontalprofile_mesh_point" state="de.intevation.gnv.state.CoordinateSelectionState">
204
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
146 <queryID>verticalprofile_mesh_point</queryID>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
147 <dataname>mesh_point</dataname>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
148 <data-multiselect>false</data-multiselect>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
149 <inputvalues>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
150 <inputvalue name="meshid" type="Integer" multiselect="false"/>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
151 <inputvalue name="mesh_coordinate" type="Coordinate" multiselect="false"/>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
152 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
325
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
153 <inputvalue name="mesh_point" type="Integer" multiselect="false" usedinquery="0"/>
204
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
154 </inputvalues>
865
06264920e8d1 ISSUE262: Added missing Namespacedeclarations
Tim Englich <tim.englich@intevation.de>
parents: 855
diff changeset
155 <mesh-width xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="${artifacts.config.dir}/meshwidth.xml"/>
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
156 </state>
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
157
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
158 <transition transition="de.intevation.gnv.transition.DefaultTransition">
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
159 <from state="horizontalprofile_mesh_point"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
160 <to state="horizontalprofile_mesh_axis"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
161 </transition>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
162
751
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
163 <state id="horizontalprofile_mesh_point_presettings" description="horizontalprofile_meshpoint" state="de.intevation.gnv.state.PreSettingsTransferCoordinateSelectionState">
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
164 <queryID>verticalprofile_mesh_point</queryID>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
165 <dataname>mesh_point</dataname>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
166 <data-multiselect>false</data-multiselect>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
167 <presettings-transfer presetting="geometry" inputvalue="mesh_coordinate"/>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
168 <inputvalues>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
169 <inputvalue name="meshid" type="Integer" multiselect="false"/>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
170 <inputvalue name="mesh_coordinate" type="Geometry" multiselect="false" usedinquery="1"/>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
171 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
172 <inputvalue name="mesh_point" type="Integer" multiselect="false" usedinquery="0"/>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
173 </inputvalues>
865
06264920e8d1 ISSUE262: Added missing Namespacedeclarations
Tim Englich <tim.englich@intevation.de>
parents: 855
diff changeset
174 <mesh-width xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="${artifacts.config.dir}/meshwidth.xml"/>
751
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
175 </state>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
176
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
177 <transition transition="de.intevation.gnv.transition.DefaultTransition">
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
178 <from state="horizontalprofile_mesh_point_presettings"/>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
179 <to state="horizontalprofile_mesh_axis"/>
2998a9ea0c0c Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
180 </transition>
1091
fb2d07f7a5ae Added configuration and sql statements for a new product named 'Achsenparalleler Vertikalschnitt.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1084
diff changeset
181
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
182 <state id="horizontalprofile_mesh_axis" description="horizontalprofile_mesh_point" state="de.intevation.gnv.state.profile.horizontal.NorthSouthEastWestState">
204
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
183 <dataname>axisid</dataname>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
184 <data-multiselect>false</data-multiselect>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
185 <inputvalues>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
186 <inputvalue name="meshid" type="Integer" multiselect="false"/>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
187 <inputvalue name="mesh_point" type="Integer" multiselect="false"/>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
188 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
325
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
189 <inputvalue name="axisid" type="AttributeName" multiselect="false" usedinquery="0"/>
204
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
190 </inputvalues>
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
191 </state>
1075
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
192
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
193 <transition transition="de.intevation.gnv.transition.DefaultTransition">
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
194 <from state="horizontalprofile_mesh_axis"/>
1075
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
195 <to state="horizontalprofile_meshpoint_vector_scalar"/>
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
196 </transition>
1075
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
197
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
198 <state id="horizontalprofile_meshpoint_vector_scalar" description="horizontalprofile_meshpoint_vector_scalar" state="de.intevation.gnv.state.SwitchModeState">
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
199 <dataname>vectorscalar</dataname>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
200 <data-multiselect>false</data-multiselect>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
201 <inputvalues>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
202 <inputvalue name="meshid" type="Integer" multiselect="false" usedinquery="1"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
203 <inputvalue name="mesh_point" type="Integer" multiselect="false" usedinquery="0"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
204 <inputvalue name="axisid" type="AttributeName" multiselect="false" usedinquery="0"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
205 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
206 <inputvalue name="vectorscalar" type="String" multiselect="false" usedinquery="0"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
207 </inputvalues>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
208 </state>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
209
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
210 <transition transition="de.intevation.gnv.transition.ValueCompareTransition">
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
211 <from state="horizontalprofile_meshpoint_vector_scalar"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
212 <to state="horizontalprofile_meshpoint_parameter"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
213 <condition inputvalue="vectorscalar" value="scalar" operator="equal"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
214 </transition>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
215
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
216 <transition transition="de.intevation.gnv.transition.ValueCompareTransition">
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
217 <from state="horizontalprofile_meshpoint_vector_scalar"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
218 <to state="horizontalprofile_meshpoint_parameter_vector"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
219 <condition inputvalue="vectorscalar" value="vector" operator="equal"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
220 </transition>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
221
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
222 <state id="horizontalprofile_meshpoint_parameter" description="horizontalprofile_meshpoint_parameter" state="de.intevation.gnv.state.DefaultState">
204
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
223 <queryID>verticalprofile_mesh_parameter</queryID>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
224 <dataname>parameterid</dataname>
599
c5710a8d2825 Added the usage of the Presettings in the States which are handling the choice of Parameter
Tim Englich <tim.englich@intevation.de>
parents: 523
diff changeset
225 <presettings-name>parameter</presettings-name>
204
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
226 <data-multiselect>true</data-multiselect>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
227 <inputvalues>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
228 <inputvalue name="meshid" type="Integer" multiselect="false" usedinquery="1"/>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
229 <inputvalue name="mesh_point" type="Integer" multiselect="false" usedinquery="0"/>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
230 <inputvalue name="axisid" type="AttributeName" multiselect="false" usedinquery="0"/>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
231 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
325
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
232 <inputvalue name="parameterid" type="Integer" multiselect="true" useinquery="0"/>
204
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
233 </inputvalues>
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
234 </state>
1075
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
235
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
236 <state id="horizontalprofile_meshpoint_parameter_vector" description="horizontalprofile_meshpoint_parameter" state="de.intevation.gnv.state.DefaultState">
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
237 <queryID>verticalprofile_mesh_parameter_vector</queryID>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
238 <dataname>parameterid</dataname>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
239 <presettings-name>parameter</presettings-name>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
240 <data-multiselect>true</data-multiselect>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
241 <inputvalues>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
242 <inputvalue name="meshid" type="Integer" multiselect="false" usedinquery="1"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
243 <inputvalue name="mesh_point" type="Integer" multiselect="false" usedinquery="0"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
244 <inputvalue name="axisid" type="AttributeName" multiselect="false" usedinquery="0"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
245 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
246 <inputvalue name="parameterid" type="Integer" multiselect="true" useinquery="0"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
247 </inputvalues>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
248 </state>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
249
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
250 <transition transition="de.intevation.gnv.transition.DefaultTransition">
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
251 <from state="horizontalprofile_meshpoint_parameter"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
252 <to state="horizontalprofile_meshpoint_depth"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
253 </transition>
1075
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
254
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
255 <transition transition="de.intevation.gnv.transition.DefaultTransition">
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
256 <from state="horizontalprofile_meshpoint_parameter_vector"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
257 <to state="horizontalprofile_meshpoint_depth_vector"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
258 </transition>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
259
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
260 <state id="horizontalprofile_meshpoint_depth" description="horizontalprofile_meshpoint_depth" state="de.intevation.gnv.state.DefaultState">
204
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
261 <queryID>horizontalprofile_meshpoint_depth</queryID>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
262 <dataname>depthid</dataname>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
263 <data-multiselect>true</data-multiselect>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
264 <inputvalues>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
265 <inputvalue name="meshid" type="Integer" multiselect="false" usedinquery="1"/>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
266 <inputvalue name="mesh_point" type="Integer" multiselect="false" usedinquery="2"/>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
267 <inputvalue name="axisid" type="AttributeName" multiselect="false" usedinquery="0"/>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
268 <inputvalue name="parameterid" type="Integer" multiselect="true" useinquery="0"/>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
269 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
325
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
270 <inputvalue name="depthid" type="Integer" multiselect="true" usedinquery="0"/>
204
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
271 </inputvalues>
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
272 </state>
1075
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
273
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
274 <state id="horizontalprofile_meshpoint_depth_vector" description="horizontalprofile_meshpoint_depth" state="de.intevation.gnv.state.DefaultState">
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
275 <queryID>horizontalprofile_meshpoint_depth</queryID>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
276 <dataname>depthid</dataname>
1084
81ac8d2f6cb7 Limited the parameterization of timeseries, horizontalprofiles and verticalprofiles so that just a single vector can be selected at the same time.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1075
diff changeset
277 <data-multiselect>false</data-multiselect>
1075
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
278 <inputvalues>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
279 <inputvalue name="meshid" type="Integer" multiselect="false" usedinquery="1"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
280 <inputvalue name="mesh_point" type="Integer" multiselect="false" usedinquery="2"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
281 <inputvalue name="axisid" type="AttributeName" multiselect="false" usedinquery="0"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
282 <inputvalue name="parameterid" type="Integer" multiselect="true" useinquery="0"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
283 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
1084
81ac8d2f6cb7 Limited the parameterization of timeseries, horizontalprofiles and verticalprofiles so that just a single vector can be selected at the same time.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1075
diff changeset
284 <inputvalue name="depthid" type="Integer" multiselect="false" usedinquery="0"/>
1075
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
285 </inputvalues>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
286 </state>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
287
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
288 <transition transition="de.intevation.gnv.transition.DefaultTransition">
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
289 <from state="horizontalprofile_meshpoint_depth"/>
523
c6249cb631df Splitted date selection of horizontal profile charts into two parts - selection of a year and selection of a concrete date of this year.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 522
diff changeset
290 <to state="horizontalprofile_mesh_year"/>
c6249cb631df Splitted date selection of horizontal profile charts into two parts - selection of a year and selection of a concrete date of this year.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 522
diff changeset
291 </transition>
c6249cb631df Splitted date selection of horizontal profile charts into two parts - selection of a year and selection of a concrete date of this year.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 522
diff changeset
292
1075
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
293 <transition transition="de.intevation.gnv.transition.DefaultTransition">
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
294 <from state="horizontalprofile_meshpoint_depth_vector"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
295 <to state="horizontalprofile_mesh_year_vector"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
296 </transition>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
297
523
c6249cb631df Splitted date selection of horizontal profile charts into two parts - selection of a year and selection of a concrete date of this year.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 522
diff changeset
298 <state id="horizontalprofile_mesh_year" description="horizontalprofile_mesh_year" state="de.intevation.gnv.state.DefaultState">
c6249cb631df Splitted date selection of horizontal profile charts into two parts - selection of a year and selection of a concrete date of this year.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 522
diff changeset
299 <queryID>verticalprofile_mesh_year</queryID>
c6249cb631df Splitted date selection of horizontal profile charts into two parts - selection of a year and selection of a concrete date of this year.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 522
diff changeset
300 <dataname>yearid</dataname>
c6249cb631df Splitted date selection of horizontal profile charts into two parts - selection of a year and selection of a concrete date of this year.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 522
diff changeset
301 <data-multiselect>true</data-multiselect>
c6249cb631df Splitted date selection of horizontal profile charts into two parts - selection of a year and selection of a concrete date of this year.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 522
diff changeset
302 <inputvalues>
c6249cb631df Splitted date selection of horizontal profile charts into two parts - selection of a year and selection of a concrete date of this year.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 522
diff changeset
303 <inputvalue name="meshid" type="Integer" multiselect="false" usedinquery="1"/>
c6249cb631df Splitted date selection of horizontal profile charts into two parts - selection of a year and selection of a concrete date of this year.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 522
diff changeset
304 <inputvalue name="mesh_point" type="Integer" multiselect="false" usedinquery="0"/>
c6249cb631df Splitted date selection of horizontal profile charts into two parts - selection of a year and selection of a concrete date of this year.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 522
diff changeset
305 <inputvalue name="axisid" type="AttributeName" multiselect="false" usedinquery="0"/>
c6249cb631df Splitted date selection of horizontal profile charts into two parts - selection of a year and selection of a concrete date of this year.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 522
diff changeset
306 <inputvalue name="parameterid" type="Integer" multiselect="true" usedinquery="1"/>
c6249cb631df Splitted date selection of horizontal profile charts into two parts - selection of a year and selection of a concrete date of this year.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 522
diff changeset
307 <inputvalue name="depthid" type="Integer" multiselect="true" usedinquery="0"/>
c6249cb631df Splitted date selection of horizontal profile charts into two parts - selection of a year and selection of a concrete date of this year.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 522
diff changeset
308 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
c6249cb631df Splitted date selection of horizontal profile charts into two parts - selection of a year and selection of a concrete date of this year.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 522
diff changeset
309 <inputvalue name="yearid" type="String" multiselect="true" usedinquery="0"/>
c6249cb631df Splitted date selection of horizontal profile charts into two parts - selection of a year and selection of a concrete date of this year.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 522
diff changeset
310 </inputvalues>
c6249cb631df Splitted date selection of horizontal profile charts into two parts - selection of a year and selection of a concrete date of this year.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 522
diff changeset
311 </state>
c6249cb631df Splitted date selection of horizontal profile charts into two parts - selection of a year and selection of a concrete date of this year.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 522
diff changeset
312
1075
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
313 <state id="horizontalprofile_mesh_year_vector" description="horizontalprofile_mesh_year" state="de.intevation.gnv.state.DefaultState">
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
314 <queryID>verticalprofile_mesh_year_vector</queryID>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
315 <dataname>yearid</dataname>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
316 <data-multiselect>true</data-multiselect>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
317 <inputvalues>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
318 <inputvalue name="meshid" type="Integer" multiselect="false" usedinquery="1"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
319 <inputvalue name="mesh_point" type="Integer" multiselect="false" usedinquery="0"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
320 <inputvalue name="axisid" type="AttributeName" multiselect="false" usedinquery="0"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
321 <inputvalue name="parameterid" type="Integer" multiselect="true" usedinquery="1"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
322 <inputvalue name="depthid" type="Integer" multiselect="true" usedinquery="0"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
323 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
324 <inputvalue name="yearid" type="String" multiselect="true" usedinquery="0"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
325 </inputvalues>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
326 </state>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
327
523
c6249cb631df Splitted date selection of horizontal profile charts into two parts - selection of a year and selection of a concrete date of this year.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 522
diff changeset
328 <transition transition="de.intevation.gnv.transition.DefaultTransition">
c6249cb631df Splitted date selection of horizontal profile charts into two parts - selection of a year and selection of a concrete date of this year.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 522
diff changeset
329 <from state="horizontalprofile_mesh_year"/>
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
330 <to state="horizontalprofile_mesh_date"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
331 </transition>
1075
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
332
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
333 <transition transition="de.intevation.gnv.transition.DefaultTransition">
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
334 <from state="horizontalprofile_mesh_year_vector"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
335 <to state="horizontalprofile_mesh_date_vector"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
336 </transition>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
337
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
338 <state id="horizontalprofile_mesh_date" description="horizontalprofile_mesh_date" state="de.intevation.gnv.state.DefaultState">
204
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
339 <queryID>verticalprofile_mesh_date</queryID>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
340 <dataname>dateid</dataname>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
341 <data-multiselect>true</data-multiselect>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
342 <inputvalues>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
343 <inputvalue name="meshid" type="Integer" multiselect="false" usedinquery="1"/>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
344 <inputvalue name="mesh_point" type="Integer" multiselect="false" usedinquery="0"/>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
345 <inputvalue name="axisid" type="AttributeName" multiselect="false" usedinquery="0"/>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
346 <inputvalue name="parameterid" type="Integer" multiselect="true" usedinquery="1"/>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
347 <inputvalue name="depthid" type="Integer" multiselect="true" usedinquery="0"/>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
348 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
523
c6249cb631df Splitted date selection of horizontal profile charts into two parts - selection of a year and selection of a concrete date of this year.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 522
diff changeset
349 <inputvalue name="yearid" type="String" multiselect="true" usedinquery="1"/>
325
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
350 <inputvalue name="dateid" type="Date" multiselect="true" usedinquery="0"/>
204
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
351 </inputvalues>
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
352 </state>
1075
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
353
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
354 <state id="horizontalprofile_mesh_date_vector" description="horizontalprofile_mesh_date" state="de.intevation.gnv.state.DefaultState">
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
355 <queryID>verticalprofile_mesh_date_vector</queryID>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
356 <dataname>dateid</dataname>
1084
81ac8d2f6cb7 Limited the parameterization of timeseries, horizontalprofiles and verticalprofiles so that just a single vector can be selected at the same time.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1075
diff changeset
357 <data-multiselect>false</data-multiselect>
1075
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
358 <inputvalues>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
359 <inputvalue name="meshid" type="Integer" multiselect="false" usedinquery="1"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
360 <inputvalue name="mesh_point" type="Integer" multiselect="false" usedinquery="0"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
361 <inputvalue name="axisid" type="AttributeName" multiselect="false" usedinquery="0"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
362 <inputvalue name="parameterid" type="Integer" multiselect="true" usedinquery="1"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
363 <inputvalue name="depthid" type="Integer" multiselect="true" usedinquery="0"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
364 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
365 <inputvalue name="yearid" type="String" multiselect="true" usedinquery="1"/>
1084
81ac8d2f6cb7 Limited the parameterization of timeseries, horizontalprofiles and verticalprofiles so that just a single vector can be selected at the same time.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1075
diff changeset
366 <inputvalue name="dateid" type="Date" multiselect="false" usedinquery="0"/>
1075
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
367 </inputvalues>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
368 </state>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
369
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
370 <transition transition="de.intevation.gnv.transition.DefaultTransition">
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
371 <from state="horizontalprofile_mesh_date"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
372 <to state="horizontalprofile_mesh_calculate_results"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
373 </transition>
1075
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
374
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
375 <transition transition="de.intevation.gnv.transition.DefaultTransition">
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
376 <from state="horizontalprofile_mesh_date_vector"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
377 <to state="horizontalprofile_mesh_calculate_results_vector"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
378 </transition>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
379
855
e26935963871 Adjusted chart titles of different horizontalprofile charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
380 <state id="horizontalprofile_mesh_calculate_results"
e26935963871 Adjusted chart titles of different horizontalprofile charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
381 description="horizontalprofile_mesh_calculate_results" state="de.intevation.gnv.state.profile.horizontal.HorizontalProfileMeshOutputState">
204
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
382 <queryID>horizontalprofile_mesh_chart_data</queryID>
242
5925739d25ac Added ODV-Export to HorizontalProfiles in Meshes
Tim Englich <tim.englich@intevation.de>
parents: 227
diff changeset
383 <queryID-odv>horizontalprofile_mesh_odv_data</queryID-odv>
204
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
384 <inputvalues>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
385 <inputvalue name="parameterid" type="Integer" multiselect="true" usedinquery="1"/>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
386 <inputvalue name="dateid" type="Date" multiselect="true" usedinquery="1"/>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
387 <inputvalue name="meshid" type="Integer" multiselect="false" usedinquery="2"/>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
388 <inputvalue name="depthid" type="Integer" multiselect="true" usedinquery="1"/>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
389 <inputvalue name="axisid" type="AttributeName" multiselect="false" usedinquery="2"/>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
390 <inputvalue name="mesh_point" type="Integer" multiselect="false" usedinquery="1"/>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
391 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
392 </inputvalues>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
393 <value-names>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
394 <value-name name="feature" value="mesh_point"></value-name>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
395 <value-name name="parameter" value="parameterid"></value-name>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
396 <value-name name="measurement" value="depthid"></value-name>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
397 </value-names>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
398 <outputsModes>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
399 <outputsMode name="chart" description="Chartrepresentation of the Values" mime-type="image/png">
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
400 <parameters>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
401 <inputvalue name="width" type="Integer" value="600"/>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
402 <inputvalue name="height" type="Integer" value="400"/>
502
fec85cd01497 Fixed issue105. Added option to enable/disable data points in charts. Parse this option while creating charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 500
diff changeset
403 <inputvalue name="points" type="Boolean" value="false"/>
204
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
404 </parameters>
633
7a136b99ad71 Adapted product configuration regarding the changes in rev704.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 620
diff changeset
405 <exportModes>
7a136b99ad71 Adapted product configuration regarding the changes in rev704.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 620
diff changeset
406 <export name="img" description="IMG-Export der Daten" mime-type="image/png" />
7a136b99ad71 Adapted product configuration regarding the changes in rev704.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 620
diff changeset
407 <export name="pdf" description="PDF-Export der Daten" mime-type="application/pdf" />
7a136b99ad71 Adapted product configuration regarding the changes in rev704.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 620
diff changeset
408 <export name="svg" description="SVG-Export der Daten" mime-type="image/svg+xml" />
7a136b99ad71 Adapted product configuration regarding the changes in rev704.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 620
diff changeset
409 </exportModes>
204
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
410 </outputsMode>
618
250160797195 Added histogram as output mode in configuration files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 599
diff changeset
411 <outputsMode name="histogram" description="Histogram of the Values" mime-type="image/png">
250160797195 Added histogram as output mode in configuration files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 599
diff changeset
412 <parameters>
250160797195 Added histogram as output mode in configuration files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 599
diff changeset
413 <inputvalue name="width" type="Integer" value="600"/>
250160797195 Added histogram as output mode in configuration files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 599
diff changeset
414 <inputvalue name="height" type="Integer" value="400"/>
250160797195 Added histogram as output mode in configuration files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 599
diff changeset
415 <inputvalue name="bincount" type="Integer" value="7"/>
847
42c4cfc0d133 Changed the type of histogram parameter 'binwidth' from integer to double (issue231).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 751
diff changeset
416 <inputvalue name="binwidth" type="Double" value="7"/>
618
250160797195 Added histogram as output mode in configuration files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 599
diff changeset
417 </parameters>
633
7a136b99ad71 Adapted product configuration regarding the changes in rev704.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 620
diff changeset
418 <exportModes>
7a136b99ad71 Adapted product configuration regarding the changes in rev704.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 620
diff changeset
419 <export name="img" description="IMG-Export der Daten" mime-type="image/png" />
7a136b99ad71 Adapted product configuration regarding the changes in rev704.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 620
diff changeset
420 <export name="pdf" description="PDF-Export der Daten" mime-type="application/pdf" />
7a136b99ad71 Adapted product configuration regarding the changes in rev704.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 620
diff changeset
421 <export name="svg" description="SVG-Export der Daten" mime-type="image/svg+xml" />
7a136b99ad71 Adapted product configuration regarding the changes in rev704.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 620
diff changeset
422 </exportModes>
522
c896282c2601 Issue 156 solved. Added width, height and points as parameter to svg and pdf output mode. Width and height have an effact on the width and height of the export, points is a boolean property which enables/disables the drawing of data points.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 511
diff changeset
423 </outputsMode>
204
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
424 <outputsMode name="csv" description="CSV-Export der Daten" mime-type="text/plain"/>
227
454223658697 Added odv output format to products.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
425 <outputsMode name="odv" description="ODV-Export der Daten" mime-type="text/plain"/>
204
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
426 <outputsMode name="statistics" description="Statistik zu den Daten" mime-type="text/xml"/>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
427 </outputsModes>
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
428 </state>
1075
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
429
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
430 <state id="horizontalprofile_mesh_calculate_results_vector" description="horizontalprofile_mesh_calculate_results" state="de.intevation.gnv.state.profile.horizontal.HorizontalProfileMeshVectorOutputState">
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
431 <queryID>horizontalprofile_mesh_chart_data_vector</queryID>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
432 <queryID-odv>horizontalprofile_mesh_odv_data_vector</queryID-odv>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
433 <inputvalues>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
434 <inputvalue name="parameterid" type="Integer" multiselect="true" usedinquery="1"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
435 <inputvalue name="dateid" type="Date" multiselect="true" usedinquery="1"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
436 <inputvalue name="meshid" type="Integer" multiselect="false" usedinquery="2"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
437 <inputvalue name="depthid" type="Integer" multiselect="true" usedinquery="1"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
438 <inputvalue name="axisid" type="AttributeName" multiselect="false" usedinquery="2"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
439 <inputvalue name="mesh_point" type="Integer" multiselect="false" usedinquery="1"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
440 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
441 </inputvalues>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
442 <value-names>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
443 <value-name name="feature" value="mesh_point"></value-name>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
444 <value-name name="parameter" value="parameterid"></value-name>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
445 <value-name name="measurement" value="depthid"></value-name>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
446 </value-names>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
447 <outputsModes>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
448 <outputsMode name="chart" description="Chartrepresentation of the Values" mime-type="image/png">
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
449 <parameters>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
450 <inputvalue name="width" type="Integer" value="600"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
451 <inputvalue name="height" type="Integer" value="400"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
452 <inputvalue name="points" type="Boolean" value="false"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
453 </parameters>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
454 <exportModes>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
455 <export name="img" description="IMG-Export der Daten" mime-type="image/png" />
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
456 <export name="pdf" description="PDF-Export der Daten" mime-type="application/pdf" />
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
457 <export name="svg" description="SVG-Export der Daten" mime-type="image/svg+xml" />
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
458 </exportModes>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
459 </outputsMode>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
460 <outputsMode name="histogram" description="Histogram of the Values" mime-type="image/png">
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
461 <parameters>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
462 <inputvalue name="width" type="Integer" value="600"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
463 <inputvalue name="height" type="Integer" value="400"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
464 <inputvalue name="bincount" type="Integer" value="7"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
465 <inputvalue name="binwidth" type="Double" value="7"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
466 </parameters>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
467 <exportModes>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
468 <export name="img" description="IMG-Export der Daten" mime-type="image/png" />
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
469 <export name="pdf" description="PDF-Export der Daten" mime-type="application/pdf" />
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
470 <export name="svg" description="SVG-Export der Daten" mime-type="image/svg+xml" />
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
471 </exportModes>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
472 </outputsMode>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
473 <outputsMode name="csv" description="CSV-Export der Daten" mime-type="text/plain"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
474 <outputsMode name="odv" description="ODV-Export der Daten" mime-type="text/plain"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
475 <outputsMode name="statistics" description="Statistik zu den Daten" mime-type="text/xml"/>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
476 </outputsModes>
3cbb05c85541 Configuration of horizontal profiles using vector data on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
477 </state>
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
478 </states>
227
454223658697 Added odv output format to products.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
479 </artifact>

http://dive4elements.wald.intevation.org