diff artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/MiddleBedHeightData.java @ 8560:6fcf4717605f

Meta-data on sounding width associated to bed heights is redundant to real data associated to values.
author "Tom Gottfried <tom@intevation.de>"
date Mon, 16 Feb 2015 11:48:05 +0100
parents 3a0522f1a532
children 5e38e2924c07
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/MiddleBedHeightData.java	Mon Feb 16 11:08:33 2015 +0100
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/MiddleBedHeightData.java	Mon Feb 16 11:48:05 2015 +0100
@@ -40,7 +40,6 @@
     private TDoubleArrayList dataGap;
     private String type;
     private String locationSystem;
-    private Integer soundWidth;
     private String oldElevationModel;
     private String curElevationModel;
     private String riverElevationModel;
@@ -50,7 +49,7 @@
     protected MiddleBedHeightData(int year, int end, String eval, String desc,
         String curElevationModel, String oldElevationModel,
         String riverElevationModel, String type,
-        String locationSystem, Integer soundingWidth) {
+        String locationSystem) {
         this.year   = year;
         this.evaluatedBy = eval;
         this.description = desc;
@@ -59,7 +58,6 @@
         this.riverElevationModel = riverElevationModel;
         this.type = type;
         this.locationSystem = locationSystem;
-        this.soundWidth = soundingWidth;
 
         this.km            = new TDoubleArrayList();
         this.middleHeight  = new TDoubleArrayList();
@@ -112,9 +110,6 @@
         return this.locationSystem;
     }
 
-    public String getSoundingWidth() {
-        return this.soundWidth.toString();
-    }
     protected void addKM(double km) {
         this.km.add(km);
     }

http://dive4elements.wald.intevation.org