diff 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
line wrap: on
line diff
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportBedHeightSingleValue.java	Fri May 24 16:03:52 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportBedHeightSingleValue.java	Fri May 24 16:26:41 2013 +0200
@@ -29,24 +29,24 @@
 
     protected ImportBedHeightSingle bedHeight;
 
-    protected Double station;
-    protected Double height;
-    protected Double uncertainty;
-    protected Double dataGap;
+    protected BigDecimal station;
+    protected BigDecimal height;
+    protected BigDecimal uncertainty;
+    protected BigDecimal dataGap;
     protected BigDecimal soundingWidth;
-    protected Double width;
+    protected BigDecimal width;
 
     protected BedHeightSingleValue peer;
 
 
     public ImportBedHeightSingleValue(
         ImportBedHeightSingle bedHeight,
-        Double station,
-        Double height,
-        Double uncertainty,
-        Double dataGap,
+        BigDecimal station,
+        BigDecimal height,
+        BigDecimal uncertainty,
+        BigDecimal dataGap,
         BigDecimal soundingWidth,
-        Double width
+        BigDecimal width
     ) {
         this.bedHeight     = bedHeight;
         this.station       = station;

http://dive4elements.wald.intevation.org