Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/timeseries/TimeSeriesOutputState.java @ 781:5dd94448538d
Added timegap definitions as attribute to each state.
gnv-artifacts/trunk@860 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 29 Mar 2010 10:02:42 +0000 |
parents | c4156275c1e1 |
children | 9058c08eac3a |
comparison
equal
deleted
inserted
replaced
780:c4156275c1e1 | 781:5dd94448538d |
---|---|
105 * the logger, used to log exceptions and additonaly information | 105 * the logger, used to log exceptions and additonaly information |
106 */ | 106 */ |
107 private static Logger log = Logger | 107 private static Logger log = Logger |
108 .getLogger(TimeSeriesOutputState.class); | 108 .getLogger(TimeSeriesOutputState.class); |
109 | 109 |
110 private static List<TimeGap> timeGapDefinitions = null; | 110 private List<TimeGap> timeGapDefinitions = null; |
111 | 111 |
112 protected String domainLable = "chart.timeseries.title.xaxis"; | 112 protected String domainLable = "chart.timeseries.title.xaxis"; |
113 | 113 |
114 protected String featureValuesName = "featureid"; | 114 protected String featureValuesName = "featureid"; |
115 protected String parameterValuesName = "parameterid"; | 115 protected String parameterValuesName = "parameterid"; |