Пример #1
0
        private void ShowTableEditor(IMapLegendView view)
        {
            var layer = view.SelectedLayer as IFeatureLayer;

            _presenter.OpenTable(layer);
            _context.DockPanels.ShowDockPanel(TableEditorDockPanel.DefaultDockName, true, true);
        }
Пример #2
0
 public CmdExportData(IAppContext context, IMapLegendView view)
 {
     _context = context;
     _view    = view;
     OnCreate();
 }
Пример #3
0
 public CmdPanToSelectedFeature(IAppContext context, IMapLegendView view)
 {
     _context = context;
     _view    = view;
     OnCreate();
 }
Пример #4
0
 public CmdCreateLayerBySelection(IAppContext context, IMapLegendView view)
 {
     _context = context;
     _view    = view;
     OnCreate();
 }
Пример #5
0
 public CmdSetMaximumScale(IAppContext context, IMapLegendView view)
 {
     _context = context;
     _view    = view;
     OnCreate();
 }
Пример #6
0
 public CmdCollapseAllLayer(IAppContext context, IMapLegendView view)
 {
     _context = context;
     _view    = view;
     OnCreate();
 }
Пример #7
0
 public CmdOpenAttributeTable(IAppContext context, IMapLegendView view)
 {
     _context = context;
     _view    = view;
     OnCreate();
 }
Пример #8
0
 public CmdZoomToSelectFeatures(IAppContext context, IMapLegendView view)
 {
     _context = context;
     _view    = view;
     OnCreate();
 }
Пример #9
0
 public CmdLegendAddGroupLayer(IAppContext context, IMapLegendView view)
 {
     _context = context;
     _view    = view;
     OnCreate();
 }
Пример #10
0
 public CmdZoomToLayer(IAppContext context, IMapLegendView view)
 {
     _context = context;
     _view    = view;
     OnCreate();
 }
Пример #11
0
 public CmdClearScaleRange(IAppContext context, IMapLegendView view)
 {
     _context = context;
     _view    = view;
     OnCreate();
 }
Пример #12
0
 public CmdDeleteMapFrame(IAppContext context, IMapLegendView view)
 {
     _context = context;
     _view    = view;
     OnCreate();
 }