comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/WKmsFactory.java @ 3442:cd5eb8f5f6f1

Cosmetics, docs. flys-artifacts/trunk@5105 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 23 Jul 2012 14:57:27 +0000
parents 0f7abd95c6e2
children 58bdf95df5e4
comparison
equal deleted inserted replaced
3441:bfbd478bd607 3442:cd5eb8f5f6f1
14 14
15 import de.intevation.flys.artifacts.cache.CacheFactory; 15 import de.intevation.flys.artifacts.cache.CacheFactory;
16 16
17 import de.intevation.flys.backend.SessionHolder; 17 import de.intevation.flys.backend.SessionHolder;
18 18
19
19 /** 20 /**
20 * Factory to access ready-made WKms for other (than computed) 'kinds' of 21 * Factory to access ready-made WKms for other (than computed) 'kinds' of
21 * WST-data. 22 * WST-data.
22 */ 23 */
23 public class WKmsFactory 24 public class WKmsFactory
24 { 25 {
26 /** Private logger to use here. */
25 private static Logger log = Logger.getLogger(WKmsFactory.class); 27 private static Logger log = Logger.getLogger(WKmsFactory.class);
26 28
27 /** Query to get km and ws for wst_id and column_pos. */ 29 /** Query to get km and ws for wst_id and column_pos. */
28 public static final String SQL_SELECT_WS = 30 public static final String SQL_SELECT_WS =
29 "SELECT km, w FROM wst_w_values " + 31 "SELECT km, w FROM wst_w_values " +

http://dive4elements.wald.intevation.org