# HG changeset patch # User Tim Englich # Date 1272967705 0 # Node ID a6f86fa053a1c45cae6d8993ed520dff70e84e4d # Parent 4c701fd2b3bb827a8cb058e71b1f485688fbcbe0 Added listing of all supported OutputStates doc/trunk@1049 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 4c701fd2b3bb -r a6f86fa053a1 doc/ChangeLog --- a/doc/ChangeLog Tue May 04 09:55:17 2010 +0000 +++ b/doc/ChangeLog Tue May 04 10:08:25 2010 +0000 @@ -1,3 +1,8 @@ +2010-05-04 Tim Englich + + * config-manual/model_of_transitions.tex: + Added listing of all supported OutputStates. + 2010-05-04 Tim Englich * config-manual/model_of_transitions.tex: diff -r 4c701fd2b3bb -r a6f86fa053a1 doc/config-manual/model_of_transitions.tex --- a/doc/config-manual/model_of_transitions.tex Tue May 04 09:55:17 2010 +0000 +++ b/doc/config-manual/model_of_transitions.tex Tue May 04 10:08:25 2010 +0000 @@ -453,9 +453,23 @@ be provided. There are several OutputStates. Each one is designed to create -the output for one special Product (Verticalprofile, TimeSeries,...) +the output for one special Product. -//TODO: Listing of each OutputStates? +\begin{itemize} + \item TimeSeries: TimeSeriesOutputState + \item Horizontalprofile: HorizontalProfileOutputState + \item Horizontalprofile on Meshes: HorizontalProfileMeshOutputState + \item Verticalcrosssection:VerticalCrossSectionOutputState + \item Verticalprofiles: VerticalProfileOutputState + \item Horizontalcrosssections: HorizontalCrossSectionMeshOutputState + \item Layer: LayerOutputState +\end{itemize} + +All these Outputstates are Implemented in package de.intevation.gnv.state +and its subpackages. + +You have to put the fullqulified name of the Outputstate to the Attribute State +as shown below. You can configure an OutputState as shown below: