Пример #1
0
 public void InitialGeoTree(GeoForm geoForm)
 {
     this.m_Controller.SetGisModel(geoForm, this);
     this.RegisterGeoTreeModelEvents();
     this.InitTypeImageIndexDict();
     this.InitPolygonNode();
     this.InitLinesNode();
     this.InitPointsNode();
     this.InitPlanetNode();
     this.InitTreeDict();
 }
Пример #2
0
 public GeoToolBarUC(GeoForm form, GeoTree treeCtrl, IApplicationContext appContext, GeoEventManager geoEventManager) : this()
 {
     this.m_GeoForm = form;
     this.m_GeoTree = treeCtrl;
     this.m_GeoTree.Controller.AddMapShapeEvent += new AddMapShapeEventHandler(this.AddMapShapeOperation);
     this.m_CurScaleComboText = this.m_GeoForm.InitScale;
     this.m_AppContext = appContext;
     this.m_GeoEventManager = geoEventManager;
 }
 public GeoUTMParamsCoordinateProperty(ProjectFolder folder, GeoForm form) : base(folder, form)
 {
 }