comparison artifacts/src/main/java/org/dive4elements/river/artifacts/uinfo/inundationduration/WMSYearSelectState.java @ 9481:787fc085459b

TSV introduced; uinfo.inundationWMS-Config
author gernotbelger
date Wed, 12 Sep 2018 10:55:09 +0200
parents
children ba0561906f81
comparison
equal deleted inserted replaced
9480:7228bd10a8cc 9481:787fc085459b
1 /* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
2 * Software engineering by Intevation GmbH
3 *
4 * This file is Free Software under the GNU AGPL (>=v3)
5 * and comes with ABSOLUTELY NO WARRANTY! Check out the
6 * documentation coming with Dive4Elements River for details.
7 */
8
9 package org.dive4elements.river.artifacts.uinfo.inundationduration;
10
11 import org.dive4elements.river.artifacts.uinfo.inundationduration.UedauernConfiguration.YearType;
12
13 /** State in which to fetch years for sedminent load calculation. */
14 public class WMSYearSelectState extends AbstractYearEpochUrlState {
15 private static final long serialVersionUID = 1L;
16
17 /**
18 * The default constructor that initializes an empty State object.
19 */
20 public WMSYearSelectState() {
21 super(YearType.jahre);
22 }
23
24 @Override
25 protected String getUIProvider() {
26 return "uinfo.inundation.wms_year";
27 }
28 }

http://dive4elements.wald.intevation.org