diff artifacts/src/main/java/org/dive4elements/river/artifacts/model/FacetTypes.java @ 8295:9ab967eb2c51

At least since rev eb052d759fcc, there are no bed height epochs anymore.
author "Tom Gottfried <tom@intevation.de>"
date Thu, 18 Sep 2014 18:16:51 +0200
parents e8283197d889
children 27d42c9ee367
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/model/FacetTypes.java	Wed Sep 17 19:46:19 2014 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/model/FacetTypes.java	Thu Sep 18 18:16:51 2014 +0200
@@ -49,8 +49,7 @@
             return type.equals(FLOW_VELOCITY_TAU);
         }
         public static boolean H(String type) {
-            return type.equals(MIDDLE_BED_HEIGHT_SINGLE)
-                || type.equals(MIDDLE_BED_HEIGHT_EPOCH);
+            return type.equals(MIDDLE_BED_HEIGHT_SINGLE);
         }
         public static boolean MANUALPOINTS(String type) {
             return type.endsWith("manualpoints");
@@ -313,7 +312,6 @@
     String FLOW_VELOCITY_WATERLEVEL            = "flow_velocity.waterlevel";
 
     String MIDDLE_BED_HEIGHT_SINGLE     = "bedheight_middle.single";
-    String MIDDLE_BED_HEIGHT_EPOCH      = "bedheight_middle.epoch";
     String MIDDLE_BED_HEIGHT_ANNOTATION = "bedheight_middle.annotation";
 
     String BED_QUALITY_POROSITY_TOPLAYER         = "bed_longitudinal_section.porosity_toplayer";

http://dive4elements.wald.intevation.org