comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/MiddleBedHeightData.java @ 7999:3bdb9f99b4a0 facet-metadata

Add river elevation model to middle bed height csv export.
author Raimund Renkert <rrenkert@intevation.de>
date Thu, 03 Jul 2014 11:31:26 +0200
parents 150d71261cad
children e4606eae8ea5
comparison
equal deleted inserted replaced
7998:92c57cdbd94b 7999:3bdb9f99b4a0
44 private String type; 44 private String type;
45 private String locationSystem; 45 private String locationSystem;
46 private Integer soundWidth; 46 private Integer soundWidth;
47 private String oldElevationModel; 47 private String oldElevationModel;
48 private String curElevationModel; 48 private String curElevationModel;
49 private String riverElevationModel;
49 private ArrayList empty; 50 private ArrayList empty;
50 51
51 52
52 protected MiddleBedHeightData(int start, int end, String eval, String desc, 53 protected MiddleBedHeightData(int start, int end, String eval, String desc,
53 String curElevationModel, String oldElevationModel, String type, 54 String curElevationModel, String oldElevationModel,
55 String riverElevationModel, String type,
54 String locationSystem, Integer soundingWidth) { 56 String locationSystem, Integer soundingWidth) {
55 this.startYear = start; 57 this.startYear = start;
56 this.endYear = end; 58 this.endYear = end;
57 this.evaluatedBy = eval; 59 this.evaluatedBy = eval;
58 this.description = desc; 60 this.description = desc;
59 this.curElevationModel = curElevationModel; 61 this.curElevationModel = curElevationModel;
60 this.oldElevationModel = oldElevationModel; 62 this.oldElevationModel = oldElevationModel;
63 this.riverElevationModel = riverElevationModel;
61 this.type = type; 64 this.type = type;
62 this.locationSystem = locationSystem; 65 this.locationSystem = locationSystem;
63 this.soundWidth = soundingWidth; 66 this.soundWidth = soundingWidth;
64 67
65 this.km = new TDoubleArrayList(); 68 this.km = new TDoubleArrayList();
105 108
106 public String getOldElevationModel() { 109 public String getOldElevationModel() {
107 return this.oldElevationModel; 110 return this.oldElevationModel;
108 } 111 }
109 112
113 public String getRiverElevationModel() {
114 return this.riverElevationModel;
115 }
116
110 public String getType() { 117 public String getType() {
111 return this.type; 118 return this.type;
112 } 119 }
113 120
114 public String getLocationSystem() { 121 public String getLocationSystem() {

http://dive4elements.wald.intevation.org