comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flood_duration/InfrastructureQueryCalculationResult.java @ 9115:a165cd63099f

Added datacage select and chart display for river infrastructure heights loaded from database
author mschaefer
date Mon, 04 Jun 2018 11:55:08 +0200
parents
children 623b51bf03d7
comparison
equal deleted inserted replaced
9114:31b3cae5de0d 9115:a165cd63099f
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.flood_duration;
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 river channel width series
19 *
20 * @author Matthias Schäfer
21 */
22 public final class InfrastructureQueryCalculationResult extends AbstractSInfoCalculationResult {
23
24 private static final long serialVersionUID = 1L;
25
26 public InfrastructureQueryCalculationResult(final String label, final Collection<ResultRow> rows) {
27 super(label, null, rows);
28 }
29 }

http://dive4elements.wald.intevation.org