annotate gnv-artifacts/doc/conf/products/timeseries/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 70653c29fc1d
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"?>
258
9147e3931723 Moved Comment according to Instantiationerrors loading Artifact.
Tim Englich <tim.englich@intevation.de>
parents: 257
diff changeset
2 <artifact name="timeSeries">
257
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
3 <!-- This is the Artifact which represents the required Businesslogic to
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
4 collect the required Data for rendering specified OutputFormats
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
5 for TimeSeries on TimeSeriesPoint-Data.
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
6 * Charts
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
7 * Statistics
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
8 * CSV
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
9 * ODV -->
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
10 <states>
257
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
11
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
12 <!-- The required statesteps which must be done until rendering
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
13 the OutputFormats. Each state is represented one required
257
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
14 Step. One Steps can consume specified InputParameters an after
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
15 that it can calculate new Data which will be used as possible
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
16 InputValues in the next state-Step from each state it
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
17 is only possible to move to those states which are Configured
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
18 in the rechablestates-Tag -->
257
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
19
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
20 <!-- Description of the state-Attributes:
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
21 * id: The id of the state. This must be unique in one Artifact.
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
22 It is used to reference the state eg. in
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
23 reachablestates.
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
24 * description: A short description which should describe the state
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
25 * state: The Class which must be load to handle the required logic,
257
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
26 This class will be load using reflection. -->
738
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
27
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
28 <state id="timeseries_mapviewerswitch" description="timeseries_mesh_area_one" state="de.intevation.gnv.state.DefaultAutoResumeState">
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
29 <!-- Empty State which will be used to integrate the switch for a
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
30 standalone and an mapviewer based call. -->
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
31 <inputvalues>
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
32 <inputvalue name="sourceid" type="Integer" multiselect="false" usedinquery="0"/>
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
33 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
34 </inputvalues>
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
35 </state>
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
36
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
37 <transition transition="de.intevation.gnv.transition.PresettingsValueCompareTransition">
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
38 <from state="timeseries_mapviewerswitch"/>
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
39 <to state="timeseries_area"/>
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
40 <condition inputvalue="geometry" value="POLYGON" operator="notequal"/>
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
41 </transition>
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
42
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
43 <transition transition="de.intevation.gnv.transition.PresettingsValueCompareTransition">
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
44 <from state="timeseries_mapviewerswitch"/>
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
45 <to state="timeseries_with_wkt"/>
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
46 <condition inputvalue="geometry" value="POLYGON" operator="equal"/>
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
47 </transition>
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
48
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
49 <state id="timeseries_with_wkt" description="timeseries_timeseriespoint" state="de.intevation.gnv.state.PreSettingsTransferState">
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
50 <queryID>timeseries_timeseriespoint_with_wkt</queryID>
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
51 <dataname>featureid</dataname>
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
52 <data-multiselect>false</data-multiselect>
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
53 <presettings-transfer presetting="geometry" inputvalue="wktid"/>
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
54 <inputvalues>
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
55 <inputvalue name="sourceid" type="Integer" multiselect="false" usedinquery="1"/>
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
56 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
57 <inputvalue name="wktid" type="Geometry" multiselect="false" usedinquery="1"/>
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
58 <inputvalue name="featureid" type="Integer" multiselect="false" usedinquery="0"/>
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
59 </inputvalues>
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
60 </state>
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
61
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
62 <transition transition="de.intevation.gnv.transition.DefaultTransition">
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
63 <from state="timeseries_with_wkt"/>
1039
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
64 <to state="timeseries_vector_scalar"/>
738
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
65 </transition>
40c9a48f51ea Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
Tim Englich <tim.englich@intevation.de>
parents: 725
diff changeset
66
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
67 <state id="timeseries_area" description="timeseries_area_one" state="de.intevation.gnv.state.DefaultState">
257
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
68
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
69 <!-- The QueryID which identifies the Query which is configured in
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
70 the Queries-Properties-File.
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
71 It is possible to define no Query.
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
72 In this case you have to remove this Element from the
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
73 Configuration.-->
224
2b7a40b5b535 Added the RegionFilters into the configuration of the Products for TimeSeriesPoints.
Tim Englich <tim.englich@intevation.de>
parents: 217
diff changeset
74 <queryID>area_filter</queryID>
257
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
75
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
76 <!-- The ID of the Data which will be fetched using this state.
257
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
77 The Name must be unique in one Artifact.
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
78 The Name is used for the localization and must be set into the
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
79 several PropertiesFiles for the localization. -->
224
2b7a40b5b535 Added the RegionFilters into the configuration of the Products for TimeSeriesPoints.
Tim Englich <tim.englich@intevation.de>
parents: 217
diff changeset
80 <dataname>areaid</dataname>
257
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
81
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
82 <!-- This Flag will be used to switch between single and
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
83 multiselect possibility of the Data which will be fetched
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
84 using this state. -->
224
2b7a40b5b535 Added the RegionFilters into the configuration of the Products for TimeSeriesPoints.
Tim Englich <tim.englich@intevation.de>
parents: 217
diff changeset
85 <data-multiselect>false</data-multiselect>
257
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
86
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
87 <!-- Optional Flag which can be used to set that is is possible
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
88 to select no entry in the Data which will be fetched using
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
89 this state. -->
257
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
90 <data-noselect>true</data-noselect>
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
91
224
2b7a40b5b535 Added the RegionFilters into the configuration of the Products for TimeSeriesPoints.
Tim Englich <tim.englich@intevation.de>
parents: 217
diff changeset
92 <inputvalues>
257
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
93 <!-- At this place it is necessary to configure the Elements
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
94 which must be feed and can be used in this state.
257
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
95 It is possible to set if the Values should be used in
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
96 the DatabaseQuery of this state and how often it
257
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
97 must be used.
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
98 The order of the Elements is also the Order of usage setting
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
99 the Values into the SQL-Query. -->
224
2b7a40b5b535 Added the RegionFilters into the configuration of the Products for TimeSeriesPoints.
Tim Englich <tim.englich@intevation.de>
parents: 217
diff changeset
100 <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: 217
diff changeset
101 <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
102 <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: 217
diff changeset
103 </inputvalues>
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
104 </state>
257
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
105
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
106 <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
107 <from state="timeseries_area"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
108 <to state="timeseries_subarea"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
109 <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
110 </transition>
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.ValueCompareTransition">
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
112 <from state="timeseries_area"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
113 <to state="timeseries_without_geom"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
114 <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
115 </transition>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
116
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
117 <state id="timeseries_subarea" description="timeseries_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: 217
diff changeset
118 <queryID>subarea_filter</queryID>
2b7a40b5b535 Added the RegionFilters into the configuration of the Products for TimeSeriesPoints.
Tim Englich <tim.englich@intevation.de>
parents: 217
diff changeset
119 <dataname>subareaid</dataname>
2b7a40b5b535 Added the RegionFilters into the configuration of the Products for TimeSeriesPoints.
Tim Englich <tim.englich@intevation.de>
parents: 217
diff changeset
120 <data-multiselect>false</data-multiselect>
2b7a40b5b535 Added the RegionFilters into the configuration of the Products for TimeSeriesPoints.
Tim Englich <tim.englich@intevation.de>
parents: 217
diff changeset
121 <inputvalues>
2b7a40b5b535 Added the RegionFilters into the configuration of the Products for TimeSeriesPoints.
Tim Englich <tim.englich@intevation.de>
parents: 217
diff changeset
122 <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: 217
diff changeset
123 <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: 217
diff changeset
124 <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
125 <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: 217
diff changeset
126 </inputvalues>
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
127 </state>
325
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
128
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
129 <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
130 <from state="timeseries_subarea"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
131 <to state="timeseries_timeseriespoint"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
132 </transition>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
133
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
134 <state id="timeseries_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
135 <queryID>timeseries_timeseriespoint</queryID>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
136 <dataname>featureid</dataname>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
137 <data-multiselect>false</data-multiselect>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
138 <inputvalues>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
139 <inputvalue name="sourceid" type="Integer" multiselect="false" usedinquery="1"/>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
140 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
141 <inputvalue name="featureid" type="Integer" multiselect="false" usedinquery="0"/>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
142 </inputvalues>
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
143 </state>
1039
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
144
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
145 <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
146 <from state="timeseries_without_geom"/>
1038
9981452c7e75 First step: Added a new state handling the selection between vector or scalar and a new transition in timeseries to provide vector values (issue27).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
147 <to state="timeseries_vector_scalar"/>
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
148 </transition>
1039
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
149
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
150 <state id="timeseries_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: 217
diff changeset
151 <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
152 <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
153 <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
154 <inputvalues>
224
2b7a40b5b535 Added the RegionFilters into the configuration of the Products for TimeSeriesPoints.
Tim Englich <tim.englich@intevation.de>
parents: 217
diff changeset
155 <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
156 <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: 217
diff changeset
157 <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
158 <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
159 </inputvalues>
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
160 </state>
1038
9981452c7e75 First step: Added a new state handling the selection between vector or scalar and a new transition in timeseries to provide vector values (issue27).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
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="timeseries_timeseriespoint"/>
1039
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
164 <to state="timeseries_vector_scalar"/>
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
165 </transition>
1038
9981452c7e75 First step: Added a new state handling the selection between vector or scalar and a new transition in timeseries to provide vector values (issue27).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
166
9981452c7e75 First step: Added a new state handling the selection between vector or scalar and a new transition in timeseries to provide vector values (issue27).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
167 <state id="timeseries_vector_scalar" description="timeseries_vector_scalar" state="de.intevation.gnv.state.SwitchModeState">
9981452c7e75 First step: Added a new state handling the selection between vector or scalar and a new transition in timeseries to provide vector values (issue27).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
168 <dataname>vectorscalar</dataname>
9981452c7e75 First step: Added a new state handling the selection between vector or scalar and a new transition in timeseries to provide vector values (issue27).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
169 <data-multiselect>false</data-multiselect>
9981452c7e75 First step: Added a new state handling the selection between vector or scalar and a new transition in timeseries to provide vector values (issue27).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
170 <inputvalues>
9981452c7e75 First step: Added a new state handling the selection between vector or scalar and a new transition in timeseries to provide vector values (issue27).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
171 <inputvalue name="sourceid" type="Integer" multiselect="false" usedinquery="1"/>
9981452c7e75 First step: Added a new state handling the selection between vector or scalar and a new transition in timeseries to provide vector values (issue27).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
172 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
9981452c7e75 First step: Added a new state handling the selection between vector or scalar and a new transition in timeseries to provide vector values (issue27).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
173 <inputvalue name="featureid" type="Integer" multiselect="false" usedinquery="0"/>
9981452c7e75 First step: Added a new state handling the selection between vector or scalar and a new transition in timeseries to provide vector values (issue27).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
174 <inputvalue name="vectorscalar" type="String" multiselect="false" usedinquery="0"/>
9981452c7e75 First step: Added a new state handling the selection between vector or scalar and a new transition in timeseries to provide vector values (issue27).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
175 </inputvalues>
9981452c7e75 First step: Added a new state handling the selection between vector or scalar and a new transition in timeseries to provide vector values (issue27).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
176 </state>
9981452c7e75 First step: Added a new state handling the selection between vector or scalar and a new transition in timeseries to provide vector values (issue27).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
177
9981452c7e75 First step: Added a new state handling the selection between vector or scalar and a new transition in timeseries to provide vector values (issue27).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
178 <transition transition="de.intevation.gnv.transition.ValueCompareTransition">
9981452c7e75 First step: Added a new state handling the selection between vector or scalar and a new transition in timeseries to provide vector values (issue27).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
179 <from state="timeseries_vector_scalar"/>
9981452c7e75 First step: Added a new state handling the selection between vector or scalar and a new transition in timeseries to provide vector values (issue27).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
180 <to state="timeseries_parameter"/>
9981452c7e75 First step: Added a new state handling the selection between vector or scalar and a new transition in timeseries to provide vector values (issue27).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
181 <condition inputvalue="vectorscalar" value="scalar" operator="equal"/>
9981452c7e75 First step: Added a new state handling the selection between vector or scalar and a new transition in timeseries to provide vector values (issue27).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
182 </transition>
9981452c7e75 First step: Added a new state handling the selection between vector or scalar and a new transition in timeseries to provide vector values (issue27).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
183
9981452c7e75 First step: Added a new state handling the selection between vector or scalar and a new transition in timeseries to provide vector values (issue27).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
184 <transition transition="de.intevation.gnv.transition.ValueCompareTransition">
9981452c7e75 First step: Added a new state handling the selection between vector or scalar and a new transition in timeseries to provide vector values (issue27).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
185 <from state="timeseries_vector_scalar"/>
9981452c7e75 First step: Added a new state handling the selection between vector or scalar and a new transition in timeseries to provide vector values (issue27).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
186 <to state="timeseries_parameter_vector"/>
9981452c7e75 First step: Added a new state handling the selection between vector or scalar and a new transition in timeseries to provide vector values (issue27).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
187 <condition inputvalue="vectorscalar" value="vector" operator="equal"/>
9981452c7e75 First step: Added a new state handling the selection between vector or scalar and a new transition in timeseries to provide vector values (issue27).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
188 </transition>
9981452c7e75 First step: Added a new state handling the selection between vector or scalar and a new transition in timeseries to provide vector values (issue27).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 865
diff changeset
189
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
190 <state id="timeseries_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
191 <queryID>timeseries_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
192 <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
193 <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
194 <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
195 <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
196 <inputvalue name="featureid" 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
197 <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
198 <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
199 </inputvalues>
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
200 </state>
1039
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
201
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
202 <state id="timeseries_parameter_vector" description="timeseries_parameter_vector" state="de.intevation.gnv.state.DefaultState">
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
203 <queryID>timeseries_parameter_vector</queryID>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
204 <dataname>parameterid</dataname>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
205 <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: 1040
diff changeset
206 <data-multiselect>false</data-multiselect>
1039
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
207 <inputvalues>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
208 <inputvalue name="featureid" type="Integer" multiselect="false"/>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
209 <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: 1040
diff changeset
210 <inputvalue name="parameterid" type="Integer" multiselect="false" usedinquery="0"/>
1039
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
211 </inputvalues>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
212 </state>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
213
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
214 <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
215 <from state="timeseries_parameter"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
216 <to state="timeseries_depth_height"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
217 </transition>
1039
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
218
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
219 <transition transition="de.intevation.gnv.transition.DefaultTransition">
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
220 <from state="timeseries_parameter_vector"/>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
221 <to state="timeseries_depth_height_vector"/>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
222 </transition>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
223
634
58c32df1a44d Improved the describe document so that we are able to render a measurement-parameter-matrix with these data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 633
diff changeset
224 <state id="timeseries_depth_height" description="timeseries_depth_height" state="de.intevation.gnv.state.MeasurementState">
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
225 <queryID>timeseries_depth_height</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
226 <dataname>measurementid</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
227 <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
228 <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
229 <inputvalue name="featureid" 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
230 <inputvalue name="parameterid" type="Integer" multiselect="true"/>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
231 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
325
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
232 <inputvalue name="measurementid" 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
233 </inputvalues>
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
234 </state>
1039
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
235
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: 1040
diff changeset
236 <state id="timeseries_depth_height_vector" description="timeseries_depth_height_vector" state="de.intevation.gnv.state.DefaultState">
1039
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
237 <queryID>timeseries_depth_height_vector</queryID>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
238 <dataname>measurementid</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: 1040
diff changeset
239 <data-multiselect>false</data-multiselect>
1039
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
240 <inputvalues>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
241 <inputvalue name="featureid" type="Integer" multiselect="false"/>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
242 <inputvalue name="parameterid" type="Integer" multiselect="true"/>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
243 <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: 1040
diff changeset
244 <inputvalue name="measurementid" type="Integer" multiselect="false" usedinquery="0"/>
1039
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
245 </inputvalues>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
246 </state>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
247
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
248 <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
249 <from state="timeseries_depth_height"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
250 <to state="timeseries_interval"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
251 </transition>
1039
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
252
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
253 <transition transition="de.intevation.gnv.transition.DefaultTransition">
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
254 <from state="timeseries_depth_height_vector"/>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
255 <to state="timeseries_interval_vector"/>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
256 </transition>
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
257
725
dde7f51dbe1e Improved exception handling while feeding an artifact.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 640
diff changeset
258 <state id="timeseries_interval" description="timeseries_interval" state="de.intevation.gnv.state.MinMaxDateState">
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
259 <queryID>timeseries_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
260 <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
261 <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
262 <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
263 <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
264 <inputvalue name="parameterid" type="Integer" multiselect="true"/>
734ac082c8d1 Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
265 <inputvalue name="measurementid" type="Integer" multiselect="true"/>
325
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
266 <inputvalue name="minvalue" type="Date" multiselect="false" usedinquery="0"/>
3eff9241ea1e Refactoring of the Transitionmodel.
Tim Englich <tim.englich@intevation.de>
parents: 322
diff changeset
267 <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
268 </inputvalues>
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
269 </state>
1039
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
270
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
271 <state id="timeseries_interval_vector" description="timeseries_interval_vector" state="de.intevation.gnv.state.MinMaxDateState">
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
272 <queryID>timeseries_interval_vector</queryID>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
273 <dataname>timeinterval</dataname>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
274 <data-multiselect>false</data-multiselect>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
275 <inputvalues>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
276 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
277 <inputvalue name="parameterid" type="Integer" multiselect="true"/>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
278 <inputvalue name="measurementid" type="Integer" multiselect="true"/>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
279 <inputvalue name="minvalue" type="Date" multiselect="false" usedinquery="0"/>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
280 <inputvalue name="maxvalue" type="Date" multiselect="false" usedinquery="0"/>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
281 </inputvalues>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
282 </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
283
337
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
284 <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
285 <from state="timeseries_interval"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
286 <to state="timeseries_calculate_results"/>
a887074460b6 Last Step of the Refactoring Work on the Transition Model.
Tim Englich <tim.englich@intevation.de>
parents: 335
diff changeset
287 </transition>
1039
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
288
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
289 <transition transition="de.intevation.gnv.transition.DefaultTransition">
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
290 <from state="timeseries_interval_vector"/>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
291 <to state="timeseries_calculate_results_vector"/>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
292 </transition>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
293
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
294 <!-- Last state is the Output-state. At this place the differen OutputModes are configured.
257
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
295 For each OutputMode it might be necessary to configure separat Databasequery which collect the
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
296 Data. -->
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
297 <state id="timeseries_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
298 <queryID>timeseries_chart_data</queryID>
232
3d6d89bcbf42 Added special Data-Selection to the ODV-Exports of TimeSeries on TimeSeriesPoints. issue68
Tim Englich <tim.englich@intevation.de>
parents: 227
diff changeset
299 <queryID-odv>timeseries_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
300 <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
301 <inputvalue name="parameterid" type="Integer" multiselect="true"/>
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 <inputvalue name="measurementid" type="Integer" multiselect="true"/>
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
303 <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
304 <inputvalue name="minvalue" type="Date" 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
305 <inputvalue name="maxvalue" type="Date" 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
306 </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
307 <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
308 <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
309 <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
310 <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
311 <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
312 <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
313 </parameters>
626
61f688a69a55 Split up export modes from output modes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 620
diff changeset
314 <exportModes>
633
7a136b99ad71 Adapted product configuration regarding the changes in rev704.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 626
diff changeset
315 <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
316 <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
317 <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
318 </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
319 </outputsMode>
618
250160797195 Added histogram as output mode in configuration files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 599
diff changeset
320 <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
321 <parameters>
250160797195 Added histogram as output mode in configuration files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 599
diff changeset
322 <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
323 <inputvalue name="height" type="Integer" value="400"/>
626
61f688a69a55 Split up export modes from output modes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 620
diff changeset
324 <inputvalue name="bincount" type="Integer" value="7"/>
725
dde7f51dbe1e Improved exception handling while feeding an artifact.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 640
diff changeset
325 <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
326 </parameters>
633
7a136b99ad71 Adapted product configuration regarding the changes in rev704.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 626
diff changeset
327 <exportModes>
7a136b99ad71 Adapted product configuration regarding the changes in rev704.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 626
diff changeset
328 <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
329 <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
330 <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
331 </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
332 </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
333 <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
334 <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
335 <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
336 </outputsModes>
257
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
337 <!-- Definition of the TimeGaps which are required to render the Charts properly.
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 232
diff changeset
338 each Parameter in each FIS can have -->
865
06264920e8d1 ISSUE262: Added missing Namespacedeclarations
Tim Englich <tim.englich@intevation.de>
parents: 738
diff changeset
339 <time-gap-definition xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="${artifacts.config.dir}/products/timeseries/timegap_definition.xml" />
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
340 </state>
1039
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
341
1040
70653c29fc1d Finished vector support for timeseriespoints (Issue27).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1039
diff changeset
342 <state id="timeseries_calculate_results_vector" description="timeseries_results_vector" state="de.intevation.gnv.state.timeseries.TimeSeriesVectorOutputState">
1039
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
343 <queryID>timeseries_chart_data_vector</queryID>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
344 <queryID-odv>timeseries_odv_data_vector</queryID-odv>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
345 <inputvalues>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
346 <inputvalue name="parameterid" type="Integer" multiselect="true"/>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
347 <inputvalue name="measurementid" type="Integer" multiselect="true"/>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
348 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
349 <inputvalue name="minvalue" type="Date" multiselect="false"/>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
350 <inputvalue name="maxvalue" type="Date" multiselect="false"/>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
351 </inputvalues>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
352 <outputsModes>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
353 <outputsMode name="chart" description="Chartrepresentation of the Values" mime-type="image/png">
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
354 <parameters>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
355 <inputvalue name="width" type="Integer" value="600"/>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
356 <inputvalue name="height" type="Integer" value="400"/>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
357 <inputvalue name="points" type="Boolean" value="false"/>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
358 </parameters>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
359 <exportModes>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
360 <export name="img" description="IMG-Export der Daten" mime-type="image/png" />
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
361 <export name="pdf" description="PDF-Export der Daten" mime-type="application/pdf" />
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
362 <export name="svg" description="SVG-Export der Daten" mime-type="image/svg+xml" />
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
363 </exportModes>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
364 </outputsMode>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
365 <outputsMode name="histogram" description="Histogram of the Values" mime-type="image/png">
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
366 <parameters>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
367 <inputvalue name="width" type="Integer" value="600"/>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
368 <inputvalue name="height" type="Integer" value="400"/>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
369 <inputvalue name="bincount" type="Integer" value="7"/>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
370 <inputvalue name="binwidth" type="Double" value="7"/>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
371 </parameters>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
372 <exportModes>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
373 <export name="img" description="IMG-Export der Daten" mime-type="image/png" />
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
374 <export name="pdf" description="PDF-Export der Daten" mime-type="application/pdf" />
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
375 <export name="svg" description="SVG-Export der Daten" mime-type="image/svg+xml" />
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
376 </exportModes>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
377 </outputsMode>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
378 <outputsMode name="csv" description="CSV-Export der Daten" mime-type="text/plain"/>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
379 <outputsMode name="odv" description="ODV-Export der Daten" mime-type="text/plain"/>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
380 <outputsMode name="statistics" description="Statistik zu den Daten" mime-type="text/xml"/>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
381 </outputsModes>
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
382 <!-- Definition of the TimeGaps which are required to render the Charts properly.
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
383 each Parameter in each FIS can have -->
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
384 <time-gap-definition xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="${artifacts.config.dir}/products/timeseries/timegap_definition.xml" />
3be83ac4cfde Added the vector value transition path for timeseriespoints.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1038
diff changeset
385 </state>
335
e964a3d8f7bc Some Refactoring work done.
Tim Englich <tim.englich@intevation.de>
parents: 325
diff changeset
386 </states>
227
454223658697 Added odv output format to products.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 224
diff changeset
387 </artifact>

http://dive4elements.wald.intevation.org