comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/SedimentLoadCalculation.java @ 6740:68c7b5811c4f

Cosmetics, docs, in range of issue1393.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 01 Aug 2013 11:58:25 +0200
parents 0a70a320bfca
children 2119f13f95ab
comparison
equal deleted inserted replaced
6739:be8a5e1911ed 6740:68c7b5811c4f
34 protected String river; 34 protected String river;
35 protected String yearEpoch; 35 protected String yearEpoch;
36 protected double kmUp; 36 protected double kmUp;
37 protected double kmLow; 37 protected double kmLow;
38 protected int[] period; 38 protected int[] period;
39 /** Years of chosen epochs. */
39 protected int[][] epoch; 40 protected int[][] epoch;
40 protected String unit; 41 protected String unit;
41 42
42 public SedimentLoadCalculation() { 43 public SedimentLoadCalculation() {
43 } 44 }
232 } 233 }
233 234
234 return result; 235 return result;
235 } 236 }
236 237
238 /** Calculate/Fetch values at off. epochs. */
237 private SedimentLoadResult calculateOffEpoch(int i) { 239 private SedimentLoadResult calculateOffEpoch(int i) {
238 SedimentLoad load = SedimentLoadFactory.getLoadWithData( 240 SedimentLoad load = SedimentLoadFactory.getLoadWithData(
239 this.river, 241 this.river,
240 this.yearEpoch, 242 this.yearEpoch,
241 kmLow, 243 kmLow,

http://dive4elements.wald.intevation.org