comparison artifacts/src/main/java/org/dive4elements/river/artifacts/common/IExportContext.java @ 9195:a4121ec450d6

'ca.'-issue ExportContextCSV+PDF separated uinfo.inundationduration url export
author gernotbelger
date Fri, 29 Jun 2018 14:52:54 +0200
parents
children
comparison
equal deleted inserted replaced
9191:f692f5a0536a 9195:a4121ec450d6
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.common;
11
12 /**
13 * @author Domenico Nardi Tironi
14 */
15 public interface IExportContext {
16
17 String formatRowValue(ResultRow row, IResultType type);
18
19 <RESULTS extends AbstractCalculationResults<?>> RESULTS getResults();
20 }

http://dive4elements.wald.intevation.org