comparison gnv-artifacts/src/main/java/de/intevation/gnv/transition/timeseries/TimeSeriesOutputTransition.java @ 325:3eff9241ea1e

Refactoring of the Transitionmodel. Now each Transition is responsible to allocate the Data which is required to describe or feed it. gnv-artifacts/trunk@390 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Tue, 01 Dec 2009 15:58:02 +0000
parents a4376fd23f99
children 22a6493e8460
comparison
equal deleted inserted replaced
324:e6e172a4915e 325:3eff9241ea1e
188 format, 188 format,
189 "action/out/mime-type/@value" 189 "action/out/mime-type/@value"
190 ); 190 );
191 191
192 try { 192 try {
193
194 this.advance(uuid, callMeta); // TODO This hsould only be done if it is nessessary
195
196 if (outputMode.equalsIgnoreCase("chart")) { 193 if (outputMode.equalsIgnoreCase("chart")) {
197 log.debug("Chart will be generated."); 194 log.debug("Chart will be generated.");
198 int chartWidth = 600; 195 int chartWidth = 600;
199 int chartHeight = 400; 196 int chartHeight = 400;
200 try { 197 try {

http://dive4elements.wald.intevation.org