comparison gnv-artifacts/src/main/java/de/intevation/gnv/transition/profile/horizontalcrosssection/HorizontalCrossSectionMeshOutputTransition.java @ 220:ee2d4134d0b3

General CodecCleanup: Remove deprecated TODOS. Organize some Imports. Remove Bug setting the returned Value of MinMaxTransitions in feedCall. gnv-artifacts/trunk@281 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Mon, 02 Nov 2009 10:58:03 +0000
parents 926530bda1a7
children 008709f79611
comparison
equal deleted inserted replaced
219:f8cb64d5fe4f 220:ee2d4134d0b3
94 // PROBLEMS WITH EXCEL AND UTF-8 94 // PROBLEMS WITH EXCEL AND UTF-8
95 Iterator<Result> it = chartResult.iterator(); 95 Iterator<Result> it = chartResult.iterator();
96 while (it.hasNext()) { 96 while (it.hasNext()) {
97 Result result = it.next(); 97 Result result = it.next();
98 int i = 0; 98 int i = 0;
99 // TODO implement me
100 String[] entries = new String[5]; 99 String[] entries = new String[5];
101 entries[i++] = result.getString("SHAPE"); 100 entries[i++] = result.getString("SHAPE");
102 entries[i++] = result.getString("YORDINATE"); 101 entries[i++] = result.getString("YORDINATE");
103 entries[i++] = result.getString("IPOSITION"); 102 entries[i++] = result.getString("IPOSITION");
104 entries[i++] = result.getString("JPOSITION"); 103 entries[i++] = result.getString("JPOSITION");

http://dive4elements.wald.intevation.org