comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/LayerInfo.java @ 2669:7a124cb11d8e

Added a PROJECTION section to all db mapserver layers. flys-artifacts/trunk@4355 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 08 May 2012 10:19:43 +0000
parents dd467951335c
children
comparison
equal deleted inserted replaced
2668:53f42adf4505 2669:7a124cb11d8e
8 protected String directory; 8 protected String directory;
9 protected String data; 9 protected String data;
10 protected String connection; 10 protected String connection;
11 protected String connectionType; 11 protected String connectionType;
12 protected String extent; 12 protected String extent;
13 protected String srid;
13 protected String group; 14 protected String group;
14 protected String groupTitle; 15 protected String groupTitle;
15 protected String title; 16 protected String title;
16 protected String style; 17 protected String style;
17 protected String filter; 18 protected String filter;
120 public String getExtent() { 121 public String getExtent() {
121 return extent; 122 return extent;
122 } 123 }
123 124
124 125
126 public void setSrid(String srid) {
127 this.srid = srid;
128 }
129
130
131 public String getSrid() {
132 return srid;
133 }
134
135
125 public void setStyle(String style) { 136 public void setStyle(String style) {
126 this.style = style; 137 this.style = style;
127 } 138 }
128 139
129 140

http://dive4elements.wald.intevation.org