diff flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/CalculationSelect.java @ 157:b5c99532f898

Adapted the available calculation modes of WINFO and its order in the DESCRIBE document. flys-artifacts/trunk@1602 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 29 Mar 2011 09:54:06 +0000
parents 7f909429ccc8
children 89bd0417418f
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/CalculationSelect.java	Mon Mar 28 16:58:17 2011 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/CalculationSelect.java	Tue Mar 29 09:54:06 2011 +0000
@@ -23,32 +23,32 @@
 
 
     /** Constant value for the reference line calculation.*/
-    public static final String CALCULATION_REFERENCE_LINE =
-        "calc.reference.line";
+    public static final String CALCULATION_SURFACE_CURVE =
+        "calc.surface.curve";
 
     /** Constant value for the differences calculation.*/
-    public static final String CALCULATION_DIFFERENCES =
-        "calc.differences";
+    public static final String CALCULATION_DURATION_CURVE =
+        "calc.duration.curve";
 
     /** Constant value for the flood map calculation.*/
     public static final String CALCULATION_FLOOD_MAP =
         "calc.flood.map";
 
     /** Constant value for the profile calculation.*/
-    public static final String CALCULATION_PROFILE =
-        "calc.profile";
+    public static final String CALCULATION_DISCHARGE_LONGITUDINAL_CURVE =
+        "calc.discharge.longitudinal.section";
 
     /** Constant value for the state discharge curve calculation.*/
-    public static final String CALCULATION_STATE_DISCHARGE_CURVE =
-        "calc.state.discharge.curve";
+    public static final String CALCULATION_DISCHARGE_CURVE =
+        "calc.discharge.curve";
 
     /** An array that holds all available calculation modes.*/
     public static final String[] CALCULATIONS = {
-        CALCULATION_REFERENCE_LINE,
-        CALCULATION_DIFFERENCES,
+        CALCULATION_SURFACE_CURVE,
         CALCULATION_FLOOD_MAP,
-        CALCULATION_PROFILE,
-        CALCULATION_STATE_DISCHARGE_CURVE };
+        CALCULATION_DISCHARGE_CURVE,
+        CALCULATION_DURATION_CURVE,
+        CALCULATION_DISCHARGE_LONGITUDINAL_CURVE };
 
 
     protected Element[] createItems(

http://dive4elements.wald.intevation.org