comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/profile/horizontal/HorizontalProfileMeshCrossOutputState.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 15b8e95fa8da
children 8975de9d7483
comparison
equal deleted inserted replaced
428:88cd37c3b5e4 429:bed9735adf84
86 ChartLabels chartLables, 86 ChartLabels chartLables,
87 ChartTheme theme, 87 ChartTheme theme,
88 Collection parameters, 88 Collection parameters,
89 Collection measurements, 89 Collection measurements,
90 Collection dates, 90 Collection dates,
91 Collection result, 91 Object result,
92 Locale locale, 92 Locale locale,
93 String uuid, 93 String uuid,
94 boolean linesVisible, 94 boolean linesVisible,
95 boolean shapesVisible 95 boolean shapesVisible
96 ) { 96 ) {
108 chartLables, 108 chartLables,
109 theme, 109 theme,
110 parameters, 110 parameters,
111 measurements, 111 measurements,
112 dates, 112 dates,
113 result, 113 (Collection)result,
114 null, 114 null,
115 locale, 115 locale,
116 linesVisible, 116 linesVisible,
117 shapesVisible 117 shapesVisible
118 ); 118 );
125 125
126 return chart; 126 return chart;
127 } 127 }
128 128
129 @Override 129 @Override
130 protected Collection<Result> getChartResult(String uuid) { 130 protected Object getChartResult(String uuid) {
131 log.debug("HorizontalProfileMeshCrossOutputState.getChartResult"); 131 log.debug("HorizontalProfileMeshCrossOutputState.getChartResult");
132 Collection<Result> result = null; 132 Collection<Result> result = null;
133 if (CacheFactory.getInstance().isInitialized()) { 133 if (CacheFactory.getInstance().isInitialized()) {
134 String key = uuid + super.getID(); 134 String key = uuid + super.getID();
135 log.debug("Hash for Queryelements: " + key); 135 log.debug("Hash for Queryelements: " + key);

http://dive4elements.wald.intevation.org