comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/profile/vertical/VerticalProfileOutputState.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
27 import de.intevation.gnv.statistics.Statistics; 27 import de.intevation.gnv.statistics.Statistics;
28 import de.intevation.gnv.statistics.VerticalProfileStatistics; 28 import de.intevation.gnv.statistics.VerticalProfileStatistics;
29 29
30 /** 30 /**
31 * @author Tim Englich <tim.englich@intevation.de> 31 * @author Tim Englich <tim.englich@intevation.de>
32 * 32 *
33 */ 33 */
34 public class VerticalProfileOutputState extends TimeSeriesOutputState { 34 public class VerticalProfileOutputState extends TimeSeriesOutputState {
35 35
36 public static final String [] VERTICAL_PROFILE_COLUMNS = { 36 public static final String [] VERTICAL_PROFILE_COLUMNS = {
37 "XORDINATE", // not quite sure if this is depth 37 "XORDINATE", // not quite sure if this is depth
38 "YORDINATE", 38 "YORDINATE",
39 "GROUP1", 39 "GROUP1",
40 "FEATUREID", 40 "FEATUREID",
41 "TIMESERIESID" 41 "TIMESERIESID"
42 }; 42 };
43 43
44 public static final String [] VERTICAL_PROFILE_MESH_COLUMNS = { 44 public static final String [] VERTICAL_PROFILE_MESH_COLUMNS = {
45 "XORDINATE", // not quite sure if this is depth 45 "XORDINATE", // not quite sure if this is depth
46 "YORDINATE", 46 "YORDINATE",
47 "GROUP1", 47 "GROUP1",
48 "FEATUREID", 48 "FEATUREID",
49 "MESHID" 49 "MESHID"
50 }; 50 };
51 51
52 public static final String [] VERTICAL_PROFILE_MEASUREMENT_COLUMNS = { 52 public static final String [] VERTICAL_PROFILE_MEASUREMENT_COLUMNS = {
53 "XORDINATE", // not quite sure if this is depth 53 "XORDINATE", // not quite sure if this is depth
54 "YORDINATE", 54 "YORDINATE",
55 "GROUP1", 55 "GROUP1",
56 "FEATUREID", 56 "FEATUREID",

http://dive4elements.wald.intevation.org