annotate gnv-artifacts/doc/conf/products/verticalprofile/conf_timeseriespoint.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 902bcd837995
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="verticalProfile">
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
3 <states>
739
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
4 <state id="verticalprofile_mapviewerswitch" description="verticalprofile_mesh_area_one" state="de.intevation.gnv.state.DefaultAutoResumeState">
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
5 <!-- Empty State which will be used to integrate the switch for a
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
6 standalone and an mapviewer based call. -->
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
7 <inputvalues>
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
8 <inputvalue name="sourceid" type="Integer" multiselect="false" usedinquery="0"/>
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
9 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
10 </inputvalues>
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
11 </state>
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
12
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
13 <transition transition="de.intevation.gnv.transition.PresettingsValueCompareTransition">
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
14 <from state="verticalprofile_mapviewerswitch"/>
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
15 <to state="verticalprofile_area"/>
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
16 <condition inputvalue="geometry" value="POLYGON" operator="notequal"/>
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
17 </transition>
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
18
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
19 <transition transition="de.intevation.gnv.transition.PresettingsValueCompareTransition">
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
20 <from state="verticalprofile_mapviewerswitch"/>
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
21 <to state="verticalprofile_with_wkt"/>
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
22 <condition inputvalue="geometry" value="POLYGON" operator="equal"/>
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
23 </transition>
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
24
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
25 <state id="verticalprofile_with_wkt" description="verticalprofile_timeseriespoint" state="de.intevation.gnv.state.PreSettingsTransferState">
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
26 <queryID>timeseries_timeseriespoint_with_wkt</queryID>
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
27 <dataname>featureid</dataname>
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
28 <data-multiselect>false</data-multiselect>
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
29 <presettings-transfer presetting="geometry" inputvalue="wktid"/>
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
30 <inputvalues>
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
31 <inputvalue name="sourceid" type="Integer" multiselect="false" usedinquery="1"/>
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
32 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
33 <inputvalue name="wktid" type="Geometry" multiselect="false" usedinquery="1"/>
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
34 <inputvalue name="featureid" type="Integer" multiselect="false" usedinquery="0"/>
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
35 </inputvalues>
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
36 </state>
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
37
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
38 <transition transition="de.intevation.gnv.transition.DefaultTransition">
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
39 <from state="verticalprofile_with_wkt"/>
1073
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
40 <to state="verticalprofile_vector_scalar"/>
739
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
41 </transition>
a40a6de70459 Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 640
diff changeset
42
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
43 <state id="verticalprofile_area" description="verticalprofile_area_one" state="de.intevation.gnv.state.DefaultState">
224
2b7a40b5b535 Added the RegionFilters into the configuration of the Products for TimeSeriesPoints.
Tim Englich <tim.englich@intevation.de>
parents: 211
diff changeset
44 <queryID>area_filter</queryID>
2b7a40b5b535 Added the RegionFilters into the configuration of the Products for TimeSeriesPoints.
Tim Englich <tim.englich@intevation.de>
parents: 211
diff changeset
45 <dataname>areaid</dataname>
2b7a40b5b535 Added the RegionFilters into the configuration of the Products for TimeSeriesPoints.
Tim Englich <tim.englich@intevation.de>
parents: 211
diff changeset
46 <data-multiselect>false</data-multiselect>
2b7a40b5b535 Added the RegionFilters into the configuration of the Products for TimeSeriesPoints.
Tim Englich <tim.englich@intevation.de>
parents: 211
diff changeset
47 <data-noselect>true</data-noselect>
2b7a40b5b535 Added the RegionFilters into the configuration of the Products for TimeSeriesPoints.
Tim Englich <tim.englich@intevation.de>
parents: 211
diff changeset
48 <inputvalues>
2b7a40b5b535 Added the RegionFilters into the configuration of the Products for TimeSeriesPoints.
Tim Englich <tim.englich@intevation.de>
parents: 211
diff changeset
49 <inputvalue name="sourceid" type="Integer" multiselect="false" usedinquery="0"/>
2b7a40b5b535 Added the RegionFilters into the configuration of the Products for TimeSeriesPoints.
Tim Englich <tim.englich@intevation.de>
parents: 211
diff changeset
50 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
325
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
51 <inputvalue name="areaid" type="Integer" multiselect="false" usedinquery="0"/>
224
2b7a40b5b535 Added the RegionFilters into the configuration of the Products for TimeSeriesPoints.
Tim Englich <tim.englich@intevation.de>
parents: 211
diff changeset
52 </inputvalues>
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
53 </state>
325
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
54
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
55 <transition transition="de.intevation.gnv.transition.ValueCompareTransition">
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
56 <from state="verticalprofile_area"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
57 <to state="verticalprofile_subarea"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
58 <condition inputvalue="areaid" value="n/n" operator="notequal"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
59 </transition>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
60 <transition transition="de.intevation.gnv.transition.ValueCompareTransition">
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
61 <from state="verticalprofile_area"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
62 <to state="verticalprofile_without_geom"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
63 <condition inputvalue="areaid" value="n/n" operator="equal"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
64 </transition>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
65
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
66 <state id="verticalprofile_subarea" description="verticalprofile_subaera" state="de.intevation.gnv.state.DefaultState">
224
2b7a40b5b535 Added the RegionFilters into the configuration of the Products for TimeSeriesPoints.
Tim Englich <tim.englich@intevation.de>
parents: 211
diff changeset
67 <queryID>subarea_filter</queryID>
2b7a40b5b535 Added the RegionFilters into the configuration of the Products for TimeSeriesPoints.
Tim Englich <tim.englich@intevation.de>
parents: 211
diff changeset
68 <dataname>subareaid</dataname>
2b7a40b5b535 Added the RegionFilters into the configuration of the Products for TimeSeriesPoints.
Tim Englich <tim.englich@intevation.de>
parents: 211
diff changeset
69 <data-multiselect>false</data-multiselect>
2b7a40b5b535 Added the RegionFilters into the configuration of the Products for TimeSeriesPoints.
Tim Englich <tim.englich@intevation.de>
parents: 211
diff changeset
70 <inputvalues>
2b7a40b5b535 Added the RegionFilters into the configuration of the Products for TimeSeriesPoints.
Tim Englich <tim.englich@intevation.de>
parents: 211
diff changeset
71 <inputvalue name="sourceid" type="Integer" multiselect="false" usedinquery="0"/>
2b7a40b5b535 Added the RegionFilters into the configuration of the Products for TimeSeriesPoints.
Tim Englich <tim.englich@intevation.de>
parents: 211
diff changeset
72 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
2b7a40b5b535 Added the RegionFilters into the configuration of the Products for TimeSeriesPoints.
Tim Englich <tim.englich@intevation.de>
parents: 211
diff changeset
73 <inputvalue name="areaid" type="Integer" multiselect="false" usedinquery="1"/>
325
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
74 <inputvalue name="subareaid" type="Integer" multiselect="false" usedinquery="0"/>
224
2b7a40b5b535 Added the RegionFilters into the configuration of the Products for TimeSeriesPoints.
Tim Englich <tim.englich@intevation.de>
parents: 211
diff changeset
75 </inputvalues>
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
76 </state>
325
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
77
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
78 <transition transition="de.intevation.gnv.transition.DefaultTransition">
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
79 <from state="verticalprofile_subarea"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
80 <to state="verticalprofile_timeseriespoint"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
81 </transition>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
82
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
83 <state id="verticalprofile_without_geom" description="verticalprofile_without_geom" state="de.intevation.gnv.state.DefaultState">
325
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
84 <queryID>verticalprofile_point</queryID>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
85 <dataname>featureid</dataname>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
86 <data-multiselect>false</data-multiselect>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
87 <inputvalues>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
88 <inputvalue name="sourceid" type="Integer" multiselect="false" usedinquery="1"/>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
89 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
90 <inputvalue name="featureid" type="Integer" multiselect="false" usedinquery="0"/>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
91 </inputvalues>
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
92 </state>
325
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
93
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
94 <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
95 <from state="verticalprofile_without_geom"/>
1073
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
96 <to state="verticalprofile_vector_scalar"/>
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
97 </transition>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
98
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
99 <state id="verticalprofile_timeseriespoint" description="timeseries_timeseriespoint" state="de.intevation.gnv.state.DefaultState">
224
2b7a40b5b535 Added the RegionFilters into the configuration of the Products for TimeSeriesPoints.
Tim Englich <tim.englich@intevation.de>
parents: 211
diff changeset
100 <queryID>timeseries_timeseriespoint_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
101 <dataname>featureid</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
102 <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
103 <inputvalues>
325
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
104 <inputvalue name="sourceid" type="Integer" multiselect="false" usedinquery="1"/>
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
105 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
224
2b7a40b5b535 Added the RegionFilters into the configuration of the Products for TimeSeriesPoints.
Tim Englich <tim.englich@intevation.de>
parents: 211
diff changeset
106 <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
107 <inputvalue name="featureid" 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
108 </inputvalues>
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
109 </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
110
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
111 <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
112 <from state="verticalprofile_timeseriespoint"/>
1073
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
113 <to state="verticalprofile_vector_scalar"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
114 </transition>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
115
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
116 <state id="verticalprofile_vector_scalar" description="timeseries_vector_scalar" state="de.intevation.gnv.state.SwitchModeState">
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
117 <dataname>vectorscalar</dataname>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
118 <data-multiselect>false</data-multiselect>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
119 <inputvalues>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
120 <inputvalue name="featureid" type="Integer" multiselect="false" usedinquery="1"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
121 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
122 <inputvalue name="vectorscalar" type="String" multiselect="false" usedinquery="0"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
123 </inputvalues>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
124 </state>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
125
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
126 <transition transition="de.intevation.gnv.transition.ValueCompareTransition">
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
127 <from state="verticalprofile_vector_scalar"/>
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
128 <to state="verticalprofile_parameter"/>
1073
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
129 <condition inputvalue="vectorscalar" value="scalar" operator="equal"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
130 </transition>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
131
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
132 <transition transition="de.intevation.gnv.transition.ValueCompareTransition">
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
133 <from state="verticalprofile_vector_scalar"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
134 <to state="verticalprofile_parameter_vector"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
135 <condition inputvalue="vectorscalar" value="vector" operator="equal"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
136 </transition>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
137
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
138 <state id="verticalprofile_parameter" description="timeseries_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
139 <queryID>verticalprofile_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
140 <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
141 <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
142 <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
143 <inputvalues>
325
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
144 <inputvalue name="featureid" type="Integer" multiselect="false" usedinquery="1"/>
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
145 <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
146 <inputvalue name="parameterid" type="Integer" multiselect="true" usedinquery="0"/>
204
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
147 </inputvalues>
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
148 </state>
1073
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
149
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
150 <state id="verticalprofile_parameter_vector" description="timeseries_parameter" state="de.intevation.gnv.state.DefaultState">
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
151 <queryID>verticalprofile_parameter_vector</queryID>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
152 <dataname>parameterid</dataname>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
153 <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: 1073
diff changeset
154 <data-multiselect>false</data-multiselect>
1073
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
155 <inputvalues>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
156 <inputvalue name="featureid" type="Integer" multiselect="false" usedinquery="1"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
157 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
1084
81ac8d2f6cb7 Limited the parameterization of timeseries, horizontalprofiles and verticalprofiles so that just a single vector can be selected at the same time.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1073
diff changeset
158 <inputvalue name="parameterid" type="Integer" multiselect="false" usedinquery="0"/>
1073
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
159 </inputvalues>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
160 </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
161
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
162 <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
163 <from state="verticalprofile_parameter"/>
469
62fc63d0f71d Added a new State in Product Verticalprofile in Timeseriespoints.
Tim Englich <tim.englich@intevation.de>
parents: 337
diff changeset
164 <to state="verticalprofile_year"/>
62fc63d0f71d Added a new State in Product Verticalprofile in Timeseriespoints.
Tim Englich <tim.englich@intevation.de>
parents: 337
diff changeset
165 </transition>
62fc63d0f71d Added a new State in Product Verticalprofile in Timeseriespoints.
Tim Englich <tim.englich@intevation.de>
parents: 337
diff changeset
166
1073
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
167 <transition transition="de.intevation.gnv.transition.DefaultTransition">
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
168 <from state="verticalprofile_parameter_vector"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
169 <to state="verticalprofile_year_vector"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
170 </transition>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
171
469
62fc63d0f71d Added a new State in Product Verticalprofile in Timeseriespoints.
Tim Englich <tim.englich@intevation.de>
parents: 337
diff changeset
172 <state id="verticalprofile_year" description="verticalprofile_year" state="de.intevation.gnv.state.DefaultState">
62fc63d0f71d Added a new State in Product Verticalprofile in Timeseriespoints.
Tim Englich <tim.englich@intevation.de>
parents: 337
diff changeset
173 <queryID>verticalprofile_year</queryID>
62fc63d0f71d Added a new State in Product Verticalprofile in Timeseriespoints.
Tim Englich <tim.englich@intevation.de>
parents: 337
diff changeset
174 <dataname>yearid</dataname>
62fc63d0f71d Added a new State in Product Verticalprofile in Timeseriespoints.
Tim Englich <tim.englich@intevation.de>
parents: 337
diff changeset
175 <data-multiselect>true</data-multiselect>
62fc63d0f71d Added a new State in Product Verticalprofile in Timeseriespoints.
Tim Englich <tim.englich@intevation.de>
parents: 337
diff changeset
176 <inputvalues>
62fc63d0f71d Added a new State in Product Verticalprofile in Timeseriespoints.
Tim Englich <tim.englich@intevation.de>
parents: 337
diff changeset
177 <inputvalue name="featureid" type="Integer" multiselect="false" usedinquery="1"/>
62fc63d0f71d Added a new State in Product Verticalprofile in Timeseriespoints.
Tim Englich <tim.englich@intevation.de>
parents: 337
diff changeset
178 <inputvalue name="parameterid" type="Integer" multiselect="true" usedinquery="1"/>
62fc63d0f71d Added a new State in Product Verticalprofile in Timeseriespoints.
Tim Englich <tim.englich@intevation.de>
parents: 337
diff changeset
179 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
62fc63d0f71d Added a new State in Product Verticalprofile in Timeseriespoints.
Tim Englich <tim.englich@intevation.de>
parents: 337
diff changeset
180 <inputvalue name="yearid" type="String" multiselect="true" usedinquery="0"/>
62fc63d0f71d Added a new State in Product Verticalprofile in Timeseriespoints.
Tim Englich <tim.englich@intevation.de>
parents: 337
diff changeset
181 </inputvalues>
62fc63d0f71d Added a new State in Product Verticalprofile in Timeseriespoints.
Tim Englich <tim.englich@intevation.de>
parents: 337
diff changeset
182 </state>
1073
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
183
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
184 <state id="verticalprofile_year_vector" description="verticalprofile_year" state="de.intevation.gnv.state.DefaultState">
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
185 <queryID>verticalprofile_year_vector</queryID>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
186 <dataname>yearid</dataname>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
187 <data-multiselect>true</data-multiselect>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
188 <inputvalues>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
189 <inputvalue name="featureid" type="Integer" multiselect="false" usedinquery="1"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
190 <inputvalue name="parameterid" type="Integer" multiselect="true" usedinquery="1"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
191 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
192 <inputvalue name="yearid" type="String" multiselect="true" usedinquery="0"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
193 </inputvalues>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
194 </state>
469
62fc63d0f71d Added a new State in Product Verticalprofile in Timeseriespoints.
Tim Englich <tim.englich@intevation.de>
parents: 337
diff changeset
195
62fc63d0f71d Added a new State in Product Verticalprofile in Timeseriespoints.
Tim Englich <tim.englich@intevation.de>
parents: 337
diff changeset
196 <transition transition="de.intevation.gnv.transition.DefaultTransition">
62fc63d0f71d Added a new State in Product Verticalprofile in Timeseriespoints.
Tim Englich <tim.englich@intevation.de>
parents: 337
diff changeset
197 <from state="verticalprofile_year"/>
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
198 <to state="verticalprofile_date"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
199 </transition>
1073
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
200
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
201 <transition transition="de.intevation.gnv.transition.DefaultTransition">
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
202 <from state="verticalprofile_year_vector"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
203 <to state="verticalprofile_date_vector"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
204 </transition>
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
205
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
206 <state id="verticalprofile_date" description="verticalprofile_date" state="de.intevation.gnv.state.DefaultState">
204
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
207 <queryID>verticalprofile_date</queryID>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
208 <dataname>dateid</dataname>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
209 <data-multiselect>true</data-multiselect>
211
310874d3573f Minimum and Maximum Depth should be entered by the User issue31
Tim Englich <tim.englich@intevation.de>
parents: 204
diff changeset
210 <inputvalues>
325
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
211 <inputvalue name="featureid" type="Integer" multiselect="false" usedinquery="1"/>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
212 <inputvalue name="parameterid" type="Integer" multiselect="true" usedinquery="1"/>
469
62fc63d0f71d Added a new State in Product Verticalprofile in Timeseriespoints.
Tim Englich <tim.englich@intevation.de>
parents: 337
diff changeset
213 <inputvalue name="yearid" type="String" multiselect="true" usedinquery="1"/>
211
310874d3573f Minimum and Maximum Depth should be entered by the User issue31
Tim Englich <tim.englich@intevation.de>
parents: 204
diff changeset
214 <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
215 <inputvalue name="dateid" type="Date" multiselect="true" usedinquery="0"/>
211
310874d3573f Minimum and Maximum Depth should be entered by the User issue31
Tim Englich <tim.englich@intevation.de>
parents: 204
diff changeset
216 </inputvalues>
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
217 </state>
1073
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
218
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
219 <state id="verticalprofile_date_vector" description="verticalprofile_date" state="de.intevation.gnv.state.DefaultState">
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
220 <queryID>verticalprofile_date_vector</queryID>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
221 <dataname>dateid</dataname>
1084
81ac8d2f6cb7 Limited the parameterization of timeseries, horizontalprofiles and verticalprofiles so that just a single vector can be selected at the same time.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1073
diff changeset
222 <data-multiselect>false</data-multiselect>
1073
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
223 <inputvalues>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
224 <inputvalue name="featureid" type="Integer" multiselect="false" usedinquery="1"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
225 <inputvalue name="parameterid" type="Integer" multiselect="true" usedinquery="1"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
226 <inputvalue name="yearid" type="String" multiselect="true" usedinquery="1"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
227 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
1084
81ac8d2f6cb7 Limited the parameterization of timeseries, horizontalprofiles and verticalprofiles so that just a single vector can be selected at the same time.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1073
diff changeset
228 <inputvalue name="dateid" type="Date" multiselect="false" usedinquery="0"/>
1073
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
229 </inputvalues>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
230 </state>
211
310874d3573f Minimum and Maximum Depth should be entered by the User issue31
Tim Englich <tim.englich@intevation.de>
parents: 204
diff changeset
231
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
232 <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
233 <from state="verticalprofile_date"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
234 <to state="verticalprofile_minmaxdepth"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
235 </transition>
1073
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
236
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
237 <transition transition="de.intevation.gnv.transition.DefaultTransition">
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
238 <from state="verticalprofile_date_vector"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
239 <to state="verticalprofile_minmaxdepth_vector"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
240 </transition>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
241
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
242 <state id="verticalprofile_minmaxdepth" description="verticalprofile_minmaxdepth" state="de.intevation.gnv.state.MinMaxState">
211
310874d3573f Minimum and Maximum Depth should be entered by the User issue31
Tim Englich <tim.englich@intevation.de>
parents: 204
diff changeset
243 <queryID>verticalprofile_minmaxdepth</queryID>
310874d3573f Minimum and Maximum Depth should be entered by the User issue31
Tim Englich <tim.englich@intevation.de>
parents: 204
diff changeset
244 <dataname>depthrange</dataname>
310874d3573f Minimum and Maximum Depth should be entered by the User issue31
Tim Englich <tim.englich@intevation.de>
parents: 204
diff changeset
245 <data-multiselect>true</data-multiselect>
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
246 <inputvalues>
325
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
247 <inputvalue name="featureid" type="Integer" multiselect="false" usedinquery="1"/>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
248 <inputvalue name="parameterid" type="Integer" multiselect="true" usedinquery="1"/>
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
249 <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
250 <inputvalue name="dateid" type="Date" multiselect="true" usedinquery="1"/>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
251 <inputvalue name="minvalue" type="Double" multiselect="false" usedinquery="0"/>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
252 <inputvalue name="maxvalue" type="Double" 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
253 </inputvalues>
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
254 </state>
1073
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
255
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
256 <state id="verticalprofile_minmaxdepth_vector" description="verticalprofile_minmaxdepth" state="de.intevation.gnv.state.MinMaxState">
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
257 <queryID>verticalprofile_minmaxdepth_vector</queryID>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
258 <dataname>depthrange</dataname>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
259 <data-multiselect>true</data-multiselect>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
260 <inputvalues>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
261 <inputvalue name="featureid" type="Integer" multiselect="false" usedinquery="1"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
262 <inputvalue name="parameterid" type="Integer" multiselect="true" usedinquery="1"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
263 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
264 <inputvalue name="dateid" type="Date" multiselect="true" usedinquery="1"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
265 <inputvalue name="minvalue" type="Double" multiselect="false" usedinquery="0"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
266 <inputvalue name="maxvalue" type="Double" multiselect="false" usedinquery="0"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
267 </inputvalues>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
268 </state>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
269
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
270 <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
271 <from state="verticalprofile_minmaxdepth"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
272 <to state="verticalprofile_calculate_results"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
273 </transition>
1073
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
274
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
275 <transition transition="de.intevation.gnv.transition.DefaultTransition">
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
276 <from state="verticalprofile_minmaxdepth_vector"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
277 <to state="verticalprofile_calculate_results_vector"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
278 </transition>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
279
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
280 <state id="verticalprofile_calculate_results" description="verticalprofile_calculate_results" state="de.intevation.gnv.state.profile.vertical.VerticalProfileOutputState">
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
281 <queryID>verticalprofile_chart_data</queryID>
236
993fd465c904 Added SQL-Statement-ID for ODV-Exports on Verticalprofiles TimeSeriesPoints
Tim Englich <tim.englich@intevation.de>
parents: 227
diff changeset
282 <queryID-odv>verticalprofile_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
283 <inputvalues>
325
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
284 <inputvalue name="featureid" type="Integer" multiselect="false" usedinquery="1"/>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
285 <inputvalue name="parameterid" type="Integer" multiselect="true" usedinquery="1"/>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
286 <inputvalue name="dateid" type="Date" multiselect="true" usedinquery="1"/>
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
287 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
211
310874d3573f Minimum and Maximum Depth should be entered by the User issue31
Tim Englich <tim.englich@intevation.de>
parents: 204
diff changeset
288 <inputvalue name="minvalue" type="Double" multiselect="false" usedinquery="1"/>
325
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
289 <inputvalue name="maxvalue" type="Double" multiselect="false" usedinquery="1"/>
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
290 </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
291 <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
292 <value-name name="feature" value="featureid"></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
293 <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
294 <value-name name="measurement" value="dateid"></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
295 </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
296 <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
297 <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
298 <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
299 <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
300 <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
301 <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
302 </parameters>
633
7a136b99ad71 Adapted product configuration regarding the changes in rev704.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 618
diff changeset
303 <exportModes>
7a136b99ad71 Adapted product configuration regarding the changes in rev704.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 618
diff changeset
304 <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: 618
diff changeset
305 <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: 618
diff changeset
306 <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: 618
diff changeset
307 </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
308 </outputsMode>
618
250160797195 Added histogram as output mode in configuration files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 599
diff changeset
309 <outputsMode name="histogram" description="Histogram of the Values" mime-type="image/png">
250160797195 Added histogram as output mode in configuration files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 599
diff changeset
310 <parameters>
250160797195 Added histogram as output mode in configuration files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 599
diff changeset
311 <inputvalue name="width" type="Integer" value="600"/>
250160797195 Added histogram as output mode in configuration files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 599
diff changeset
312 <inputvalue name="height" type="Integer" value="400"/>
250160797195 Added histogram as output mode in configuration files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 599
diff changeset
313 <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: 739
diff changeset
314 <inputvalue name="binwidth" type="Double" value="7"/>
618
250160797195 Added histogram as output mode in configuration files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 599
diff changeset
315 </parameters>
633
7a136b99ad71 Adapted product configuration regarding the changes in rev704.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 618
diff changeset
316 <exportModes>
7a136b99ad71 Adapted product configuration regarding the changes in rev704.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 618
diff changeset
317 <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: 618
diff changeset
318 <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: 618
diff changeset
319 <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: 618
diff changeset
320 </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: 502
diff changeset
321 </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
322 <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: 224
diff changeset
323 <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
324 <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
325 </outputsModes>
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
326 </state>
1073
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
327
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
328 <state id="verticalprofile_calculate_results_vector" description="verticalprofile_calculate_results" state="de.intevation.gnv.state.profile.vertical.VerticalProfileVectorOutputState">
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
329 <queryID>verticalprofile_chart_data_vector</queryID>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
330 <queryID-odv>verticalprofile_odv_data_vector</queryID-odv>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
331 <inputvalues>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
332 <inputvalue name="featureid" type="Integer" multiselect="false" usedinquery="1"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
333 <inputvalue name="parameterid" type="Integer" multiselect="true" usedinquery="1"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
334 <inputvalue name="dateid" type="Date" multiselect="true" usedinquery="1"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
335 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
336 <inputvalue name="minvalue" type="Double" multiselect="false" usedinquery="1"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
337 <inputvalue name="maxvalue" type="Double" multiselect="false" usedinquery="1"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
338 </inputvalues>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
339 <value-names>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
340 <value-name name="feature" value="featureid"></value-name>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
341 <value-name name="parameter" value="parameterid"></value-name>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
342 <value-name name="measurement" value="dateid"></value-name>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
343 </value-names>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
344 <outputsModes>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
345 <outputsMode name="chart" description="Chartrepresentation of the Values" mime-type="image/png">
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
346 <parameters>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
347 <inputvalue name="width" type="Integer" value="600"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
348 <inputvalue name="height" type="Integer" value="400"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
349 <inputvalue name="points" type="Boolean" value="false"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
350 </parameters>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
351 <exportModes>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
352 <export name="img" description="IMG-Export der Daten" mime-type="image/png" />
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
353 <export name="pdf" description="PDF-Export der Daten" mime-type="application/pdf" />
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
354 <export name="svg" description="SVG-Export der Daten" mime-type="image/svg+xml" />
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
355 </exportModes>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
356 </outputsMode>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
357 <outputsMode name="histogram" description="Histogram of the Values" mime-type="image/png">
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
358 <parameters>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
359 <inputvalue name="width" type="Integer" value="600"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
360 <inputvalue name="height" type="Integer" value="400"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
361 <inputvalue name="bincount" type="Integer" value="7"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
362 <inputvalue name="binwidth" type="Double" value="7"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
363 </parameters>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
364 <exportModes>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
365 <export name="img" description="IMG-Export der Daten" mime-type="image/png" />
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
366 <export name="pdf" description="PDF-Export der Daten" mime-type="application/pdf" />
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
367 <export name="svg" description="SVG-Export der Daten" mime-type="image/svg+xml" />
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
368 </exportModes>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
369 </outputsMode>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
370 <outputsMode name="csv" description="CSV-Export der Daten" mime-type="text/plain"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
371 <outputsMode name="odv" description="ODV-Export der Daten" mime-type="text/plain"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
372 <outputsMode name="statistics" description="Statistik zu den Daten" mime-type="text/xml"/>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
373 </outputsModes>
902bcd837995 Configured transitions for vector data verticalprofiles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 847
diff changeset
374 </state>
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
375 </states>
227
454223658697 Added odv output format to products.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 224
diff changeset
376 </artifact>

http://dive4elements.wald.intevation.org