comparison gnv-artifacts/src/main/java/de/intevation/gnv/transition/timeseries/TimeSeriesOutputTransition.java @ 241:8500529d82af

Added ODV-Export to VerticalProfiles gnv-artifacts/trunk@309 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Mon, 09 Nov 2009 15:24:41 +0000
parents 75da91eca29f
children af474a541f74
comparison
equal deleted inserted replaced
240:76897b73db4e 241:8500529d82af
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",
101 "TYPE", 102 "TYPE",
102 "SHAPE", 103 "SHAPE",
103 "BOTDEPTH", 104 "BOTDEPTH",
104 //"DEPTH", 105 "DEPTH"
105 "TIMEVALUE",
106 //"DATAVALUE", 106 //"DATAVALUE",
107 //"PARAMETER", 107 //"PARAMETER",
108 //"MEASUREMENTID", 108 //"MEASUREMENTID",
109 //"TIMESERIESID" 109 //"TIMESERIESID"
110 }; 110 };
115 "Station", 115 "Station",
116 "Type", 116 "Type",
117 "Date/Time", 117 "Date/Time",
118 "Longitude [deegrees_east]", 118 "Longitude [deegrees_east]",
119 "Latitude [deegrees_north]", 119 "Latitude [deegrees_north]",
120 "Bot. Depth [m]" 120 "Bot. Depth [m]",
121 "Depth [m]"
121 }; 122 };
122 123
123 /** 124 /**
124 * Profile for exporting data to cvs 125 * Profile for exporting data to cvs
125 */ 126 */

http://dive4elements.wald.intevation.org