view flys-artifacts/src/main/java/de/intevation/flys/exports/WDifferencesCurveInfoGenerator.java @ 1641:eb3ab28d1c21

The extent of the WSPLGEN facets are now determined by the extent of the start and end CrossSectionTrack of the WSPLGEN calculation. flys-artifacts/trunk@2827 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 26 Sep 2011 15:35:46 +0000
parents fc572b30f1b8
children
line wrap: on
line source
package de.intevation.flys.exports;


/**
 * A ChartInfoGenerator that generates meta information for specific
 * w differences.
 */
public class WDifferencesCurveInfoGenerator
extends      ChartInfoGenerator
{
    public WDifferencesCurveInfoGenerator() {
        super(new WDifferencesCurveGenerator());
    }
}
// vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org