comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java @ 2715:250a370c377d

Added chart generator for middle bed height charts. flys-artifacts/trunk@4441 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Fri, 18 May 2012 11:58:38 +0000
parents b60751cfdd6c
children 10e6400d4166
comparison
equal deleted inserted replaced
2714:2952f6dee5cf 2715:250a370c377d
35 return type.equals(FLOW_VELOCITY_MAINCHANNEL) 35 return type.equals(FLOW_VELOCITY_MAINCHANNEL)
36 || type.equals(FLOW_VELOCITY_TOTALCHANNEL); 36 || type.equals(FLOW_VELOCITY_TOTALCHANNEL);
37 } 37 }
38 public static boolean T(String type) { 38 public static boolean T(String type) {
39 return type.equals(FLOW_VELOCITY_TAU); 39 return type.equals(FLOW_VELOCITY_TAU);
40 }
41 public static boolean H(String type) {
42 return type.equals(MIDDLE_BED_HEIGHT_SINGLE)
43 || type.equals(MIDDLE_BED_HEIGHT_EPOCH);
40 } 44 }
41 public static boolean MANUALPOINTS(String type) { 45 public static boolean MANUALPOINTS(String type) {
42 return type.endsWith("manualpoints"); 46 return type.endsWith("manualpoints");
43 } 47 }
44 }; 48 };
146 String FLOW_VELOCITY_MAINCHANNEL = "flow_velocity.mainchannel"; 150 String FLOW_VELOCITY_MAINCHANNEL = "flow_velocity.mainchannel";
147 String FLOW_VELOCITY_TOTALCHANNEL = "flow_velocity.totalchannel"; 151 String FLOW_VELOCITY_TOTALCHANNEL = "flow_velocity.totalchannel";
148 String FLOW_VELOCITY_TAU = "flow_velocity.tau"; 152 String FLOW_VELOCITY_TAU = "flow_velocity.tau";
149 String FLOW_VELOCITY_ANNOTATION = "flow_velocity.annotation"; 153 String FLOW_VELOCITY_ANNOTATION = "flow_velocity.annotation";
150 154
151 String MIDDLE_BED_HEIGHT = "bedheight_middle.height"; 155 String MIDDLE_BED_HEIGHT_SINGLE = "bedheight_middle.single";
156 String MIDDLE_BED_HEIGHT_EPOCH = "bedheight_middle.epoch";
157 String MIDDLE_BED_HEIGHT_ANNOTATION = "bedheight_middle.annotation";
152 } 158 }
153 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 : 159 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 :

http://dive4elements.wald.intevation.org