Exemple #1
0
        private void ShowTableEditor(IMapLegendView view)
        {
            var layer = view.SelectedLayer as IFeatureLayer;

            _presenter.OpenTable(layer);
            _context.DockPanels.ShowDockPanel(TableEditorDockPanel.DefaultDockName, true, true);
        }
Exemple #2
0
 public CmdExportData(IAppContext context, IMapLegendView view)
 {
     _context = context;
     _view    = view;
     OnCreate();
 }
 public CmdPanToSelectedFeature(IAppContext context, IMapLegendView view)
 {
     _context = context;
     _view    = view;
     OnCreate();
 }
 public CmdCreateLayerBySelection(IAppContext context, IMapLegendView view)
 {
     _context = context;
     _view    = view;
     OnCreate();
 }
Exemple #5
0
 public CmdSetMaximumScale(IAppContext context, IMapLegendView view)
 {
     _context = context;
     _view    = view;
     OnCreate();
 }
Exemple #6
0
 public CmdCollapseAllLayer(IAppContext context, IMapLegendView view)
 {
     _context = context;
     _view    = view;
     OnCreate();
 }
 public CmdOpenAttributeTable(IAppContext context, IMapLegendView view)
 {
     _context = context;
     _view    = view;
     OnCreate();
 }
 public CmdZoomToSelectFeatures(IAppContext context, IMapLegendView view)
 {
     _context = context;
     _view    = view;
     OnCreate();
 }
 public CmdLegendAddGroupLayer(IAppContext context, IMapLegendView view)
 {
     _context = context;
     _view    = view;
     OnCreate();
 }
Exemple #10
0
 public CmdZoomToLayer(IAppContext context, IMapLegendView view)
 {
     _context = context;
     _view    = view;
     OnCreate();
 }
Exemple #11
0
 public CmdClearScaleRange(IAppContext context, IMapLegendView view)
 {
     _context = context;
     _view    = view;
     OnCreate();
 }
Exemple #12
0
 public CmdDeleteMapFrame(IAppContext context, IMapLegendView view)
 {
     _context = context;
     _view    = view;
     OnCreate();
 }