annotate gnv-artifacts/doc/conf/products/timeseries/conf_mesh.xml @ 1084:81ac8d2f6cb7

Limited the parameterization of timeseries, horizontalprofiles and verticalprofiles so that just a single vector can be selected at the same time. gnv-artifacts/trunk@1186 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 09 Jun 2010 12:54:08 +0000
parents bf9e95141ce0
children
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="timeSeriesMesh">
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
3 <states>
737
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
4 <state id="timeseries_mesh_mapviewerswitch" description="timeseries_mesh_area_one" state="de.intevation.gnv.state.DefaultAutoResumeState">
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
5 <!-- Empty State which will be used to integrate the switch for a
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
6 standalone and an mapviewer based call. -->
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
7 <inputvalues>
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
8 <inputvalue name="sourceid" type="Integer" multiselect="false" usedinquery="0"/>
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
9 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
10 </inputvalues>
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
11 </state>
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
12
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
13 <transition transition="de.intevation.gnv.transition.PresettingsValueCompareTransition">
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
14 <from state="timeseries_mesh_mapviewerswitch"/>
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
15 <to state="timeseries_mesh_area"/>
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
16 <condition inputvalue="geometry" value="POLYGON" operator="notequal"/>
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
17 </transition>
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
18
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
19 <transition transition="de.intevation.gnv.transition.PresettingsValueCompareTransition">
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
20 <from state="timeseries_mesh_mapviewerswitch"/>
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
21 <to state="timeseries_mesh_with_wkt"/>
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
22 <condition inputvalue="geometry" value="POLYGON" operator="equal"/>
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
23 </transition>
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
24
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
25 <state id="timeseries_mesh_area" description="timeseries_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
26 <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
27 <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
28 <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
29 <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
30 <inputvalues>
05663e307495 Added the RegionFilters into the configuration of the Products for Meshes.
Tim Englich <tim.englich@intevation.de>
parents: 204
diff changeset
31 <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
32 <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
33 <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
34 </inputvalues>
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
35 </state>
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
36
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
37 <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
38 <from state="timeseries_mesh_area"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
39 <to state="timeseries_mesh_subarea"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
40 <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
41 </transition>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
42 <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
43 <from state="timeseries_mesh_area"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
44 <to state="timeseries_mesh_without_geom"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
45 <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
46 </transition>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
47
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
48 <state id="timeseries_mesh_subarea" description="timeseries_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
49 <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
50 <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
51 <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
52 <inputvalues>
05663e307495 Added the RegionFilters into the configuration of the Products for Meshes.
Tim Englich <tim.englich@intevation.de>
parents: 204
diff changeset
53 <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
54 <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
55 <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
56 <inputvalue name="subareaid" type="Integer" multiselect="false" usedinquery="1"/>
223
05663e307495 Added the RegionFilters into the configuration of the Products for Meshes.
Tim Englich <tim.englich@intevation.de>
parents: 204
diff changeset
57 </inputvalues>
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
58 </state>
325
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
59
337
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.DefaultTransition">
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
61 <from state="timeseries_mesh_subarea"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
62 <to state="timeseries_mesh"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
63 </transition>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
64
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
65 <state id="timeseries_mesh_without_geom" description="timeseries_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
66 <queryID>verticalprofile_mesh</queryID>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
67 <dataname>meshid</dataname>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
68 <data-multiselect>false</data-multiselect>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
69 <inputvalues>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
70 <inputvalue name="sourceid" type="Integer" multiselect="false" usedinquery="1"/>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
71 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
72 <inputvalue name="meshid" type="Integer" multiselect="false" usedinquery="0"/>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
73 </inputvalues>
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
74 </state>
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
75
748
5b9945798f86 Modified the Workflow for Verticalprofiles and Timeseries on Meshes in that case that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 737
diff changeset
76 <transition transition="de.intevation.gnv.transition.PresettingsValueCompareTransition">
5b9945798f86 Modified the Workflow for Verticalprofiles and Timeseries on Meshes in that case that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 737
diff changeset
77 <from state="timeseries_mesh_without_geom"/>
5b9945798f86 Modified the Workflow for Verticalprofiles and Timeseries on Meshes in that case that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 737
diff changeset
78 <to state="timeseries_mesh_coordinate"/>
5b9945798f86 Modified the Workflow for Verticalprofiles and Timeseries on Meshes in that case that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 737
diff changeset
79 <condition inputvalue="geometry" value="POINT" operator="notequal"/>
5b9945798f86 Modified the Workflow for Verticalprofiles and Timeseries on Meshes in that case that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 737
diff changeset
80 </transition>
5b9945798f86 Modified the Workflow for Verticalprofiles and Timeseries on Meshes in that case that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 737
diff changeset
81
5b9945798f86 Modified the Workflow for Verticalprofiles and Timeseries on Meshes in that case that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 737
diff changeset
82 <transition transition="de.intevation.gnv.transition.PresettingsValueCompareTransition">
5b9945798f86 Modified the Workflow for Verticalprofiles and Timeseries on Meshes in that case that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 737
diff changeset
83 <from state="timeseries_mesh_without_geom"/>
5b9945798f86 Modified the Workflow for Verticalprofiles and Timeseries on Meshes in that case that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 737
diff changeset
84 <to state="timeseries_meshpoint_presettings"/>
5b9945798f86 Modified the Workflow for Verticalprofiles and Timeseries on Meshes in that case that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 737
diff changeset
85 <condition inputvalue="geometry" value="POINT" operator="equal"/>
5b9945798f86 Modified the Workflow for Verticalprofiles and Timeseries on Meshes in that case that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 737
diff changeset
86 </transition>
5b9945798f86 Modified the Workflow for Verticalprofiles and Timeseries on Meshes in that case that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 737
diff changeset
87
737
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
88
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
89 <state id="timeseries_mesh_with_wkt" description="timeseries_mesh" state="de.intevation.gnv.state.PreSettingsTransferState">
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
90 <queryID>verticalprofile_mesh_with_wkt</queryID>
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
91 <dataname>meshid</dataname>
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
92 <data-multiselect>false</data-multiselect>
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
93 <presettings-transfer presetting="geometry" inputvalue="mesh_coordinate"/>
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
94 <inputvalues>
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
95 <inputvalue name="sourceid" type="Integer" multiselect="false" usedinquery="1"/>
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
96 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
97 <inputvalue name="mesh_coordinate" type="Geometry" multiselect="false" usedinquery="1"/>
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
98 <inputvalue name="meshid" type="Integer" multiselect="false" usedinquery="0"/>
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
99 </inputvalues>
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
100 </state>
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
101
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
102 <transition transition="de.intevation.gnv.transition.DefaultTransition">
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
103 <from state="timeseries_mesh_with_wkt"/>
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
104 <to state="timeseries_meshpoint_presettings"/>
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
105 </transition>
748
5b9945798f86 Modified the Workflow for Verticalprofiles and Timeseries on Meshes in that case that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 737
diff changeset
106
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
107 <state id="timeseries_mesh" description="timeseries_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
108 <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
109 <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
110 <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
111 <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
112 <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
113 <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
114 <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
115 <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
116 </inputvalues>
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
117 </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
118
613
f20b65c1ebf3 Modified first Configuration of a Product that it skip States if a geometry was inserted into the PreSettings.
Tim Englich <tim.englich@intevation.de>
parents: 599
diff changeset
119
f20b65c1ebf3 Modified first Configuration of a Product that it skip States if a geometry was inserted into the PreSettings.
Tim Englich <tim.englich@intevation.de>
parents: 599
diff changeset
120 <transition transition="de.intevation.gnv.transition.PresettingsValueCompareTransition">
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
121 <from state="timeseries_mesh"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
122 <to state="timeseries_mesh_coordinate"/>
613
f20b65c1ebf3 Modified first Configuration of a Product that it skip States if a geometry was inserted into the PreSettings.
Tim Englich <tim.englich@intevation.de>
parents: 599
diff changeset
123 <condition inputvalue="geometry" value="POINT" operator="notequal"/>
f20b65c1ebf3 Modified first Configuration of a Product that it skip States if a geometry was inserted into the PreSettings.
Tim Englich <tim.englich@intevation.de>
parents: 599
diff changeset
124 </transition>
f20b65c1ebf3 Modified first Configuration of a Product that it skip States if a geometry was inserted into the PreSettings.
Tim Englich <tim.englich@intevation.de>
parents: 599
diff changeset
125
f20b65c1ebf3 Modified first Configuration of a Product that it skip States if a geometry was inserted into the PreSettings.
Tim Englich <tim.englich@intevation.de>
parents: 599
diff changeset
126 <transition transition="de.intevation.gnv.transition.PresettingsValueCompareTransition">
f20b65c1ebf3 Modified first Configuration of a Product that it skip States if a geometry was inserted into the PreSettings.
Tim Englich <tim.englich@intevation.de>
parents: 599
diff changeset
127 <from state="timeseries_mesh"/>
f20b65c1ebf3 Modified first Configuration of a Product that it skip States if a geometry was inserted into the PreSettings.
Tim Englich <tim.englich@intevation.de>
parents: 599
diff changeset
128 <to state="timeseries_meshpoint_presettings"/>
f20b65c1ebf3 Modified first Configuration of a Product that it skip States if a geometry was inserted into the PreSettings.
Tim Englich <tim.englich@intevation.de>
parents: 599
diff changeset
129 <condition inputvalue="geometry" value="POINT" operator="equal"/>
f20b65c1ebf3 Modified first Configuration of a Product that it skip States if a geometry was inserted into the PreSettings.
Tim Englich <tim.englich@intevation.de>
parents: 599
diff changeset
130 </transition>
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
131
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
132 <state id="timeseries_mesh_coordinate" description="timeseries_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
133 <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
134 <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
135 <inputvalues>
325
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
136 <inputvalue name="meshid" type="Integer" multiselect="false" usedinquery="0"/>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
137 <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
138 <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
139 </inputvalues>
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
140 </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
141
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
142 <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
143 <from state="timeseries_mesh_coordinate"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
144 <to state="timeseries_meshpoint"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
145 </transition>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
146
748
5b9945798f86 Modified the Workflow for Verticalprofiles and Timeseries on Meshes in that case that the Inputvalues of the Mapviewer-Interface take affect.
Tim Englich <tim.englich@intevation.de>
parents: 737
diff changeset
147 <state id="timeseries_meshpoint_presettings" description="timeseries_meshpoint" state="de.intevation.gnv.state.PreSettingsTransferCoordinateSelectionState">
613
f20b65c1ebf3 Modified first Configuration of a Product that it skip States if a geometry was inserted into the PreSettings.
Tim Englich <tim.englich@intevation.de>
parents: 599
diff changeset
148 <queryID>timeseries_meshpoint</queryID>
f20b65c1ebf3 Modified first Configuration of a Product that it skip States if a geometry was inserted into the PreSettings.
Tim Englich <tim.englich@intevation.de>
parents: 599
diff changeset
149 <dataname>mesh_point</dataname>
f20b65c1ebf3 Modified first Configuration of a Product that it skip States if a geometry was inserted into the PreSettings.
Tim Englich <tim.englich@intevation.de>
parents: 599
diff changeset
150 <data-multiselect>false</data-multiselect>
f20b65c1ebf3 Modified first Configuration of a Product that it skip States if a geometry was inserted into the PreSettings.
Tim Englich <tim.englich@intevation.de>
parents: 599
diff changeset
151 <presettings-transfer presetting="geometry" inputvalue="mesh_coordinate"/>
f20b65c1ebf3 Modified first Configuration of a Product that it skip States if a geometry was inserted into the PreSettings.
Tim Englich <tim.englich@intevation.de>
parents: 599
diff changeset
152 <inputvalues>
f20b65c1ebf3 Modified first Configuration of a Product that it skip States if a geometry was inserted into the PreSettings.
Tim Englich <tim.englich@intevation.de>
parents: 599
diff changeset
153 <inputvalue name="meshid" type="Integer" multiselect="false"/>
737
3f8f71e88587 Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
154 <inputvalue name="mesh_coordinate" type="Geometry" multiselect="false" usedinquery="1"/>
613
f20b65c1ebf3 Modified first Configuration of a Product that it skip States if a geometry was inserted into the PreSettings.
Tim Englich <tim.englich@intevation.de>
parents: 599
diff changeset
155 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
f20b65c1ebf3 Modified first Configuration of a Product that it skip States if a geometry was inserted into the PreSettings.
Tim Englich <tim.englich@intevation.de>
parents: 599
diff changeset
156 <inputvalue name="mesh_point" type="Integer" multiselect="false" usedinquery="0"/>
f20b65c1ebf3 Modified first Configuration of a Product that it skip States if a geometry was inserted into the PreSettings.
Tim Englich <tim.englich@intevation.de>
parents: 599
diff changeset
157 </inputvalues>
865
06264920e8d1 ISSUE262: Added missing Namespacedeclarations
Tim Englich <tim.englich@intevation.de>
parents: 847
diff changeset
158 <mesh-width xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="${artifacts.config.dir}/meshwidth.xml"/>
613
f20b65c1ebf3 Modified first Configuration of a Product that it skip States if a geometry was inserted into the PreSettings.
Tim Englich <tim.englich@intevation.de>
parents: 599
diff changeset
159 </state>
f20b65c1ebf3 Modified first Configuration of a Product that it skip States if a geometry was inserted into the PreSettings.
Tim Englich <tim.englich@intevation.de>
parents: 599
diff changeset
160
f20b65c1ebf3 Modified first Configuration of a Product that it skip States if a geometry was inserted into the PreSettings.
Tim Englich <tim.englich@intevation.de>
parents: 599
diff changeset
161 <transition transition="de.intevation.gnv.transition.DefaultTransition">
f20b65c1ebf3 Modified first Configuration of a Product that it skip States if a geometry was inserted into the PreSettings.
Tim Englich <tim.englich@intevation.de>
parents: 599
diff changeset
162 <from state="timeseries_meshpoint_presettings"/>
f20b65c1ebf3 Modified first Configuration of a Product that it skip States if a geometry was inserted into the PreSettings.
Tim Englich <tim.englich@intevation.de>
parents: 599
diff changeset
163 <to state="timeseries_meshpoint_depth"/>
f20b65c1ebf3 Modified first Configuration of a Product that it skip States if a geometry was inserted into the PreSettings.
Tim Englich <tim.englich@intevation.de>
parents: 599
diff changeset
164 </transition>
f20b65c1ebf3 Modified first Configuration of a Product that it skip States if a geometry was inserted into the PreSettings.
Tim Englich <tim.englich@intevation.de>
parents: 599
diff changeset
165
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
166 <state id="timeseries_meshpoint" description="timeseries_meshpoint" 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
167 <queryID>timeseries_meshpoint</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
168 <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
169 <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
170 <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
171 <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
172 <inputvalue name="mesh_coordinate" type="Coordinate" 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
173 <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
174 <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
175 </inputvalues>
865
06264920e8d1 ISSUE262: Added missing Namespacedeclarations
Tim Englich <tim.englich@intevation.de>
parents: 847
diff changeset
176 <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
177 </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
178
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
179 <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
180 <from state="timeseries_meshpoint"/>
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: 1066
diff changeset
181 <to state="timeseries_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
182 </transition>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
183
1066
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
184
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
185 <state id="timeseries_meshpoint_vector_scalar" description="timeseries_meshpoint_vector_scalar" state="de.intevation.gnv.state.SwitchModeState">
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
186 <dataname>vectorscalar</dataname>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
187 <data-multiselect>false</data-multiselect>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
188 <inputvalues>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
189 <inputvalue name="meshid" type="Integer" multiselect="false" usedinquery="1"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
190 <inputvalue name="depthid" type="Integer" multiselect="false" usedinquery="0"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
191 <inputvalue name="mesh_point" type="Integer" multiselect="false" usedinquery="0"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
192 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
193 <inputvalue name="parameterid" type="Integer" multiselect="false" usedinquery="0"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
194 <inputvalue name="vectorscalar" type="String" multiselect="false" usedinquery="0"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
195 </inputvalues>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
196 </state>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
197
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
198 <transition transition="de.intevation.gnv.transition.ValueCompareTransition">
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
199 <from state="timeseries_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
200 <to state="timeseries_meshpoint_parameter"/>
1066
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
201 <condition inputvalue="vectorscalar" value="scalar" operator="equal"/>
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
202 </transition>
1066
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
203
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
204 <transition transition="de.intevation.gnv.transition.ValueCompareTransition">
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
205 <from state="timeseries_meshpoint_vector_scalar"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
206 <to state="timeseries_meshpoint_parameter_vector"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
207 <condition inputvalue="vectorscalar" value="vector" operator="equal"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
208 </transition>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
209
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
210 <state id="timeseries_meshpoint_parameter" description="timeseries_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
211 <queryID>timeseries_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
212 <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: 522
diff changeset
213 <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
214 <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
215 <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
216 <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
217 <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
218 <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
219 <inputvalue name="parameterid" 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
220 </inputvalues>
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
221 </state>
1066
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
222
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
223 <state id="timeseries_meshpoint_parameter_vector" description="timeseries_meshpoint_parameter" state="de.intevation.gnv.state.DefaultState">
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
224 <queryID>timeseries_mesh_parameter_vector</queryID>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
225 <dataname>parameterid</dataname>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
226 <presettings-name>parameter</presettings-name>
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: 1066
diff changeset
227 <data-multiselect>false</data-multiselect>
1066
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
228 <inputvalues>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
229 <inputvalue name="meshid" type="Integer" multiselect="false" usedinquery="1"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
230 <inputvalue name="mesh_point" type="Integer" multiselect="false" usedinquery="0"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
231 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
232 <inputvalue name="parameterid" type="Integer" multiselect="false" usedinquery="0"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
233 </inputvalues>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
234 </state>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
235
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
236 <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
237 <from state="timeseries_meshpoint_parameter"/>
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: 1066
diff changeset
238 <to state="timeseries_meshpoint_depth"/>
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
239 </transition>
1066
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
240
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
241 <transition transition="de.intevation.gnv.transition.DefaultTransition">
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
242 <from state="timeseries_meshpoint_parameter_vector"/>
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: 1066
diff changeset
243 <to state="timeseries_meshpoint_depth_vector"/>
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: 1066
diff changeset
244 </transition>
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: 1066
diff changeset
245
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: 1066
diff changeset
246 <state id="timeseries_meshpoint_depth" description="timeseries_meshpoint_depth" state="de.intevation.gnv.state.DefaultState">
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: 1066
diff changeset
247 <queryID>timeseries_meshpoint_depth</queryID>
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: 1066
diff changeset
248 <dataname>depthid</dataname>
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: 1066
diff changeset
249 <data-multiselect>true</data-multiselect>
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: 1066
diff changeset
250 <inputvalues>
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: 1066
diff changeset
251 <inputvalue name="meshid" type="Integer" multiselect="false"/>
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: 1066
diff changeset
252 <inputvalue name="mesh_point" type="Integer" multiselect="false" usedinquery="2"/>
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: 1066
diff changeset
253 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
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: 1066
diff changeset
254 <inputvalue name="depthid" type="Integer" multiselect="false" usedinquery="0"/>
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: 1066
diff changeset
255 <inputvalue name="parameterid" type="Integer" multiselect="false" usedinquery="0"/>
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: 1066
diff changeset
256 </inputvalues>
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: 1066
diff changeset
257 </state>
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: 1066
diff changeset
258
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: 1066
diff changeset
259 <state id="timeseries_meshpoint_depth_vector" description="timeseries_meshpoint_depth" state="de.intevation.gnv.state.DefaultState">
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: 1066
diff changeset
260 <queryID>timeseries_meshpoint_depth</queryID>
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: 1066
diff changeset
261 <dataname>depthid</dataname>
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: 1066
diff changeset
262 <data-multiselect>false</data-multiselect>
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: 1066
diff changeset
263 <inputvalues>
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: 1066
diff changeset
264 <inputvalue name="meshid" type="Integer" multiselect="false"/>
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: 1066
diff changeset
265 <inputvalue name="mesh_point" type="Integer" multiselect="false" usedinquery="2"/>
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: 1066
diff changeset
266 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
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: 1066
diff changeset
267 <inputvalue name="depthid" type="Integer" multiselect="false" usedinquery="0"/>
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: 1066
diff changeset
268 <inputvalue name="parameterid" type="Integer" multiselect="false" usedinquery="0"/>
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: 1066
diff changeset
269 </inputvalues>
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: 1066
diff changeset
270 </state>
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: 1066
diff changeset
271
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: 1066
diff changeset
272 <transition transition="de.intevation.gnv.transition.DefaultTransition">
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: 1066
diff changeset
273 <from state="timeseries_meshpoint_depth"/>
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: 1066
diff changeset
274 <to state="timeseries_meshpoint_interval"/>
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: 1066
diff changeset
275 </transition>
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: 1066
diff changeset
276
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: 1066
diff changeset
277 <transition transition="de.intevation.gnv.transition.DefaultTransition">
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: 1066
diff changeset
278 <from state="timeseries_meshpoint_depth_vector"/>
1066
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
279 <to state="timeseries_meshpoint_interval_vector"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
280 </transition>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
281
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
282 <state id="timeseries_meshpoint_interval" description="timeseries_interval" state="de.intevation.gnv.state.MinMaxState">
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
283 <queryID>timeseries_mesh_interval</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
284 <dataname>timeinterval</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
285 <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
286 <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
287 <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
288 <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
289 <inputvalue name="depthid" 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
290 <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
291 <inputvalue name="parameterid" type="Integer" multiselect="true" usedinquery="1"/>
325
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
292 <inputvalue name="minvalue" type="Date" multiselect="false" usedinquery="0"/>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
293 <inputvalue name="maxvalue" type="Date" 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
294 </inputvalues>
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
295 </state>
1066
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
296
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
297 <state id="timeseries_meshpoint_interval_vector" description="timeseries_interval" state="de.intevation.gnv.state.MinMaxState">
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
298 <queryID>timeseries_mesh_interval_vector</queryID>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
299 <dataname>timeinterval</dataname>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
300 <data-multiselect>false</data-multiselect>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
301 <inputvalues>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
302 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
303 <inputvalue name="meshid" type="Integer" multiselect="false" usedinquery="1"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
304 <inputvalue name="depthid" type="Integer" multiselect="false" usedinquery="0"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
305 <inputvalue name="mesh_point" type="Integer" multiselect="false" usedinquery="0"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
306 <inputvalue name="parameterid" type="Integer" multiselect="true" usedinquery="1"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
307 <inputvalue name="minvalue" type="Date" multiselect="false" usedinquery="0"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
308 <inputvalue name="maxvalue" type="Date" multiselect="false" usedinquery="0"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
309 </inputvalues>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
310 </state>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
311
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
312 <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
313 <from state="timeseries_meshpoint_interval"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
314 <to state="timeseries_meshpoint_calculate_results"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
315 </transition>
1066
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
316
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
317 <transition transition="de.intevation.gnv.transition.DefaultTransition">
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
318 <from state="timeseries_meshpoint_interval_vector"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
319 <to state="timeseries_meshpoint_calculate_results_vector"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
320 </transition>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
321
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
322 <state id="timeseries_meshpoint_calculate_results" description="timeseries_interval" state="de.intevation.gnv.state.timeseries.TimeSeriesOutputState">
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
323 <queryID>timeseries_mesh_chart_data</queryID>
240
76897b73db4e Added ODV-Export-Support to TimeSeries Mesh
Tim Englich <tim.englich@intevation.de>
parents: 227
diff changeset
324 <queryID-odv>timeseries_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
325 <inputvalues>
306
e7f1c79bf9cd Bugfix for issue91, wrong depth will be drawn in TimeseriesCharts in Meshes
Tim Englich <tim.englich@intevation.de>
parents: 249
diff changeset
326 <inputvalue name="meshid" type="Integer" multiselect="false" usedinquery="1"/>
e7f1c79bf9cd Bugfix for issue91, wrong depth will be drawn in TimeseriesCharts in Meshes
Tim Englich <tim.englich@intevation.de>
parents: 249
diff changeset
327 <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
328 <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
329 <inputvalue name="depthid" 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
330 <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
331 <inputvalue name="minvalue" type="Date" 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
332 <inputvalue name="maxvalue" type="Date" 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
333 </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
334 <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
335 <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
336 <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
337 <value-name name="measurement" value="depthid"></value-name>
812
41a7c49b5cb4 ISSUE 215 msg1170: Integrated additional Column into the ODV-Export to identify TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 748
diff changeset
338 <value-name name="timeinterval" value="timeinterval"></value-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
339 </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
340 <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
341 <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
342 <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
343 <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
344 <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
345 <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
346 </parameters>
626
61f688a69a55 Split up export modes from output modes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 620
diff changeset
347 <exportModes>
633
7a136b99ad71 Adapted product configuration regarding the changes in rev704.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 626
diff changeset
348 <export name="img" description="IMG-Export der Daten" mime-type="image/png" />
626
61f688a69a55 Split up export modes from output modes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 620
diff changeset
349 <export name="pdf" description="PDF-Export der Daten" mime-type="application/pdf" />
633
7a136b99ad71 Adapted product configuration regarding the changes in rev704.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 626
diff changeset
350 <export name="svg" description="SVG-Export der Daten" mime-type="image/svg+xml" />
626
61f688a69a55 Split up export modes from output modes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 620
diff changeset
351 </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
352 </outputsMode>
618
250160797195 Added histogram as output mode in configuration files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 613
diff changeset
353 <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: 613
diff changeset
354 <parameters>
250160797195 Added histogram as output mode in configuration files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 613
diff changeset
355 <inputvalue name="width" type="Integer" value="600"/>
250160797195 Added histogram as output mode in configuration files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 613
diff changeset
356 <inputvalue name="height" type="Integer" value="400"/>
250160797195 Added histogram as output mode in configuration files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 613
diff changeset
357 <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: 812
diff changeset
358 <inputvalue name="binwidth" type="Double" value="7"/>
618
250160797195 Added histogram as output mode in configuration files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 613
diff changeset
359 </parameters>
633
7a136b99ad71 Adapted product configuration regarding the changes in rev704.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 626
diff changeset
360 <exportModes>
7a136b99ad71 Adapted product configuration regarding the changes in rev704.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 626
diff changeset
361 <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: 626
diff changeset
362 <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: 626
diff changeset
363 <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: 626
diff changeset
364 </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
365 </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
366 <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
367 <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
368 <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
369 </outputsModes>
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
370 </state>
1066
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
371
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
372 <state id="timeseries_meshpoint_calculate_results_vector" description="timeseries_interval" state="de.intevation.gnv.state.timeseries.TimeSeriesVectorOutputState">
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
373 <queryID>timeseries_mesh_chart_data_vector</queryID>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
374 <queryID-odv>timeseries_mesh_odv_data_vector</queryID-odv>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
375 <inputvalues>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
376 <inputvalue name="meshid" type="Integer" multiselect="false" usedinquery="1"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
377 <inputvalue name="mesh_point" type="Integer" multiselect="false" usedinquery="0"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
378 <inputvalue name="parameterid" type="Integer" multiselect="true" usedinquery="1"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
379 <inputvalue name="depthid" type="Integer" multiselect="false" usedinquery="1"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
380 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
381 <inputvalue name="minvalue" type="Date" multiselect="false" usedinquery="1"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
382 <inputvalue name="maxvalue" type="Date" multiselect="false" usedinquery="1"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
383 </inputvalues>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
384 <value-names>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
385 <value-name name="feature" value="mesh_point"></value-name>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
386 <value-name name="parameter" value="parameterid"></value-name>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
387 <value-name name="measurement" value="depthid"></value-name>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
388 <value-name name="timeinterval" value="timeinterval"></value-name>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
389 </value-names>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
390 <outputsModes>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
391 <outputsMode name="chart" description="Chartrepresentation of the Values" mime-type="image/png">
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
392 <parameters>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
393 <inputvalue name="width" type="Integer" value="600"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
394 <inputvalue name="height" type="Integer" value="400"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
395 <inputvalue name="points" type="Boolean" value="false"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
396 </parameters>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
397 <exportModes>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
398 <export name="img" description="IMG-Export der Daten" mime-type="image/png" />
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
399 <export name="pdf" description="PDF-Export der Daten" mime-type="application/pdf" />
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
400 <export name="svg" description="SVG-Export der Daten" mime-type="image/svg+xml" />
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
401 </exportModes>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
402 </outputsMode>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
403 <outputsMode name="histogram" description="Histogram of the Values" mime-type="image/png">
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
404 <parameters>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
405 <inputvalue name="width" type="Integer" value="600"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
406 <inputvalue name="height" type="Integer" value="400"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
407 <inputvalue name="bincount" type="Integer" value="7"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
408 <inputvalue name="binwidth" type="Double" value="7"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
409 </parameters>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
410 <exportModes>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
411 <export name="img" description="IMG-Export der Daten" mime-type="image/png" />
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
412 <export name="pdf" description="PDF-Export der Daten" mime-type="application/pdf" />
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
413 <export name="svg" description="SVG-Export der Daten" mime-type="image/svg+xml" />
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
414 </exportModes>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
415 </outputsMode>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
416 <outputsMode name="csv" description="CSV-Export der Daten" mime-type="text/plain"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
417 <outputsMode name="odv" description="ODV-Export der Daten" mime-type="text/plain"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
418 <outputsMode name="statistics" description="Statistik zu den Daten" mime-type="text/xml"/>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
419 </outputsModes>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
420 </state>
bf9e95141ce0 Added vector support for timeseries points on meshes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
421
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
422 </states>
227
454223658697 Added odv output format to products.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
423 </artifact>

http://dive4elements.wald.intevation.org