comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/extreme/ExtremeCalculation.java @ 4416:73200f5462fa

ExtremeCalculation: Doc.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 06 Nov 2012 06:36:54 +0100
parents 10e277c2fe0f
children d09dbff54e38
comparison
equal deleted inserted replaced
4415:06b6667513db 4416:73200f5462fa
138 return hasProblems() 138 return hasProblems()
139 ? new CalculationResult(this) 139 ? new CalculationResult(this)
140 : innerCalculate(wst, function); 140 : innerCalculate(wst, function);
141 } 141 }
142 142
143
144 /** Name of wqkms like W(5000,6000) */
143 protected String wqkmsName(int i) { 145 protected String wqkmsName(int i) {
144 StringBuilder sb = new StringBuilder("W("); 146 StringBuilder sb = new StringBuilder("W(");
145 boolean already = false; 147 boolean already = false;
146 for (RangeWithValues r: ranges) { 148 for (RangeWithValues r: ranges) {
147 double [] values = r.getValues(); 149 double [] values = r.getValues();

http://dive4elements.wald.intevation.org