comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/ArtifactDescription.java @ 1279:af6ad7522351

Bugfix: #336 Improved determination of min/max KM values - code moved to ArtifactDescription. flys-client/trunk@2861 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 29 Sep 2011 09:14:41 +0000
parents 6f65e70fa11d
children 070321cf17e1
comparison
equal deleted inserted replaced
1278:4c3329db2536 1279:af6ad7522351
45 */ 45 */
46 public String[] getReachableStates(); 46 public String[] getReachableStates();
47 47
48 48
49 /** 49 /**
50 * Returns the name of the selected river.
51 *
52 * @return the selected river.
53 */
54 public String getRiver();
55
56
57 /**
58 * Returns the selected min and max kilomter if existing otherwise null.
59 *
60 * @return an array of [min-km, max-km] if existing otherwise null.
61 */
62 public double[] getKMRange();
63
64
65 /**
50 * Returns the available output modes. 66 * Returns the available output modes.
51 * 67 *
52 * @return the available output modes. 68 * @return the available output modes.
53 */ 69 */
54 public OutputMode[] getOutputModes(); 70 public OutputMode[] getOutputModes();

http://dive4elements.wald.intevation.org