comparison gnv-artifacts/src/main/java/de/intevation/gnv/statistics/HorizontalProfileStatistics.java @ 113:a16f5267803e

Added Basic-Support for HorizontalProfiles gnv-artifacts/trunk@163 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Wed, 30 Sep 2009 13:42:51 +0000
parents
children 7fb9441dd8af
comparison
equal deleted inserted replaced
112:b8dbf39ca935 113:a16f5267803e
1 /**
2 *
3 */
4 package de.intevation.gnv.statistics;
5
6 import java.sql.SQLException;
7
8 import de.intevation.gnv.geobackend.base.Result;
9
10 /**
11 * @author Tim Englich <tim.englich@intevation.de>
12 *
13 */
14 public class HorizontalProfileStatistics extends TimeseriesStatistics {
15
16 /**
17 * Constructor
18 */
19 public HorizontalProfileStatistics() {
20 super();
21 }
22
23 @Override
24 protected double calculateXOrdinateValue(Result row) throws SQLException {
25 return row.getDouble("XORDINATE_XCOORD");
26 }
27 }

http://dive4elements.wald.intevation.org