comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/MapInfo.java @ 4739:5014a84c0c7d

Add "maptype" parameter to MapInfoService.
author Christian Lins <christian.lins@intevation.de>
date Wed, 02 Jan 2013 15:24:18 +0100
parents 02cf2b1dff84
children
comparison
equal deleted inserted replaced
4738:d93748043cbc 4739:5014a84c0c7d
3 import java.io.Serializable; 3 import java.io.Serializable;
4 4
5 5
6 public class MapInfo implements Serializable { 6 public class MapInfo implements Serializable {
7 7
8 private static final long serialVersionUID = 6691651140549280494L; 8 private static final long serialVersionUID = 6691651180549280493L;
9 9
10 protected String river; 10 protected String river;
11 protected int srid; 11 protected int srid;
12 protected BBox bbox; 12 protected BBox bbox;
13 protected String wmsUrl; 13 protected String wmsUrl;
63 return wmsUrl; 63 return wmsUrl;
64 } 64 }
65 65
66 66
67 public String getWmsLayers() { 67 public String getWmsLayers() {
68 return wmsLayers; 68 return this.wmsLayers;
69 } 69 }
70 70
71 71
72 public String getBackgroundWmsUrl() { 72 public String getBackgroundWmsUrl() {
73 return backgroundWmsUrl; 73 return backgroundWmsUrl;

http://dive4elements.wald.intevation.org