comparison backend/src/main/java/org/dive4elements/river/importer/ImportBedHeightSingleValue.java @ 6298:f095b58c95d9 double-precision

Bedheight single parser: do not reject lines with missing values
author Tom Gottfried <tom.gottfried@intevation.de>
date Wed, 12 Jun 2013 14:25:58 +0200
parents a3fb76cf79b6
children 4b26fd60105f
comparison
equal deleted inserted replaced
6274:3d8f9e3bbf2e 6298:f095b58c95d9
8 8
9 package org.dive4elements.river.importer; 9 package org.dive4elements.river.importer;
10 10
11 import java.util.List; 11 import java.util.List;
12 12
13 import java.math.BigDecimal; 13 //import java.math.BigDecimal;
14 14
15 import org.apache.log4j.Logger; 15 import org.apache.log4j.Logger;
16 16
17 import org.hibernate.Session; 17 import org.hibernate.Session;
18 import org.hibernate.Query; 18 import org.hibernate.Query;
31 31
32 protected Double station; 32 protected Double station;
33 protected Double height; 33 protected Double height;
34 protected Double uncertainty; 34 protected Double uncertainty;
35 protected Double dataGap; 35 protected Double dataGap;
36 protected BigDecimal soundingWidth; 36 // protected BigDecimal soundingWidth;
37 protected Double soundingWidth;
37 protected Double width; 38 protected Double width;
38 39
39 protected BedHeightSingleValue peer; 40 protected BedHeightSingleValue peer;
40 41
41 42
43 ImportBedHeightSingle bedHeight, 44 ImportBedHeightSingle bedHeight,
44 Double station, 45 Double station,
45 Double height, 46 Double height,
46 Double uncertainty, 47 Double uncertainty,
47 Double dataGap, 48 Double dataGap,
48 BigDecimal soundingWidth, 49 // BigDecimal soundingWidth,
50 Double soundingWidth,
49 Double width 51 Double width
50 ) { 52 ) {
51 this.bedHeight = bedHeight; 53 this.bedHeight = bedHeight;
52 this.station = station; 54 this.station = station;
53 this.height = height; 55 this.height = height;

http://dive4elements.wald.intevation.org