comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/GaugeInfo.java @ 3826:7a34af684ed4

Add station info to the gauges flys-client/trunk@5521 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Bjoern Ricks <bjoern.ricks@intevation.de>
date Wed, 19 Sep 2012 12:41:48 +0000
parents 79ad33f41977
children dc505433173f
comparison
equal deleted inserted replaced
3825:e91c5112d67c 3826:7a34af684ed4
51 * Returns the aeo value or null if not available 51 * Returns the aeo value or null if not available
52 */ 52 */
53 Double getAeo(); 53 Double getAeo();
54 54
55 boolean isKmUp(); 55 boolean isKmUp();
56
57 /**
58 * Returns the station km of the gauge or null if not available
59 */
60 Double getStation();
56 } 61 }

http://dive4elements.wald.intevation.org