comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/tkhstate/TkhState.java @ 8980:b194fa64506a

SINFO - show results themes according to spec, either raw data or floating mean values. Some improvements to error handling and handling of empty results.
author gernotbelger
date Thu, 05 Apr 2018 18:30:34 +0200
parents ee5ce13016ed
children 23945061daec
comparison
equal deleted inserted replaced
8979:951a4af24a09 8980:b194fa64506a
85 85
86 final TkhCalculationResult result = resultList.get(index); 86 final TkhCalculationResult result = resultList.get(index);
87 87
88 facets.add(TkhProcessor.createTkhFacet(context, hash, this.id, result, index)); 88 facets.add(TkhProcessor.createTkhFacet(context, hash, this.id, result, index));
89 89
90 facets.add(FlowDepthProcessor.createFlowDepthFacet(context, hash, this.id, result, index)); 90 facets.add(FlowDepthProcessor.createFlowDepthFilteredFacet(context, hash, this.id, result, index));
91 facets.add(FlowDepthProcessor.createFlowDepthRawFacet(context, hash, this.id, result, index));
92
91 facets.add(VelocityProcessor.createVelocityFacet(context, hash, this.id, result, index)); 93 facets.add(VelocityProcessor.createVelocityFacet(context, hash, this.id, result, index));
92 facets.add(D50Processor.createD50Facet(context, hash, this.id, result, index)); 94 facets.add(D50Processor.createD50Facet(context, hash, this.id, result, index));
93 facets.add(TauProcessor.createTauFacet(context, hash, this.id, result, index)); 95 facets.add(TauProcessor.createTauFacet(context, hash, this.id, result, index));
94 } 96 }
95 97

http://dive4elements.wald.intevation.org