comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flowdepthminmax/FlowDepthMinMaxCalculationResult.java @ 9617:1d4262a68f1f

#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
author dnt_bjoernsen <d.tironi@bjoernsen.de>
date Thu, 10 Oct 2019 15:29:02 +0200
parents 7b2b086e45f0
children
comparison
equal deleted inserted replaced
9616:cedcee24a21a 9617:1d4262a68f1f
134 lines.add(exportContextCSV.formatRowValue(row, SInfoResultType.soundingLabel)); 134 lines.add(exportContextCSV.formatRowValue(row, SInfoResultType.soundingLabel));
135 lines.add(exportContextCSV.formatRowValue(row, GeneralResultType.location)); 135 lines.add(exportContextCSV.formatRowValue(row, GeneralResultType.location));
136 136
137 return lines.toArray(new String[lines.size()]); 137 return lines.toArray(new String[lines.size()]);
138 } 138 }
139
140 public String getSoundingLabel() {
141 return this.sounding.getDescription();
142 }
143
144 public String getWstLabel() {
145 return this.wst.getLabel();
146 }
139 } 147 }

http://dive4elements.wald.intevation.org