comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/Range.java @ 9415:9744ce3c3853

Rework of fixanalysis computation and dWt and WQ facets. Got rid of strange remapping and bitshifting code by explicitely saving the column information and using it in the facets. The facets also put the valid station range into their xml-metadata
author gernotbelger
date Thu, 16 Aug 2018 16:27:53 +0200
parents 1e97d2e95410
children
comparison
equal deleted inserted replaced
9414:096f151a0a9f 9415:9744ce3c3853
13 /** A range from ... to .*/ 13 /** A range from ... to .*/
14 public class Range implements Serializable { 14 public class Range implements Serializable {
15 15
16 public static final double EPSILON = 1e-5; 16 public static final double EPSILON = 1e-5;
17 17
18 protected double start; 18 private double start;
19 protected double end; 19 private double end;
20 20
21 public Range() { 21 public Range() {
22 } 22 }
23 23
24 public Range(Range other) { 24 public Range(Range other) {

http://dive4elements.wald.intevation.org