diff flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java @ 4668:87c938d082d6

Added facet for filtered flow velocity and removed filter from default facet.
author Raimund Renkert <rrenkert@intevation.de>
date Thu, 13 Dec 2012 15:54:49 +0100
parents dae7e6388a47
children 12e3da5724e6
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java	Wed Dec 12 10:42:38 2012 +0100
+++ b/flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java	Thu Dec 13 15:54:49 2012 +0100
@@ -237,12 +237,15 @@
     String REFERENCE_CURVE = "reference_curve";
     String REFERENCE_CURVE_NORMALIZED = "reference_curve_normalized";
 
-    String FLOW_VELOCITY_MAINCHANNEL  = "flow_velocity.mainchannel";
-    String FLOW_VELOCITY_TOTALCHANNEL = "flow_velocity.totalchannel";
-    String FLOW_VELOCITY_TAU          = "flow_velocity.tau";
-    String FLOW_VELOCITY_ANNOTATION   = "flow_velocity.annotation";
-    String FLOW_VELOCITY_MEASUREMENT  = "flow_velocity.measurement";
-    String FLOW_VELOCITY_DISCHARGE    = "flow_velocity.discharge";
+    String FLOW_VELOCITY_MAINCHANNEL           = "flow_velocity.mainchannel";
+    String FLOW_VELOCITY_TOTALCHANNEL          = "flow_velocity.totalchannel";
+    String FLOW_VELOCITY_TAU                   = "flow_velocity.tau";
+    String FLOW_VELOCITY_MAINCHANNEL_FILTERED  = "flow_velocity.mainchannel.filtered";
+    String FLOW_VELOCITY_TOTALCHANNEL_FILTERED = "flow_velocity.totalchannel.filtered";
+    String FLOW_VELOCITY_TAU_FILTERED          = "flow_velocity.tau.filtered";
+    String FLOW_VELOCITY_ANNOTATION            = "flow_velocity.annotation";
+    String FLOW_VELOCITY_MEASUREMENT           = "flow_velocity.measurement";
+    String FLOW_VELOCITY_DISCHARGE             = "flow_velocity.discharge";
 
     String MIDDLE_BED_HEIGHT_SINGLE     = "bedheight_middle.single";
     String MIDDLE_BED_HEIGHT_EPOCH      = "bedheight_middle.epoch";

http://dive4elements.wald.intevation.org