2
13693261870
2022-09-16 653761a31dfeb50dd3d007e892d69c90bf0cdafc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
package com.landtool.lanbase.modules.res.entity.ViewModels;
 
import java.util.ArrayList;
 
public class LayerObject_Ywtc extends LayerObject {
    public String layerName;//图层名称
    
    public ArrayList<LayerObject_MapUrl> mapUrlList;//资源支持协议与地址(底图/业务图层/专题底图)
    
    public String qiPaoLuJingUrl;//气泡路径
    
    public String layerFlyPath;// Fly文件路径
    
    public String definitionexpression;// 权限过滤(区域范围)
    
    public String definitionexpression3D;// 权限过滤3D(区域范围)
    
    public Boolean isKongJianGouLv;// 是否空间过滤
    
    public Double quanXianGLLX;// 过滤类型
    
    public String guoLVZiDuan;// 过滤字段
    
    public Boolean isShowList;// 是否显示列表
    
    public Boolean isShowWFSList;// 是否展示WFS属性列表
    
    public Boolean isShowGLTCList;// 是否展示关联图层列表
    
    public String mode;// 加载方式
    
    public Boolean isRef;// 是否关联图层
    
    public Boolean lengendShow;// 图例显示
    
    public String chaXunLieBiao;// 自定义查询列表
    
    public Boolean is3DModel;
    
    public String layerRender;// 二维图层风格
    
    public Boolean isQiPaoXianShi;// 气泡显示(是:true,否:false,默认为true)
    
    public String getLayerName() {
        return layerName;
    }
    
    public void setLayerName(String layerName) {
        this.layerName = layerName;
    }
    
    public ArrayList<LayerObject_MapUrl> getMapUrlList() {
        return mapUrlList;
    }
    
    public void setMapUrlList(ArrayList<LayerObject_MapUrl> mapUrlList) {
        this.mapUrlList = mapUrlList;
    }
    
    public String getQiPaoLuJingUrl() {
        return qiPaoLuJingUrl;
    }
    
    public void setQiPaoLuJingUrl(String qiPaoLuJingUrl) {
        this.qiPaoLuJingUrl = qiPaoLuJingUrl;
    }
    
    public String getLayerFlyPath() {
        return layerFlyPath;
    }
    
    public void setLayerFlyPath(String layerFlyPath) {
        this.layerFlyPath = layerFlyPath;
    }
    
    public String getDefinitionexpression() {
        return definitionexpression;
    }
    
    public void setDefinitionexpression(String definitionexpression) {
        this.definitionexpression = definitionexpression;
    }
    
    public String getDefinitionexpression3D() {
        return definitionexpression3D;
    }
    
    public void setDefinitionexpression3D(String definitionexpression3D) {
        this.definitionexpression3D = definitionexpression3D;
    }
    
    public Boolean getKongJianGouLv() {
        return isKongJianGouLv;
    }
    
    public void setKongJianGouLv(Boolean kongJianGouLv) {
        isKongJianGouLv = kongJianGouLv;
    }
    
    public Double getQuanXianGLLX() {
        return quanXianGLLX;
    }
    
    public void setQuanXianGLLX(Double quanXianGLLX) {
        this.quanXianGLLX = quanXianGLLX;
    }
    
    public String getGuoLVZiDuan() {
        return guoLVZiDuan;
    }
    
    public void setGuoLVZiDuan(String guoLVZiDuan) {
        this.guoLVZiDuan = guoLVZiDuan;
    }
    
    public Boolean getShowList() {
        return isShowList;
    }
    
    public void setShowList(Boolean showList) {
        isShowList = showList;
    }
    
    public Boolean getShowWFSList() {
        return isShowWFSList;
    }
    
    public void setShowWFSList(Boolean showWFSList) {
        isShowWFSList = showWFSList;
    }
    
    public Boolean getShowGLTCList() {
        return isShowGLTCList;
    }
    
    public void setShowGLTCList(Boolean showGLTCList) {
        isShowGLTCList = showGLTCList;
    }
    
    public String getMode() {
        return mode;
    }
    
    public void setMode(String mode) {
        this.mode = mode;
    }
    
    public Boolean getRef() {
        return isRef;
    }
    
    public void setRef(Boolean ref) {
        isRef = ref;
    }
    
    public Boolean getLengendShow() {
        return lengendShow;
    }
    
    public void setLengendShow(Boolean lengendShow) {
        this.lengendShow = lengendShow;
    }
    
    public String getChaXunLieBiao() {
        return chaXunLieBiao;
    }
    
    public void setChaXunLieBiao(String chaXunLieBiao) {
        this.chaXunLieBiao = chaXunLieBiao;
    }
    
    public Boolean getIs3DModel() {
        return is3DModel;
    }
    
    public void setIs3DModel(Boolean is3DModel) {
        this.is3DModel = is3DModel;
    }
    
    public String getLayerRender() {
        return layerRender;
    }
    
    public void setLayerRender(String layerRender) {
        this.layerRender = layerRender;
    }
    
    public Boolean getQiPaoXianShi() {
        return isQiPaoXianShi;
    }
    
    public void setQiPaoXianShi(Boolean qiPaoXianShi) {
        isQiPaoXianShi = qiPaoXianShi;
    }
}