comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/OfficialLineFinder.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 5e38e2924c07
children
comparison
equal deleted inserted replaced
9414:096f151a0a9f 9415:9744ce3c3853
113 " value: " + value + 113 " value: " + value +
114 " wstId: " + wstId + 114 " wstId: " + wstId +
115 " pos: " + columnPos + 115 " pos: " + columnPos +
116 " source: " + source + 116 " source: " + source +
117 " date: " + date + 117 " date: " + date +
118 " from: " + start + 118 " from: " + getStart() +
119 " to: " + end + "]"; 119 " to: " + getEnd() + "]";
120 } 120 }
121 } 121 }
122 122
123 public OfficialLineFinder() { 123 public OfficialLineFinder() {
124 } 124 }

http://dive4elements.wald.intevation.org