comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/WMSDBArtifact.java @ 2089:0da8874bd378

Added initial state to map artifact to be able to advance and step back. The map artifact overrides describe() to have the complete UI information in the describe response document. flys-artifacts/trunk@3613 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Fri, 06 Jan 2012 12:02:10 +0000
parents 007a8f5ed9f1
children 5afccab9aac1
comparison
equal deleted inserted replaced
2088:701658081f4f 2089:0da8874bd378
101 101
102 102
103 public static abstract class WMSDBState extends DefaultState { 103 public static abstract class WMSDBState extends DefaultState {
104 private static final Logger logger = Logger.getLogger(WMSDBState.class); 104 private static final Logger logger = Logger.getLogger(WMSDBState.class);
105 105
106 protected WMSDBArtifact artifact; 106 protected FLYSArtifact artifact;
107 107
108 public WMSDBState() {} 108 public WMSDBState() {}
109 109
110 public WMSDBState(WMSDBArtifact artifact) { 110 public WMSDBState(FLYSArtifact artifact) {
111 this.artifact = artifact; 111 this.artifact = artifact;
112 } 112 }
113 113
114 @Override 114 @Override
115 public Object computeInit( 115 public Object computeInit(

http://dive4elements.wald.intevation.org