comparison gnv-artifacts/src/main/java/de/intevation/gnv/profile/horizontal/HorizontalProfileMeshCrossArtifact.java @ 352:24c21a720aa5

Added Support for "horizontale Schnittprofile" gnv-artifacts/trunk@425 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Tue, 15 Dec 2009 10:20:16 +0000
parents
children 9a828e5a2390
comparison
equal deleted inserted replaced
351:4ac3c1c1c060 352:24c21a720aa5
1 /**
2 *
3 */
4 package de.intevation.gnv.profile.horizontal;
5
6 import org.apache.log4j.Logger;
7
8 /**
9 * @author Tim Englich <tim.englich@intevation.de>
10 *
11 */
12 public class HorizontalProfileMeshCrossArtifact extends
13 HorizontalProfileMeshArtifact {
14
15 /**
16 * The UID of this Class
17 */
18 private static final long serialVersionUID = 3955589051619129854L;
19 /**
20 * the logger, used to log exceptions and additonaly information
21 */
22 private static Logger log = Logger
23 .getLogger(HorizontalProfileMeshCrossArtifact.class);
24
25 /**
26 * Constructor
27 */
28 public HorizontalProfileMeshCrossArtifact() {
29 super();
30 log.debug("HorizontalProfileMeshCrossArtifact.Constructor");
31 super.name = super.name + "Cross";
32 }
33
34 }

http://dive4elements.wald.intevation.org