comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/WMSDBLayerFacet.java @ 1854:e372934f0c42

Replaced the dbconnection.include used by Mapserver - these information are provided by LayerInfo objects now, which reduces config overhead. flys-artifacts/trunk@3199 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 09 Nov 2011 15:00:29 +0000
parents 5364b86a0880
children dd467951335c
comparison
equal deleted inserted replaced
1853:5b2122a8bcbf 1854:e372934f0c42
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 geometryType; 10 protected String geometryType;
11 protected String connection;
12 protected String connectionType;
11 13
12 14
13 public WMSDBLayerFacet() { 15 public WMSDBLayerFacet() {
14 super(); 16 super();
15 } 17 }
67 } 69 }
68 70
69 public String getGeometryType() { 71 public String getGeometryType() {
70 return geometryType; 72 return geometryType;
71 } 73 }
74
75 public void setConnection(String connection) {
76 this.connection = connection;
77 }
78
79 public String getConnection() {
80 return connection;
81 }
82
83 public void setConnectionType(String connectionType) {
84 this.connectionType = connectionType;
85 }
86
87 public String getConnectionType() {
88 return connectionType;
89 }
72 } 90 }
73 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 91 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org