view artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flowdepth/FlowDepthPairSelectState.java @ 9581:b61e2a9fa5d6

Punkt 4.1. Mittlere Sohlhöhe (lang, statt "Sohl-")
author gernotbelger
date Tue, 08 Jan 2019 17:34:53 +0100
parents 839b2aa84dd0
children
line wrap: on
line source
/** Copyright (C) 2017 by Bundesanstalt für Gewässerkunde
 * Software engineering by
 *  Björnsen Beratende Ingenieure GmbH
 *  Dr. Schumacher Ingenieurbüro für Wasser und Umwelt
 *
 * This file is Free Software under the GNU AGPL (>=v3)
 * and comes with ABSOLUTELY NO WARRANTY! Check out the
 * documentation coming with Dive4Elements River for details.
 */
package org.dive4elements.river.artifacts.sinfo.flowdepth;

import org.dive4elements.river.artifacts.sinfo.common.DatacagePairSelectState;

/**
 * @author Gernot Belger
 *
 */
// REMARK: very ugly; but probably we will break the serialization of WaterlevelPairSelectState if we introduce an
// abstraction
public final class FlowDepthPairSelectState extends DatacagePairSelectState {

    private static final long serialVersionUID = 1L;

    public FlowDepthPairSelectState() {
        super("sinfo_flowdepth_twin_panel", "diffids", true); // also switch on client-side, if switched here
    }
}

http://dive4elements.wald.intevation.org