comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/common/FlowDepthProcessor.java @ 8941:a9950a3a71e5

SINFO - tkh, configured result facets and themes Configured datacages
author gernotbelger
date Wed, 07 Mar 2018 17:36:04 +0100
parents 82998242ba84
children 5d5d482da3e9
comparison
equal deleted inserted replaced
8940:82998242ba84 8941:a9950a3a71e5
25 private static final String SINFO_CHART_FLOW_DEPTH_YAXIS_LABEL = "sinfo.chart.flow_depth.yaxis.label"; 25 private static final String SINFO_CHART_FLOW_DEPTH_YAXIS_LABEL = "sinfo.chart.flow_depth.yaxis.label";
26 26
27 /* Theme name, usually defined in 'FacetTypes', but that is soooo bad dependencies... */ 27 /* Theme name, usually defined in 'FacetTypes', but that is soooo bad dependencies... */
28 // REMARK: these mustend with 'filtered' so extra handling happens in chart: point are always recalculated, because data 28 // REMARK: these mustend with 'filtered' so extra handling happens in chart: point are always recalculated, because data
29 // changes depending on zoom state 29 // changes depending on zoom state
30 public static final String FACET_FLOW_DEPTH_FILTERED = "sinfo_flow_depth.filtered"; 30 public static final String FACET_FLOW_DEPTH_FILTERED = "sinfo_facet_flow_depth.filtered";
31 31
32 private static final String I18N_FACET_FLOW_DEPTH_FILTERED_DESCRIPTION = "sinfo.facet.flow_depth.filtered.description"; 32 private static final String I18N_FACET_FLOW_DEPTH_FILTERED_DESCRIPTION = "sinfo.facet.flow_depth.filtered.description";
33 33
34 private static final String FACET_FLOW_DEPTH_TKH_FILTERED = "sinfo_flow_depth.tkh.filtered"; 34 private static final String FACET_FLOW_DEPTH_TKH_FILTERED = "sinfo_facet_flow_depth_with_tkh.filtered";
35 35
36 private static final String I18N_FACET_FLOW_DEPTH_TKH_FILTERED_DESCRIPTION = "sinfo.facet.flow_depth.tkh.filtered.description"; 36 private static final String I18N_FACET_FLOW_DEPTH_TKH_FILTERED_DESCRIPTION = "sinfo.facet.flow_depth_with_tkh.filtered.description";
37 37
38 private static final Set<String> HANDLED_FACET_TYPES = new HashSet<>(); 38 private static final Set<String> HANDLED_FACET_TYPES = new HashSet<>();
39 39
40 static { 40 static {
41 HANDLED_FACET_TYPES.add(FACET_FLOW_DEPTH_FILTERED); 41 HANDLED_FACET_TYPES.add(FACET_FLOW_DEPTH_FILTERED);

http://dive4elements.wald.intevation.org