comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/OutputStateBase.java @ 429:bed9735adf84

Finished preprocessing data for interpolation in verticalcrosssection charts.ß gnv-artifacts/trunk@477 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 22 Dec 2009 17:19:10 +0000
parents e964a3d8f7bc
children 8975de9d7483
comparison
equal deleted inserted replaced
428:88cd37c3b5e4 429:bed9735adf84
140 } 140 }
141 141
142 /** 142 /**
143 * @return 143 * @return
144 */ 144 */
145 protected Collection<Result> getChartResult(String uuid) { 145 protected Object getChartResult(String uuid) {
146 log.debug("OutputStateBase.getChartResult"); 146 log.debug("OutputStateBase.getChartResult");
147 Collection<Result> result = null; 147 Collection<Result> result = null;
148 if (CacheFactory.getInstance().isInitialized()) { 148 if (CacheFactory.getInstance().isInitialized()) {
149 String key = uuid + super.getID(); 149 String key = uuid + super.getID();
150 log.debug("Hash for Queryelements: " + key); 150 log.debug("Hash for Queryelements: " + key);

http://dive4elements.wald.intevation.org