comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/RiverAxisArtifact.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 f5af3adb3b95
comparison
equal deleted inserted replaced
2088:701658081f4f 2089:0da8874bd378
81 protected Geometry geom; 81 protected Geometry geom;
82 protected int riverId; 82 protected int riverId;
83 83
84 public RiverAxisState(){} 84 public RiverAxisState(){}
85 85
86 public RiverAxisState(WMSDBArtifact artifact) { 86 public RiverAxisState(FLYSArtifact artifact) {
87 super(artifact); 87 super(artifact);
88 riverId = 0; 88 riverId = 0;
89 } 89 }
90 90
91 public int getRiverId() { 91 public int getRiverId() {

http://dive4elements.wald.intevation.org