comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flowdepthminmax/FlowDepthMinMaxCalculationResult.java @ 8950:b0aeed4c97c1

Implemented chart output for sinfo flow depth min/max calculation
author gernotbelger
date Thu, 15 Mar 2018 17:22:28 +0100
parents a4f1ac81f26d
children 0adc6d04de95
comparison
equal deleted inserted replaced
8949:09e4a4909814 8950:b0aeed4c97c1
49 if (this.minSounding != null) 49 if (this.minSounding != null)
50 return this.minSounding; 50 return this.minSounding;
51 51
52 return this.maxSounding; 52 return this.maxSounding;
53 } 53 }
54
55 public boolean hasMin() {
56 return this.minSounding != null;
57 }
58
59 public boolean hasMax() {
60 return this.maxSounding != null;
61 }
54 } 62 }

http://dive4elements.wald.intevation.org