comparison backend/src/main/java/org/dive4elements/river/importer/ImportBedHeightSingleValue.java @ 6201:dc166b225775

Backed out changeset 53fca3392c9f
author Tom Gottfried <tom.gottfried@intevation.de>
date Fri, 24 May 2013 16:26:41 +0200
parents 53fca3392c9f
children a3fb76cf79b6
comparison
equal deleted inserted replaced
6200:53fca3392c9f 6201:dc166b225775
27 Logger.getLogger(ImportBedHeightSingleValue.class); 27 Logger.getLogger(ImportBedHeightSingleValue.class);
28 28
29 29
30 protected ImportBedHeightSingle bedHeight; 30 protected ImportBedHeightSingle bedHeight;
31 31
32 protected Double station; 32 protected BigDecimal station;
33 protected Double height; 33 protected BigDecimal height;
34 protected Double uncertainty; 34 protected BigDecimal uncertainty;
35 protected Double dataGap; 35 protected BigDecimal dataGap;
36 protected BigDecimal soundingWidth; 36 protected BigDecimal soundingWidth;
37 protected Double width; 37 protected BigDecimal width;
38 38
39 protected BedHeightSingleValue peer; 39 protected BedHeightSingleValue peer;
40 40
41 41
42 public ImportBedHeightSingleValue( 42 public ImportBedHeightSingleValue(
43 ImportBedHeightSingle bedHeight, 43 ImportBedHeightSingle bedHeight,
44 Double station, 44 BigDecimal station,
45 Double height, 45 BigDecimal height,
46 Double uncertainty, 46 BigDecimal uncertainty,
47 Double dataGap, 47 BigDecimal dataGap,
48 BigDecimal soundingWidth, 48 BigDecimal soundingWidth,
49 Double width 49 BigDecimal width
50 ) { 50 ) {
51 this.bedHeight = bedHeight; 51 this.bedHeight = bedHeight;
52 this.station = station; 52 this.station = station;
53 this.height = height; 53 this.height = height;
54 this.uncertainty = uncertainty; 54 this.uncertainty = uncertainty;

http://dive4elements.wald.intevation.org