comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/profile/horizontal/HorizontalProfileOutputState.java @ 778:9a828e5a2390

Removed trailing whitespace gnv-artifacts/trunk@851 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 29 Mar 2010 07:58:51 +0000
parents b3f922908a31
children b1f5f2a8840f
comparison
equal deleted inserted replaced
777:8009961db1cb 778:9a828e5a2390
35 * @author Tim Englich (tim.englich@intevation.de) 35 * @author Tim Englich (tim.englich@intevation.de)
36 * @author Ingo Weinzierl (ingo.weinzierl@intevation.de) 36 * @author Ingo Weinzierl (ingo.weinzierl@intevation.de)
37 */ 37 */
38 public class HorizontalProfileOutputState 38 public class HorizontalProfileOutputState
39 extends TimeSeriesOutputState 39 extends TimeSeriesOutputState
40 { 40 {
41 public static final String [] HORIZONTAL_PROFILE_MESH_COLUMNS = { 41 public static final String [] HORIZONTAL_PROFILE_MESH_COLUMNS = {
42 "SHAPE", 42 "SHAPE",
43 "YORDINATE", 43 "YORDINATE",
44 "GROUP1", 44 "GROUP1",
45 "MESHID" 45 "MESHID"
46 }; 46 };
47 47
48 public static final String [] HORIZONTAL_PROFILE_MEASUREMENT_COLUMNS = { 48 public static final String [] HORIZONTAL_PROFILE_MEASUREMENT_COLUMNS = {
49 "SHAPE", 49 "SHAPE",
50 "YORDINATE", 50 "YORDINATE",
51 "GROUP1", 51 "GROUP1",
52 "SURVEYID" 52 "SURVEYID"
67 "Latitude", 67 "Latitude",
68 "Value", 68 "Value",
69 "ParameterID", 69 "ParameterID",
70 "SurveyID" 70 "SurveyID"
71 }; 71 };
72 72
73 /** 73 /**
74 * The UID of this class 74 * The UID of this class
75 */ 75 */
76 private static final long serialVersionUID = 4401516087492028840L; 76 private static final long serialVersionUID = 4401516087492028840L;
77 77
214 "ISO-8859-1"); 214 "ISO-8859-1");
215 export = new DefaultExport( 215 export = new DefaultExport(
216 new ShapeDataCollector(HORIZONTAL_PROFILE_MEASUREMENT_COLUMNS)); 216 new ShapeDataCollector(HORIZONTAL_PROFILE_MEASUREMENT_COLUMNS));
217 } 217 }
218 218
219 219
220 export.create(profile, out, results); 220 export.create(profile, out, results);
221 } 221 }
222 222
223 223
224 protected String createChartTitle(Locale locale, String uuid) { 224 protected String createChartTitle(Locale locale, String uuid) {

http://dive4elements.wald.intevation.org