comparison gnv-artifacts/src/main/java/de/intevation/gnv/transition/timeseries/TimeSeriesOutputTransition.java @ 247:af474a541f74

Sort Columns to the given order of the ODV-Specification and added the Columns DATAVALUE and PARAMETER to the output according to issue68 gnv-artifacts/trunk@316 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Tue, 10 Nov 2009 15:31:39 +0000
parents 8500529d82af
children 07650fc6014c
comparison
equal deleted inserted replaced
246:b7f69809239c 247:af474a541f74
96 }; 96 };
97 97
98 public static final String [] TIMESERIES_ODV_PROFILE_NAMES = { 98 public static final String [] TIMESERIES_ODV_PROFILE_NAMES = {
99 "CRUISE", 99 "CRUISE",
100 "STATION", 100 "STATION",
101 "TIMEVALUE",
102 "TYPE", 101 "TYPE",
103 "SHAPE", 102 "SHAPE",
104 "BOTDEPTH", 103 "BOTDEPTH",
105 "DEPTH" 104 "DEPTH",
106 //"DATAVALUE", 105 "TIMEVALUE",
107 //"PARAMETER", 106 "DATAVALUE",
108 //"MEASUREMENTID", 107 "PARAMETER"
109 //"TIMESERIESID"
110 }; 108 };
111 109
112 110
113 public static final String [] ODV_COLUMN_HEADER = { 111 public static final String [] ODV_COLUMN_HEADER = {
114 "Cruise", 112 "Cruise",
115 "Station", 113 "Station",
116 "Type", 114 "Type",
117 "Date/Time",
118 "Longitude [deegrees_east]", 115 "Longitude [deegrees_east]",
119 "Latitude [deegrees_north]", 116 "Latitude [deegrees_north]",
120 "Bot. Depth [m]", 117 "Bot. Depth [m]",
121 "Depth [m]" 118 "Depth [m]",
119 "Date/Time",
120 "Value",
121 "Parameterid"
122 }; 122 };
123 123
124 /** 124 /**
125 * Profile for exporting data to cvs 125 * Profile for exporting data to cvs
126 */ 126 */

http://dive4elements.wald.intevation.org