comparison 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
comparison
equal deleted inserted replaced
8294:d08e3737ab2d 8295:9ab967eb2c51
47 } 47 }
48 public static boolean T(String type) { 48 public static boolean T(String type) {
49 return type.equals(FLOW_VELOCITY_TAU); 49 return type.equals(FLOW_VELOCITY_TAU);
50 } 50 }
51 public static boolean H(String type) { 51 public static boolean H(String type) {
52 return type.equals(MIDDLE_BED_HEIGHT_SINGLE) 52 return type.equals(MIDDLE_BED_HEIGHT_SINGLE);
53 || type.equals(MIDDLE_BED_HEIGHT_EPOCH);
54 } 53 }
55 public static boolean MANUALPOINTS(String type) { 54 public static boolean MANUALPOINTS(String type) {
56 return type.endsWith("manualpoints"); 55 return type.endsWith("manualpoints");
57 } 56 }
58 public static boolean MANUALLINE(String type) { 57 public static boolean MANUALLINE(String type) {
311 String FLOW_VELOCITY_MEASUREMENT = "flow_velocity.measurement"; 310 String FLOW_VELOCITY_MEASUREMENT = "flow_velocity.measurement";
312 String FLOW_VELOCITY_DISCHARGE = "flow_velocity.discharge"; 311 String FLOW_VELOCITY_DISCHARGE = "flow_velocity.discharge";
313 String FLOW_VELOCITY_WATERLEVEL = "flow_velocity.waterlevel"; 312 String FLOW_VELOCITY_WATERLEVEL = "flow_velocity.waterlevel";
314 313
315 String MIDDLE_BED_HEIGHT_SINGLE = "bedheight_middle.single"; 314 String MIDDLE_BED_HEIGHT_SINGLE = "bedheight_middle.single";
316 String MIDDLE_BED_HEIGHT_EPOCH = "bedheight_middle.epoch";
317 String MIDDLE_BED_HEIGHT_ANNOTATION = "bedheight_middle.annotation"; 315 String MIDDLE_BED_HEIGHT_ANNOTATION = "bedheight_middle.annotation";
318 316
319 String BED_QUALITY_POROSITY_TOPLAYER = "bed_longitudinal_section.porosity_toplayer"; 317 String BED_QUALITY_POROSITY_TOPLAYER = "bed_longitudinal_section.porosity_toplayer";
320 String BED_QUALITY_POROSITY_SUBLAYER = "bed_longitudinal_section.porosity_sublayer"; 318 String BED_QUALITY_POROSITY_SUBLAYER = "bed_longitudinal_section.porosity_sublayer";
321 String BED_QUALITY_BED_DIAMETER_TOPLAYER = "bed_longitudinal_section.bed_diameter_toplayer"; 319 String BED_QUALITY_BED_DIAMETER_TOPLAYER = "bed_longitudinal_section.bed_diameter_toplayer";

http://dive4elements.wald.intevation.org