comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java @ 3888:44a071455709

improve manual points in fix. charts. flys-artifacts/trunk@5539 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 20 Sep 2012 09:35:31 +0000
parents f858028dde5f
children 95d699c769fb
comparison
equal deleted inserted replaced
3887:a1c79d84e3cd 3888:44a071455709
112 DUC("duration_curve"), 112 DUC("duration_curve"),
113 DIC("discharge_curve"), 113 DIC("discharge_curve"),
114 RC("reference_curve"), 114 RC("reference_curve"),
115 RCN("reference_curve_normalized"), 115 RCN("reference_curve_normalized"),
116 WD("wdifferences"), 116 WD("wdifferences"),
117 FWQC("fix_wq_curve"),
118 FDWC("fix_deltawt_curve"),
119 FLSC("fix_longitudinal_section_curve"),
120 FDC("fix_derivate_curve"),
117 HD("historical_discharge"); 121 HD("historical_discharge");
118 122
119 private String chartTypeString; 123 private String chartTypeString;
120 124
121 ChartType(String description) { 125 ChartType(String description) {
271 275
272 String FIX_REFERENCE_EVENTS_DWT = "fix_reference_events_dwt"; 276 String FIX_REFERENCE_EVENTS_DWT = "fix_reference_events_dwt";
273 String FIX_REFERENCE_EVENTS_LS = "fix_reference_events_ls"; 277 String FIX_REFERENCE_EVENTS_LS = "fix_reference_events_ls";
274 String FIX_REFERENCE_EVENTS_WQ = "fix_reference_events_wq"; 278 String FIX_REFERENCE_EVENTS_WQ = "fix_reference_events_wq";
275 279
280 // Note that AVERAGE_DWT will get a postfix (e.g. ..._dwt_1)
276 String FIX_SECTOR_AVERAGE_DWT = "fix_sector_average_dwt"; 281 String FIX_SECTOR_AVERAGE_DWT = "fix_sector_average_dwt";
277 String FIX_SECTOR_AVERAGE_LS = "fix_sector_average_ls"; 282 String FIX_SECTOR_AVERAGE_LS = "fix_sector_average_ls";
278 String FIX_SECTOR_AVERAGE_WQ = "fix_sector_average_wq"; 283 String FIX_SECTOR_AVERAGE_WQ = "fix_sector_average_wq";
279 String FIX_SECTOR_AVERAGE_LS_DEVIATION = "fix_sector_average_ls_deviation"; 284 String FIX_SECTOR_AVERAGE_LS_DEVIATION = "fix_sector_average_ls_deviation";
280 285

http://dive4elements.wald.intevation.org