comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/predefineddepthevol/PredefinedDepthEvolQueryCalculationResult.java @ 9033:384eee4b4135

Added datacage select and chart display for flow depth evolution series loaded from database, and a correction for the tkh data
author mschaefer
date Fri, 27 Apr 2018 17:41:59 +0200
parents
children 9b2e46090099
comparison
equal deleted inserted replaced
9032:1f63e9d3b0ec 9033:384eee4b4135
1 /* Copyright (C) 2017 by Bundesanstalt für Gewässerkunde
2 * Software engineering by
3 * Björnsen Beratende Ingenieure GmbH
4 * Dr. Schumacher Ingenieurbüro für Wasser und Umwelt
5 *
6 * This file is Free Software under the GNU AGPL (>=v3)
7 * and comes with ABSOLUTELY NO WARRANTY! Check out the
8 * documentation coming with Dive4Elements River for details.
9 */
10 package org.dive4elements.river.artifacts.sinfo.predefineddepthevol;
11
12 import java.util.Collection;
13
14 import org.dive4elements.river.artifacts.common.ResultRow;
15 import org.dive4elements.river.artifacts.sinfo.common.AbstractSInfoCalculationResult;
16
17 /**
18 * Contains the results of a database query of a depth evolution series
19 *
20 * @author Matthias Schäfer
21 */
22 public final class PredefinedDepthEvolQueryCalculationResult extends AbstractSInfoCalculationResult {
23
24 private static final long serialVersionUID = 1L;
25
26 public PredefinedDepthEvolQueryCalculationResult(final String label, final Collection<ResultRow> rows) {
27 super(label, null, rows);
28 }
29 }

http://dive4elements.wald.intevation.org