Mercurial > dive4elements > gnv-client
comparison doc/config-manual/model_of_transitions.tex @ 915:a6f86fa053a1
Added listing of all supported OutputStates
doc/trunk@1049 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Tue, 04 May 2010 10:08:25 +0000 |
parents | 4c701fd2b3bb |
children | a03d2006d7c6 |
comparison
equal
deleted
inserted
replaced
914:4c701fd2b3bb | 915:a6f86fa053a1 |
---|---|
451 An OutputState is handled as an State which is described above. | 451 An OutputState is handled as an State which is described above. |
452 Additionally you are able to configure which kind of outputs should | 452 Additionally you are able to configure which kind of outputs should |
453 be provided. | 453 be provided. |
454 | 454 |
455 There are several OutputStates. Each one is designed to create | 455 There are several OutputStates. Each one is designed to create |
456 the output for one special Product (Verticalprofile, TimeSeries,...) | 456 the output for one special Product. |
457 | 457 |
458 //TODO: Listing of each OutputStates? | 458 \begin{itemize} |
459 \item TimeSeries: TimeSeriesOutputState | |
460 \item Horizontalprofile: HorizontalProfileOutputState | |
461 \item Horizontalprofile on Meshes: HorizontalProfileMeshOutputState | |
462 \item Verticalcrosssection:VerticalCrossSectionOutputState | |
463 \item Verticalprofiles: VerticalProfileOutputState | |
464 \item Horizontalcrosssections: HorizontalCrossSectionMeshOutputState | |
465 \item Layer: LayerOutputState | |
466 \end{itemize} | |
467 | |
468 All these Outputstates are Implemented in package de.intevation.gnv.state | |
469 and its subpackages. | |
470 | |
471 You have to put the fullqulified name of the Outputstate to the Attribute State | |
472 as shown below. | |
459 | 473 |
460 You can configure an OutputState as shown below: | 474 You can configure an OutputState as shown below: |
461 | 475 |
462 \begin{lstlisting} | 476 \begin{lstlisting} |
463 <state id="timeseries_calculate_results" description="timeseries_interval" state="de.intevation.gnv.state.timeseries.TimeSeriesOutputState"> | 477 <state id="timeseries_calculate_results" description="timeseries_interval" state="de.intevation.gnv.state.timeseries.TimeSeriesOutputState"> |