comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/CalculationSelect.java @ 1152:fc572b30f1b8

Added configuration to kick-in w-differences branch of winfo. flys-artifacts/trunk@2683 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 09 Sep 2011 10:13:22 +0000
parents 302461d5d071
children 1aba1a75beb2
comparison
equal deleted inserted replaced
1151:08048bd090e6 1152:fc572b30f1b8
45 45
46 /** Constant value for the state discharge curve calculation. */ 46 /** Constant value for the state discharge curve calculation. */
47 public static final String CALCULATION_DISCHARGE_CURVE = 47 public static final String CALCULATION_DISCHARGE_CURVE =
48 "calc.discharge.curve"; 48 "calc.discharge.curve";
49 49
50 /** An array that holds all available calculation modes.*/ 50 /** Constant value for the state w differences calculation. */
51 public static final String CALCULATION_W_DIFFERENCES =
52 "calc.w.differences";
53
54 /** An array that holds all available calculation modes. */
51 public static final String[] CALCULATIONS = { 55 public static final String[] CALCULATIONS = {
52 CALCULATION_SURFACE_CURVE, 56 CALCULATION_SURFACE_CURVE,
53 CALCULATION_FLOOD_MAP, 57 CALCULATION_FLOOD_MAP,
54 CALCULATION_DISCHARGE_CURVE, 58 CALCULATION_DISCHARGE_CURVE,
55 CALCULATION_DURATION_CURVE, 59 CALCULATION_DURATION_CURVE,
56 CALCULATION_DISCHARGE_LONGITUDINAL_CURVE }; 60 CALCULATION_DISCHARGE_LONGITUDINAL_CURVE,
61 CALCULATION_W_DIFFERENCES };
57 62
58 63
59 /** Error message that is thrown if no mode has been chosen. */ 64 /** Error message that is thrown if no mode has been chosen. */
60 public static final String ERROR_NO_CALCULATION_MODE = 65 public static final String ERROR_NO_CALCULATION_MODE =
61 "error_feed_no_calculation_mode"; 66 "error_feed_no_calculation_mode";

http://dive4elements.wald.intevation.org