Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/src/main/java/de/intevation/gnv/statistics/VerticalProfileStatistics.java @ 197:bab92ad1165d
Added the required Classes an Configuration for providing VerticalCrossSections
gnv-artifacts/trunk@250 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Tue, 20 Oct 2009 13:32:05 +0000 |
parents | 7fb9441dd8af |
children | 07650fc6014c |
comparison
equal
deleted
inserted
replaced
196:60c61f323f16 | 197:bab92ad1165d |
---|---|
20 super(); | 20 super(); |
21 } | 21 } |
22 | 22 |
23 @Override | 23 @Override |
24 protected double calculateXOrdinateValue(Result row) throws SQLException { | 24 protected double calculateXOrdinateValue(Result row) throws SQLException { |
25 return row.getDouble("XORDINATE"); | 25 return 0; |
26 } | 26 } |
27 | 27 |
28 } | 28 } |