view flys-artifacts/src/main/java/de/intevation/flys/exports/fixings/FixDeltaWtInfoGenerator.java @ 5654:c5854dc8d6a1

FacetTypes: Add sedimentload IS macro.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 11 Apr 2013 10:55:41 +0200
parents 07231dcd5755
children
line wrap: on
line source
package de.intevation.flys.exports.fixings;

import de.intevation.flys.exports.ChartInfoGenerator;

public class FixDeltaWtInfoGenerator extends ChartInfoGenerator {

    public FixDeltaWtInfoGenerator() {
        super(new FixDeltaWtGenerator());
    }
}
// vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org