comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/FacetTypes.java @ 9135:ec1c8d3f3116

Configured manual point editing for sinfo charts
author gernotbelger
date Thu, 07 Jun 2018 17:44:41 +0200
parents 28df64078f27
children 0633f963c5be
comparison
equal deleted inserted replaced
9134:0f7364772dd1 9135:ec1c8d3f3116
151 return true; 151 return true;
152 } 152 }
153 153
154 return false; 154 return false;
155 } 155 }
156 }; 156 }
157 157
158 /** Available diagram/chart-types. This enum is evaluated at certain 158 /** Available diagram/chart-types. This enum is evaluated at certain
159 * places to iterate over chart-types to e.g. dynamically generate 159 * places to iterate over chart-types to e.g. dynamically generate
160 * Facet-names (ManualPoints for example). */ 160 * Facet-names (ManualPoints for example). */
161 public enum ChartType { 161 public enum ChartType {
186 SQC("sq_relation_c"), 186 SQC("sq_relation_c"),
187 SQD("sq_relation_d"), 187 SQD("sq_relation_d"),
188 SQE("sq_relation_e"), 188 SQE("sq_relation_e"),
189 SQF("sq_relation_f"), 189 SQF("sq_relation_f"),
190 HD("historical_discharge"), 190 HD("historical_discharge"),
191 HDWQ("historical_discharge_wq"); 191 HDWQ("historical_discharge_wq"),
192 // FIXME: do we need this? and why? 192 SFD("sinfo_flow_depth"),
193 // SFD("sinfo_flow_depth"); 193 SFDMM("sinfo_flow_depth_minmax"),
194 SFDD("sinfo_flow_depth_development"),
195 SFDDPY("sinfo_flow_depth_development_peryear"),
196 SC("sinfo_collision"),
197 SFDUR("sinfo_flood_duration"),
198 STKH("sinfo_tkk");
194 199
195 private String chartTypeString; 200 private String chartTypeString;
196 201
197 ChartType(String description) { 202 ChartType(String description) {
198 this.chartTypeString = description; 203 this.chartTypeString = description;

http://dive4elements.wald.intevation.org