view gnv-artifacts/doc/conf/products/verticalprofile/conf_instantaneouspoint.xml @ 500:ca5162aa644d

Fixed some bugs in configuration regarding description and mimetype of svg exports. gnv-artifacts/trunk@580 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 20 Jan 2010 08:50:10 +0000
parents a887074460b6
children fec85cd01497
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?>
<artifact name="verticalProfileInstantaneousPoint">
   <states>
     <state id="verticalprofile_instantaneouspoint_series" description="verticalprofile_instantaneouspoint_series" state="de.intevation.gnv.state.DefaultState">
         <queryID>verticalprofile_instantaneouspoint_series</queryID>
         <dataname>seriesid</dataname>
         <data-multiselect>false</data-multiselect>
         <inputvalues>
             <inputvalue name="sourceid" type="Integer" multiselect="false" usedinquery="1"/>
              <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
              <inputvalue name="seriesid" type="Integer" multiselect="false" usedinquery="0"/>
         </inputvalues>
     </state>
     
     <transition transition="de.intevation.gnv.transition.DefaultTransition">
          <from state="verticalprofile_instantaneouspoint_series"/>
          <to state="verticalprofile_instantaneouspoint_point"/>
     </transition>
     
     <state id="verticalprofile_instantaneouspoint_point" description="verticalprofile_instantaneouspoint_point" state="de.intevation.gnv.state.CoordinateSelectionState">
         <queryID>verticalprofile_instantaneouspoint_point</queryID>
         <dataname>instantaneouspoint_point</dataname>
         <data-multiselect>false</data-multiselect>
         <inputvalues>
              <inputvalue name="seriesid" type="Integer" multiselect="false" usedinquery="1"/>
              <inputvalue name="sourceid" type="Integer" multiselect="false" usedinquery="1"/>
              <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
              <inputvalue name="instantaneouspoint_point" type="Integer" multiselect="false" usedinquery="0"/>
         </inputvalues>
     </state>
     
     <transition transition="de.intevation.gnv.transition.DefaultTransition">
          <from state="verticalprofile_instantaneouspoint_point"/>
          <to state="verticalprofile_instantaneouspoint_parameter"/>
     </transition>
     
     <state id="verticalprofile_instantaneouspoint_parameter" description="verticalprofile_instantaneouspoint_parameter" state="de.intevation.gnv.state.DefaultState">
         <queryID>verticalprofile_instantaneouspoint_parameter</queryID>
         <dataname>parameterid</dataname>
         <data-multiselect>true</data-multiselect>
         <inputvalues>
              <inputvalue name="seriesid" type="Integer" multiselect="false" usedinquery="0" />
              <inputvalue name="instantaneouspoint_point" type="Integer" multiselect="false" usedinquery="1"/>
              <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
              <inputvalue name="parameterid" type="Integer" multiselect="true" usedinquery="0"/>
         </inputvalues>
     </state>
     
     <transition transition="de.intevation.gnv.transition.DefaultTransition">
          <from state="verticalprofile_instantaneouspoint_parameter"/>
          <to state="verticalprofile_instantaneouspoint_minmaxdepth"/>
     </transition>
     
     <state id="verticalprofile_instantaneouspoint_minmaxdepth" description="verticalprofile_instantaneouspoint_minmaxdepth" state="de.intevation.gnv.state.MinMaxState">
         <queryID>verticalprofile_instantaneouspoint_minmaxdepth</queryID>
         <dataname>depthrange</dataname>
         <data-multiselect>true</data-multiselect>
         <inputvalues>
              <inputvalue name="seriesid" type="Integer" multiselect="false" usedinquery="0" />
              <inputvalue name="instantaneouspoint_point" type="Integer" multiselect="false" usedinquery="1"/>
              <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
              <inputvalue name="parameterid" type="Integer" multiselect="true" usedinquery="1"/>
              <inputvalue name="minvalue" type="Double" multiselect="false" usedinquery="0"/>
              <inputvalue name="maxvalue" type="Double" multiselect="false" usedinquery="0"/>
         </inputvalues>
     </state>
     
     <transition transition="de.intevation.gnv.transition.DefaultTransition">
          <from state="verticalprofile_instantaneouspoint_minmaxdepth"/>
          <to state="verticalprofile_instantaneouspoint_calculate_results"/>
     </transition>
     
     <state id="verticalprofile_instantaneouspoint_calculate_results" description="verticalprofile_mesh_calculate_results" state="de.intevation.gnv.state.profile.vertical.VerticalProfileOutputState">
         <queryID>verticalprofile_instantaneouspoint_chart_data</queryID>
         <queryID-odv>verticalprofile_instantaneouspoint_odv_data</queryID-odv>
         <inputvalues>
             <inputvalue name="seriesid" type="Integer" multiselect="false" usedinquery="0" />
             <inputvalue name="instantaneouspoint_point" type="Integer" multiselect="false" usedinquery="1"/>
             <inputvalue name="parameterid" type="Integer" multiselect="true" usedinquery="1"/>
             <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/>
             <inputvalue name="minvalue" type="Double" multiselect="false" usedinquery="1"/>
             <inputvalue name="maxvalue" type="Double" multiselect="false" usedinquery="1"/>
         </inputvalues>
         <value-names>
             <value-name name="feature" value="instantaneouspoint_point"></value-name>
             <value-name name="parameter" value="parameterid"></value-name>
             <value-name name="measurement" value="dateid"></value-name>
         </value-names>
         <outputsModes>
             <outputsMode name="chart" description="Chartrepresentation of the Values" mime-type="image/png">
                 <parameters>
                     <inputvalue name="width" type="Integer" value="600"/>
                     <inputvalue name="height" type="Integer" value="400"/>
                 </parameters>
             </outputsMode>
             <outputsMode name="pdf" description="PDF-Export der Daten" mime-type="application/pdf"/>
             <outputsMode name="svg" description="SVG-Export der Daten" mime-type="image/svg+xml"/>
             <outputsMode name="csv" description="CSV-Export der Daten" mime-type="text/plain"/>
             <outputsMode name="odv" description="ODV-Export der Daten" mime-type="text/plain"/>
             <outputsMode name="statistics" description="Statistik zu den Daten" mime-type="text/xml"/>
         </outputsModes>
     </state>
  </states>
</artifact>

http://dive4elements.wald.intevation.org