====== ThinkGeo.MapSuite.GisEditor.LayerPluginManager ====== {{section>upgrade_map_suite_to_10.0}} ===== Inheritance Hierarchy ===== *System.Object **[[ThinkGeo.MapSuite.GisEditor.Manager]] ***[[ThinkGeo.MapSuite.GisEditor.PluginManager]] ****[[ThinkGeo.MapSuite.GisEditor.LayerPluginManager]] ===== Members Summary ===== ==== Public Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#LayerPluginManager()|LayerPluginManager]] | | | Initializes a new instance of the class. | ==== Protected Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ ==== Public Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#ApplySettings(StorableSettings)|ApplySettings]] | [[ThinkGeo.MapSuite.GisEditor.StorableSettings|StorableSettings]] | [[ThinkGeo.MapSuite.GisEditor.Manager|Manager]] | Applies the settings to this manager. | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetActiveLayerPlugins()|GetActiveLayerPlugins]] | | | Gets the layer plugins. | | {{wiki:PublicMethod.gif|Public Method}}[[#GetActiveLayerPlugins()|GetActiveLayerPlugins]] | | | Gets the layer plugins. | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetLayerListItem(Layer)|GetLayerListItem]] | [[ThinkGeo.MapSuite.Core.Layer|Layer]] | | Gets the layer list item. | | {{wiki:PublicMethod.gif|Public Method}}[[#GetLayerPlugins()|GetLayerPlugins]] | | | Gets the layer plugins. | | {{wiki:PublicMethod.gif|Public Method}}[[#GetLayerPlugins()|GetLayerPlugins]] | | | Gets the layer plugins. | | {{wiki:PublicMethod.gif|Public Method}}[[#GetLayerPlugins(Type)|GetLayerPlugins]] | Type | | Gets the layer plugins. | | {{wiki:PublicMethod.gif|Public Method}}[[#GetLayers()|GetLayers]] | | | Gets the layers. | | {{wiki:PublicMethod.gif|Public Method}}[[#GetLayers(GetLayersParameters)|GetLayers]] | [[ThinkGeo.MapSuite.GisEditor.GetLayersParameters|GetLayersParameters]] | | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetPlugins()|GetPlugins]] | | [[ThinkGeo.MapSuite.GisEditor.PluginManager|PluginManager]] | Gets the related plugins. | | {{wiki:PublicMethod.gif|Public Method}}[[#GetSettings()|GetSettings]] | | [[ThinkGeo.MapSuite.GisEditor.Manager|Manager]] | Gets manager settings to save. | | {{wiki:PublicMethod.gif|Public Method}}[[#GetSettingsUI()|GetSettingsUI]] | | [[ThinkGeo.MapSuite.GisEditor.Manager|Manager]] | Gets an UI that configures settings. | | {{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}}[[#ApplySettingsCore(StorableSettings)|ApplySettingsCore]] | [[ThinkGeo.MapSuite.GisEditor.StorableSettings|StorableSettings]] | [[ThinkGeo.MapSuite.GisEditor.Manager|Manager]] | Applies the settings to this manager. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetLayerListItemCore(Layer)|GetLayerListItemCore]] | [[ThinkGeo.MapSuite.Core.Layer|Layer]] | | Gets the layer list item core. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetLayerPluginsCore(Type)|GetLayerPluginsCore]] | Type | | Gets the layer plugins core. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetLayersCore(GetLayersParameters)|GetLayersCore]] | [[ThinkGeo.MapSuite.GisEditor.GetLayersParameters|GetLayersParameters]] | | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetLayersCore()|GetLayersCore]] | | | Gets the layers core. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetPluginsCore()|GetPluginsCore]] | | [[ThinkGeo.MapSuite.GisEditor.PluginManager|PluginManager]](overriden) | Gets the plugins core. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetSettingsCore()|GetSettingsCore]] | | [[ThinkGeo.MapSuite.GisEditor.Manager|Manager]] | Gets manager settings to save. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetSettingsUICore()|GetSettingsUICore]] | | [[ThinkGeo.MapSuite.GisEditor.Manager|Manager]] | Gets an UI that configures settings. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | ==== Public Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ ==== Protected Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ ==== Public Events ==== ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ ===== Public Constructors ===== ==== LayerPluginManager() ==== Initializes a new instance of the class. === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Constructors|Go Back]] ===== Protected Constructors ===== ===== Public Methods ===== ==== ApplySettings(StorableSettings) ==== Applies the settings to this manager. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | settings | [[ThinkGeo.MapSuite.GisEditor.StorableSettings|StorableSettings]] | The settings to be applied to this manager. | [[#Public Methods|Go Back]] ==== Equals(Object) ==== === Return Value === ^ Return Type ^ Description ^ | Boolean | | === Parameters === ^ Name ^ Type ^ Description ^ | obj | Object | | [[#Public Methods|Go Back]] ==== GetActiveLayerPlugins() ==== Gets the layer plugins. === Return Value === ^ Return Type ^ Description ^ | Collection | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetActiveLayerPlugins() ==== Gets the layer plugins. === Return Value === ^ Return Type ^ Description ^ | Collection<[[ThinkGeo.MapSuite.GisEditor.LayerPlugin|LayerPlugin]]> | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetHashCode() ==== === Return Value === ^ Return Type ^ Description ^ | Int32 | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetLayerListItem(Layer) ==== Gets the layer list item. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.GisEditor.LayerListItem|LayerListItem]] | | === Parameters === ^ Name ^ Type ^ Description ^ | layer | [[ThinkGeo.MapSuite.Core.Layer|Layer]] | The layer. | [[#Public Methods|Go Back]] ==== GetLayerPlugins() ==== Gets the layer plugins. === Return Value === ^ Return Type ^ Description ^ | Collection<[[ThinkGeo.MapSuite.GisEditor.LayerPlugin|LayerPlugin]]> | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetLayerPlugins() ==== Gets the layer plugins. === Return Value === ^ Return Type ^ Description ^ | Collection<[[ThinkGeo.MapSuite.GisEditor.LayerPlugin|LayerPlugin]]> | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetLayerPlugins(Type) ==== Gets the layer plugins. === Return Value === ^ Return Type ^ Description ^ | Collection<[[ThinkGeo.MapSuite.GisEditor.LayerPlugin|LayerPlugin]]> | | === Parameters === ^ Name ^ Type ^ Description ^ | layerType | Type | Type of the layer. | [[#Public Methods|Go Back]] ==== GetLayers() ==== Gets the layers. === Return Value === ^ Return Type ^ Description ^ | Collection<[[ThinkGeo.MapSuite.Core.Layer|Layer]]> | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetLayers(GetLayersParameters) ==== === Return Value === ^ Return Type ^ Description ^ | Collection | | === Parameters === ^ Name ^ Type ^ Description ^ | getLayersParameters | [[ThinkGeo.MapSuite.GisEditor.GetLayersParameters|GetLayersParameters]] | | [[#Public Methods|Go Back]] ==== GetPlugins() ==== Gets the related plugins. === Return Value === ^ Return Type ^ Description ^ | Collection<[[ThinkGeo.MapSuite.GisEditor.Plugin|Plugin]]> | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetSettings() ==== Gets manager settings to save. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.GisEditor.StorableSettings|StorableSettings]] | Manager's settings to save | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetSettingsUI() ==== Gets an UI that configures settings. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.GisEditor.SettingUserControl|SettingUserControl]] | A SettingUserControl that configures settings. | === 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 ===== ==== ApplySettingsCore(StorableSettings) ==== Applies the settings to this manager. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | settings | [[ThinkGeo.MapSuite.GisEditor.StorableSettings|StorableSettings]] | The settings to be applied to this manager. | [[#Protected Methods|Go Back]] ==== Finalize() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== GetLayerListItemCore(Layer) ==== Gets the layer list item core. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.GisEditor.LayerListItem|LayerListItem]] | | === Parameters === ^ Name ^ Type ^ Description ^ | layer | [[ThinkGeo.MapSuite.Core.Layer|Layer]] | The layer. | [[#Protected Methods|Go Back]] ==== GetLayerPluginsCore(Type) ==== Gets the layer plugins core. === Return Value === ^ Return Type ^ Description ^ | Collection<[[ThinkGeo.MapSuite.GisEditor.LayerPlugin|LayerPlugin]]> | | === Parameters === ^ Name ^ Type ^ Description ^ | layerType | Type | Type of the layer. | [[#Protected Methods|Go Back]] ==== GetLayersCore(GetLayersParameters) ==== === Return Value === ^ Return Type ^ Description ^ | Collection | | === Parameters === ^ Name ^ Type ^ Description ^ | getLayersParameters | [[ThinkGeo.MapSuite.GisEditor.GetLayersParameters|GetLayersParameters]] | | [[#Protected Methods|Go Back]] ==== GetLayersCore() ==== Gets the layers core. === Return Value === ^ Return Type ^ Description ^ | Collection<[[ThinkGeo.MapSuite.Core.Layer|Layer]]> | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== GetPluginsCore() ==== Gets the plugins core. === Return Value === ^ Return Type ^ Description ^ | Collection<[[ThinkGeo.MapSuite.GisEditor.Plugin|Plugin]]> | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== GetSettingsCore() ==== Gets manager settings to save. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.GisEditor.StorableSettings|StorableSettings]] | Manager's settings to save | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== GetSettingsUICore() ==== Gets an UI that configures settings. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.GisEditor.SettingUserControl|SettingUserControl]] | A SettingUserControl that configures settings. | === 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 ===== ===== Protected Properties ===== ===== Public Events ===== __NOTOC__ [[Category:GisEditorInfrastructure]] [[Category:ThinkGeo.MapSuite.GisEditor]] [[Category:UpdateDocumentation]]