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;
|
}
|
}
|