view artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flowdepthminmax/FlowDepthMinMaxPairSelectState.java @ 8993:0adc6d04de95

SInfo - FlowDepthMinMax: choosing bed heights, not bed height min and max separately
author gernotbelger
date Wed, 11 Apr 2018 14:09:13 +0200
parents
children 839b2aa84dd0
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.flowdepthminmax;

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

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

    private static final long serialVersionUID = 1L;

    public FlowDepthMinMaxPairSelectState() {
        super("sinfo_flowdepthminmax_twin_panel", "diffids");
    }
}

http://dive4elements.wald.intevation.org