comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/WMSDBLayerFacet.java @ 1876:dd467951335c

Added support for labels in Mapserver layers and options to modify its style. flys-artifacts/trunk@3234 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Fri, 11 Nov 2011 09:43:36 +0000
parents e372934f0c42
children a80d33a3bcca
comparison
equal deleted inserted replaced
1875:4fb81eb8b45b 1876:dd467951335c
5 5
6 public class WMSDBLayerFacet extends WMSLayerFacet { 6 public class WMSDBLayerFacet extends WMSLayerFacet {
7 7
8 protected String data; 8 protected String data;
9 protected String filter; 9 protected String filter;
10 protected String labelItem;
10 protected String geometryType; 11 protected String geometryType;
11 protected String connection; 12 protected String connection;
12 protected String connectionType; 13 protected String connectionType;
13 14
14 15
85 } 86 }
86 87
87 public String getConnectionType() { 88 public String getConnectionType() {
88 return connectionType; 89 return connectionType;
89 } 90 }
91
92 public void setLabelItem(String labelItem) {
93 this.labelItem = labelItem;
94 }
95
96 public String getLabelItem() {
97 return labelItem;
98 }
90 } 99 }
91 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 100 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org