comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/WKms.java @ 8549:1cff4c98df76

(issue1754) Extend WKms interface for KM filtering
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 16 Feb 2015 15:28:22 +0100
parents 3c4efd4b2c19
children
comparison
equal deleted inserted replaced
8548:0011508d2f9d 8549:1cff4c98df76
19 19
20 double getW(int index); 20 double getW(int index);
21 21
22 TDoubleArrayList allKms(); 22 TDoubleArrayList allKms();
23 23
24 /** A new list of values between the km's from and to. */
25 WKms filteredKms(double from, double to);
26
24 TDoubleArrayList allWs(); 27 TDoubleArrayList allWs();
25 28
26 boolean guessWaterIncreasing(); 29 boolean guessWaterIncreasing();
27 30
28 /** Guess if the Water flows from right to left. 31 /** Guess if the Water flows from right to left.

http://dive4elements.wald.intevation.org