comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/map/HWS.java @ 6125:243558474334

Add "Ringdeich" class to barrier lines mapfile template (#802).
author Christian Lins <christian.lins@intevation.de>
date Wed, 29 May 2013 10:36:40 +0200
parents af13ceeba52a
children
comparison
equal deleted inserted replaced
6124:06cb01e8aef3 6125:243558474334
32 private String description; 32 private String description;
33 private TYPE type; 33 private TYPE type;
34 34
35 public HWS() { 35 public HWS() {
36 this.geom = null; 36 this.geom = null;
37 // TODO Auto-generated constructor stub
38 } 37 }
39 38
40 public HWS(String name) { 39 public HWS(String name) {
41 super(name); 40 super(name);
42 this.geom = null; 41 this.geom = null;

http://dive4elements.wald.intevation.org