view gnv-artifacts/src/main/java/de/intevation/gnv/profile/horizontal/HorizontalProfileMeshArtifact.java @ 280:72f5e8bd2791 0.2

merged geo-backend/0.2
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 28 Sep 2012 12:13:45 +0200
parents 7fb9441dd8af
children 9a828e5a2390
line wrap: on
line source
/**
 *
 */
package de.intevation.gnv.profile.horizontal;

import org.apache.log4j.Logger;

/**
 * @author Tim Englich <tim.englich@intevation.de>
 * 
 */
public class HorizontalProfileMeshArtifact extends HorizontalProfileArtifact {
    /**
     * the logger, used to log exceptions and additonaly information
     */
    private static Logger log = Logger
            .getLogger(HorizontalProfileMeshArtifact.class);

    /**
     * The UID of this class
     */
    private static final long serialVersionUID = -8291547966693867205L;

    /**
     * Constructor
     */
    public HorizontalProfileMeshArtifact() {
        super();
        log.debug("VerticalProfileMeshArtifact.Constructor");
        super.name = super.name + "Mesh";
    }
}

http://dive4elements.wald.intevation.org