Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/src/main/java/de/intevation/gnv/utils/WKTUtils.java @ 480:211cad2fb5ba
Rebased "Horizonalschnitte" to own state class to break from the not
well fitting TimeSeriesOutputState.
gnv-artifacts/trunk@552 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Sun, 17 Jan 2010 12:22:56 +0000 |
parents | 06887e2e3f7a |
children | 64e65daa65e9 |
comparison
equal
deleted
inserted
replaced
479:d47b478e662b | 480:211cad2fb5ba |
---|---|
136 return null; | 136 return null; |
137 } | 137 } |
138 | 138 |
139 public static String worldEnvelopeCoordinatesToIndex( | 139 public static String worldEnvelopeCoordinatesToIndex( |
140 Coordinate [] coords, | 140 Coordinate [] coords, |
141 Collection<Result> result, | |
142 String meshid, | 141 String meshid, |
143 String ijkQueryID | 142 String ijkQueryID |
144 ) | 143 ) |
145 throws QueryException | 144 throws QueryException |
146 { | 145 { |