====== ThinkGeo.MapSuite.GisEditor.GisEditor ====== {{section>upgrade_map_suite_to_10.0}} This class contains some global objects will be accessed by both shell and plugins. ===== Inheritance Hierarchy ===== *System.Object **[[ThinkGeo.MapSuite.GisEditor.GisEditor]] ===== Members Summary ===== ==== Public Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ ==== Protected Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ ==== Public Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}{{wiki:Static.gif|Static Member}}[[#GetMaps()|GetMaps]] | | | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | ==== Protected Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | ==== Public Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ | {{wiki:PublicProperty.gif|Public Property}}{{wiki:Static.gif|Static Member}}[[#ActiveMap|ActiveMap]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.Extension.GisEditorWpfMap|GisEditorWpfMap]] | | This static property gets or sets the map that is activated. | | {{wiki:PublicProperty.gif|Public Property}}{{wiki:Static.gif|Static Member}}[[#ControlManager|ControlManager]] | [[ThinkGeo.MapSuite.GisEditor.ControlPluginManager|ControlPluginManager]] | | | | {{wiki:PublicProperty.gif|Public Property}}{{wiki:Static.gif|Static Member}}[[#DataRepositoryManager|DataRepositoryManager]] | [[ThinkGeo.MapSuite.GisEditor.DataRepositoryPluginManager|DataRepositoryPluginManager]] | | | | {{wiki:PublicProperty.gif|Public Property}}{{wiki:Static.gif|Static Member}}[[#DockWindowManager|DockWindowManager]] | [[ThinkGeo.MapSuite.GisEditor.DockWindowManager|DockWindowManager]] | | | | {{wiki:PublicProperty.gif|Public Property}}{{wiki:Static.gif|Static Member}}[[#InfrastructureManager|InfrastructureManager]] | [[ThinkGeo.MapSuite.GisEditor.InfrastructureManager|InfrastructureManager]] | | | | {{wiki:PublicProperty.gif|Public Property}}{{wiki:Static.gif|Static Member}}[[#LanguageManager|LanguageManager]] | [[ThinkGeo.MapSuite.GisEditor.LanguageManager|LanguageManager]] | | | | {{wiki:PublicProperty.gif|Public Property}}{{wiki:Static.gif|Static Member}}[[#LayerListManager|LayerListManager]] | [[ThinkGeo.MapSuite.GisEditor.LayerListManager|LayerListManager]] | | | | {{wiki:PublicProperty.gif|Public Property}}{{wiki:Static.gif|Static Member}}[[#LayerManager|LayerManager]] | [[ThinkGeo.MapSuite.GisEditor.LayerPluginManager|LayerPluginManager]] | | | | {{wiki:PublicProperty.gif|Public Property}}{{wiki:Static.gif|Static Member}}[[#LoggerManager|LoggerManager]] | [[ThinkGeo.MapSuite.GisEditor.LoggerPluginManager|LoggerPluginManager]] | | | | {{wiki:PublicProperty.gif|Public Property}}{{wiki:Static.gif|Static Member}}[[#ProjectManager|ProjectManager]] | [[ThinkGeo.MapSuite.GisEditor.ProjectPluginManager|ProjectPluginManager]] | | | | {{wiki:PublicProperty.gif|Public Property}}{{wiki:Static.gif|Static Member}}[[#SelectionManager|SelectionManager]] | [[ThinkGeo.MapSuite.GisEditor.SelectionManager|SelectionManager]] | | | | {{wiki:PublicProperty.gif|Public Property}}{{wiki:Static.gif|Static Member}}[[#StyleManager|StyleManager]] | [[ThinkGeo.MapSuite.GisEditor.StylePluginManager|StylePluginManager]] | | | | {{wiki:PublicProperty.gif|Public Property}}{{wiki:Static.gif|Static Member}}[[#TaskManager|TaskManager]] | [[ThinkGeo.MapSuite.GisEditor.TaskPluginManager|TaskPluginManager]] | | | | {{wiki:PublicProperty.gif|Public Property}}{{wiki:Static.gif|Static Member}}[[#UIManager|UIManager]] | [[ThinkGeo.MapSuite.GisEditor.UIPluginManager|UIPluginManager]] | | | | {{wiki:PublicProperty.gif|Public Property}}{{wiki:Static.gif|Static Member}}[[#UpdateManager|UpdateManager]] | [[ThinkGeo.MapSuite.GisEditor.UpdateManager|UpdateManager]] | | | ==== Protected Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ ==== Public Events ==== ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ ===== Public Constructors ===== ===== Protected Constructors ===== ===== Public Methods ===== ==== Equals(Object) ==== === Return Value === ^ Return Type ^ Description ^ | Boolean | | === Parameters === ^ Name ^ Type ^ Description ^ | obj | Object | | [[#Public Methods|Go Back]] ==== GetHashCode() ==== === Return Value === ^ Return Type ^ Description ^ | Int32 | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetMaps() ==== === Return Value === ^ Return Type ^ Description ^ | Collection<[[ThinkGeo.MapSuite.WpfDesktopEdition.Extension.GisEditorWpfMap|GisEditorWpfMap]]> | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetType() ==== === Return Value === ^ Return Type ^ Description ^ | Type | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== ToString() ==== === Return Value === ^ Return Type ^ Description ^ | String | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ===== Protected Methods ===== ==== Finalize() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== MemberwiseClone() ==== === Return Value === ^ Return Type ^ Description ^ | Object | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ===== Public Properties ===== ==== ActiveMap ==== This static property gets or sets the map that is activated. === Remarks === This property changes automatically when you switch your tabs. One tab maintains only one map, so the map is changed when the tab is changed. You can add any kind of overlay during overriding plugins; please clear the overlays you added before exiting the main application. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.WpfDesktopEdition.Extension.GisEditorWpfMap|GisEditorWpfMap]] | [[#Public Properties|Go Back]] ==== ControlManager ==== === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.GisEditor.ControlPluginManager|ControlPluginManager]] | [[#Public Properties|Go Back]] ==== DataRepositoryManager ==== === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.GisEditor.DataRepositoryPluginManager|DataRepositoryPluginManager]] | [[#Public Properties|Go Back]] ==== DockWindowManager ==== === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.GisEditor.DockWindowManager|DockWindowManager]] | [[#Public Properties|Go Back]] ==== InfrastructureManager ==== === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.GisEditor.InfrastructureManager|InfrastructureManager]] | [[#Public Properties|Go Back]] ==== LanguageManager ==== === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.GisEditor.LanguageManager|LanguageManager]] | [[#Public Properties|Go Back]] ==== LayerListManager ==== === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.GisEditor.LayerListManager|LayerListManager]] | [[#Public Properties|Go Back]] ==== LayerManager ==== === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.GisEditor.LayerPluginManager|LayerPluginManager]] | [[#Public Properties|Go Back]] ==== LoggerManager ==== === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.GisEditor.LoggerPluginManager|LoggerPluginManager]] | [[#Public Properties|Go Back]] ==== ProjectManager ==== === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.GisEditor.ProjectPluginManager|ProjectPluginManager]] | [[#Public Properties|Go Back]] ==== SelectionManager ==== === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.GisEditor.SelectionManager|SelectionManager]] | [[#Public Properties|Go Back]] ==== StyleManager ==== === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.GisEditor.StylePluginManager|StylePluginManager]] | [[#Public Properties|Go Back]] ==== TaskManager ==== === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.GisEditor.TaskPluginManager|TaskPluginManager]] | [[#Public Properties|Go Back]] ==== UIManager ==== === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.GisEditor.UIPluginManager|UIPluginManager]] | [[#Public Properties|Go Back]] ==== UpdateManager ==== === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.GisEditor.UpdateManager|UpdateManager]] | [[#Public Properties|Go Back]] ===== Protected Properties ===== ===== Public Events ===== __NOTOC__ [[Category:GisEditorInfrastructure]] [[Category:ThinkGeo.MapSuite.GisEditor]] [[Category:UpdateDocumentation]]