package com.landtool.lanbase.modules.res.entity.ViewModels; import java.util.ArrayList; public class LayerObject_Ztdt extends LayerObject { public String layerName;//原图层名称 public ArrayList mapUrlList;//资源支持协议与地址(底图/业务图层/专题底图) public String xmlPopInfo;//气泡配置 public String centerPoint;//中心点 public Integer minLevel;//最小级别 public String ziTuChengSet;//子图层设置 public Boolean shareWMS; public String boFangCofig;// 播放配置 public String ziYuanLengend;//图例 public Integer baseMapZiYuanID;//底图资源Id public LayerObject_Jcdt baseMapLayerObject; public String getLayerName() { return layerName; } public void setLayerName(String layerName) { this.layerName = layerName; } public ArrayList getMapUrlList() { return mapUrlList; } public void setMapUrlList(ArrayList mapUrlList) { this.mapUrlList = mapUrlList; } public String getXmlPopInfo() { return xmlPopInfo; } public void setXmlPopInfo(String xmlPopInfo) { this.xmlPopInfo = xmlPopInfo; } public String getCenterPoint() { return centerPoint; } public void setCenterPoint(String centerPoint) { this.centerPoint = centerPoint; } public Integer getMinLevel() { return minLevel; } public void setMinLevel(Integer minLevel) { this.minLevel = minLevel; } public String getZiTuChengSet() { return ziTuChengSet; } public void setZiTuChengSet(String ziTuChengSet) { this.ziTuChengSet = ziTuChengSet; } public Boolean getShareWMS() { return shareWMS; } public void setShareWMS(Boolean shareWMS) { this.shareWMS = shareWMS; } public String getBoFangCofig() { return boFangCofig; } public void setBoFangCofig(String boFangCofig) { this.boFangCofig = boFangCofig; } public String getZiYuanLengend() { return ziYuanLengend; } public void setZiYuanLengend(String ziYuanLengend) { this.ziYuanLengend = ziYuanLengend; } public Integer getBaseMapZiYuanID() { return baseMapZiYuanID; } public void setBaseMapZiYuanID(Integer baseMapZiYuanID) { this.baseMapZiYuanID = baseMapZiYuanID; } public LayerObject_Jcdt getBaseMapLayerObject() { return baseMapLayerObject; } public void setBaseMapLayerObject(LayerObject_Jcdt baseMapLayerObject) { this.baseMapLayerObject = baseMapLayerObject; } }