view flys-artifacts/src/main/java/de/intevation/flys/exports/minfo/SedimentLoadLSInfoGenerator.java @ 4374:e596b2cc9f38

Added chart generator for sediment load output. The generator builds a longitudinal section chart containing sediment loads.
author Raimund Renkert <rrenkert@intevation.de>
date Fri, 02 Nov 2012 14:58:51 +0100
parents
children
line wrap: on
line source
package de.intevation.flys.exports.minfo;

import de.intevation.flys.exports.ChartInfoGenerator;


public class SedimentLoadLSInfoGenerator
extends ChartInfoGenerator
{
   public SedimentLoadLSInfoGenerator() {
        super(new SedimentLoadLSGenerator());
   }
}

http://dive4elements.wald.intevation.org