comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/CalculationSelect.java @ 1960:be06dbc2ed1d

Added 'Bezugslinie' to choice of calculation modes. flys-artifacts/trunk@3361 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 06 Dec 2011 15:06:04 +0000
parents 47ecf98f09eb
children 4d57d456e261
comparison
equal deleted inserted replaced
1959:eace020067da 1960:be06dbc2ed1d
48 48
49 /** Constant value for the state w differences calculation. */ 49 /** Constant value for the state w differences calculation. */
50 public static final String CALCULATION_W_DIFFERENCES = 50 public static final String CALCULATION_W_DIFFERENCES =
51 "calc.w.differences"; 51 "calc.w.differences";
52 52
53 /** Constant value for the state reference curve calculation. */
54 public static final String CALCULATION_REFERENCE_CURVE =
55 "calc.reference.curve";
56
53 /** An array that holds all available calculation modes. */ 57 /** An array that holds all available calculation modes. */
54 public static final String[] CALCULATIONS = { 58 public static final String[] CALCULATIONS = {
55 CALCULATION_SURFACE_CURVE, 59 CALCULATION_SURFACE_CURVE,
56 CALCULATION_FLOOD_MAP, 60 CALCULATION_FLOOD_MAP,
57 CALCULATION_DISCHARGE_CURVE, 61 CALCULATION_DISCHARGE_CURVE,
58 CALCULATION_DURATION_CURVE, 62 CALCULATION_DURATION_CURVE,
59 CALCULATION_DISCHARGE_LONGITUDINAL_CURVE, 63 CALCULATION_DISCHARGE_LONGITUDINAL_CURVE,
60 CALCULATION_W_DIFFERENCES }; 64 CALCULATION_W_DIFFERENCES,
65 CALCULATION_REFERENCE_CURVE };
61 66
62 67
63 /** Error message that is thrown if no mode has been chosen. */ 68 /** Error message that is thrown if no mode has been chosen. */
64 public static final String ERROR_NO_CALCULATION_MODE = 69 public static final String ERROR_NO_CALCULATION_MODE =
65 "error_feed_no_calculation_mode"; 70 "error_feed_no_calculation_mode";

http://dive4elements.wald.intevation.org