예제 #1
0
 public FiledDisplayFormEditor(CollectionsModel model, NetWorkType type)
 {
     this.m_Model = model;
     model.SiteColl.PropLabel = this;
     model.TranceiverColl.PropLabel = this;
     this.m_NetworkType = type;
     this.m_GisDisplay = new GisDisPlay();
     this.m_GisDisplay.SiteDisPlayPara = new DisplayPara(NetEntityType.Site);
     this.m_GisDisplay.CellDisPlayPara = new DisplayPara(NetEntityType.Transceiver);
     this.m_CellTypeDic = NECommon.GetCellTypeDic();
 }
예제 #2
0
 public void LoadData(GisDisPlay playPara)
 {
     this.m_GisDisplay = playPara;
     this.SiteLabelPropList = playPara.SiteLabelPropList;
     this.CellLabelPropList = playPara.CellLabelPropList;
 }