ThinkGeo.MapSuite.GisEditor.LayerPluginManager
Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.
Inheritance Hierarchy
Members Summary
Public Constructors
| Name | Parameters | DeclaringType | Summary |
LayerPluginManager | | | Initializes a new instance of the class. |
Protected Constructors
| Name | Parameters | DeclaringType | Summary |
Public Methods
Protected Methods
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
Protected Constructors
Public Methods
ApplySettings(StorableSettings)
Applies the settings to this manager.
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| settings | StorableSettings<!– ThinkGeo.MapSuite.GisEditor.StorableSettings –> | The settings to be applied to this manager. |
<!– ThinkGeo.MapSuite.GisEditor.Manager –>
Go Back
Equals(Object)
Return Value
| Return Type | Description |
| Boolean<!– System.Boolean –> | |
Parameters
| Name | Type | Description |
| obj | Object<!– System.Object –> | |
<!– System.Object –>
Go Back
GetActiveLayerPlugins()
Return Value
| Return Type | Description |
| Collection<T><!– Collection{T} –> | |
Parameters
<!– ThinkGeo.MapSuite.GisEditor.LayerPluginManager –>
Go Back
GetActiveLayerPlugins()
Return Value
| Return Type | Description |
| Collection<LayerPlugin><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.GisEditor.LayerPlugin} –> | |
Parameters
<!– ThinkGeo.MapSuite.GisEditor.LayerPluginManager –>
Go Back
GetHashCode()
Return Value
| Return Type | Description |
| Int32<!– System.Int32 –> | |
Parameters
GetLayerListItem(Layer)
Gets the layer list item.
Return Value
| Return Type | Description |
| LayerListItem<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> | |
Parameters
| Name | Type | Description |
| layer | Layer<!– ThinkGeo.MapSuite.Core.Layer –> | The layer. |
<!– ThinkGeo.MapSuite.GisEditor.LayerPluginManager –>
Go Back
GetLayerPlugins()
Return Value
| Return Type | Description |
| Collection<LayerPlugin><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.GisEditor.LayerPlugin} –> | |
Parameters
<!– ThinkGeo.MapSuite.GisEditor.LayerPluginManager –>
Go Back
GetLayerPlugins()
Return Value
| Return Type | Description |
| Collection<LayerPlugin><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.GisEditor.LayerPlugin} –> | |
Parameters
<!– ThinkGeo.MapSuite.GisEditor.LayerPluginManager –>
Go Back
GetLayerPlugins(Type)
Return Value
| Return Type | Description |
| Collection<LayerPlugin><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.GisEditor.LayerPlugin} –> | |
Parameters
| Name | Type | Description |
| layerType | Type<!– System.Type –> | Type of the layer. |
<!– ThinkGeo.MapSuite.GisEditor.LayerPluginManager –>
Go Back
GetLayers()
Return Value
| Return Type | Description |
| Collection<Layer><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Layer} –> | |
Parameters
<!– ThinkGeo.MapSuite.GisEditor.LayerPluginManager –>
Go Back
GetLayers(GetLayersParameters)
Return Value
| Return Type | Description |
| Collection<T><!– Collection{T} –> | |
Parameters
| Name | Type | Description |
| getLayersParameters | GetLayersParameters<!– ThinkGeo.MapSuite.GisEditor.GetLayersParameters –> | |
<!– ThinkGeo.MapSuite.GisEditor.LayerPluginManager –>
Go Back
GetPlugins()
Gets the related plugins.
Return Value
| Return Type | Description |
| Collection<Plugin><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.GisEditor.Plugin} –> | |
Parameters
<!– ThinkGeo.MapSuite.GisEditor.PluginManager –>
Go Back
GetSettings()
Gets manager settings to save.
Return Value
| Return Type | Description |
| StorableSettings<!– ThinkGeo.MapSuite.GisEditor.StorableSettings –> | Manager's settings to save |
Parameters
<!– ThinkGeo.MapSuite.GisEditor.Manager –>
Go Back
GetSettingsUI()
Gets an UI that configures settings.
Return Value
| Return Type | Description |
| SettingUserControl<!– ThinkGeo.MapSuite.GisEditor.SettingUserControl –> | A SettingUserControl that configures settings. |
Parameters
<!– ThinkGeo.MapSuite.GisEditor.Manager –>
Go Back
GetType()
Return Value
| Return Type | Description |
| Type<!– System.Type –> | |
Parameters
ToString()
Return Value
| Return Type | Description |
| String<!– System.String –> | |
Parameters
Protected Methods
ApplySettingsCore(StorableSettings)
Applies the settings to this manager.
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| settings | StorableSettings<!– ThinkGeo.MapSuite.GisEditor.StorableSettings –> | The settings to be applied to this manager. |
<!– ThinkGeo.MapSuite.GisEditor.Manager –>
Go Back
Finalize()
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
GetLayerListItemCore(Layer)
Gets the layer list item core.
Return Value
| Return Type | Description |
| LayerListItem<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> | |
Parameters
| Name | Type | Description |
| layer | Layer<!– ThinkGeo.MapSuite.Core.Layer –> | The layer. |
<!– ThinkGeo.MapSuite.GisEditor.LayerPluginManager –>
Go Back
GetLayerPluginsCore(Type)
Gets the layer plugins core.
Return Value
| Return Type | Description |
| Collection<LayerPlugin><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.GisEditor.LayerPlugin} –> | |
Parameters
| Name | Type | Description |
| layerType | Type<!– System.Type –> | Type of the layer. |
<!– ThinkGeo.MapSuite.GisEditor.LayerPluginManager –>
Go Back
GetLayersCore(GetLayersParameters)
Return Value
| Return Type | Description |
| Collection<T><!– Collection{T} –> | |
Parameters
| Name | Type | Description |
| getLayersParameters | GetLayersParameters<!– ThinkGeo.MapSuite.GisEditor.GetLayersParameters –> | |
<!– ThinkGeo.MapSuite.GisEditor.LayerPluginManager –>
Go Back
GetLayersCore()
Return Value
| Return Type | Description |
| Collection<Layer><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Layer} –> | |
Parameters
<!– ThinkGeo.MapSuite.GisEditor.LayerPluginManager –>
Go Back
GetPluginsCore()
Return Value
| Return Type | Description |
| Collection<Plugin><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.GisEditor.Plugin} –> | |
Parameters
<!– ThinkGeo.MapSuite.GisEditor.PluginManager(overriden) –>
Go Back
GetSettingsCore()
Gets manager settings to save.
Return Value
| Return Type | Description |
| StorableSettings<!– ThinkGeo.MapSuite.GisEditor.StorableSettings –> | Manager's settings to save |
Parameters
<!– ThinkGeo.MapSuite.GisEditor.Manager –>
Go Back
GetSettingsUICore()
Gets an UI that configures settings.
Return Value
| Return Type | Description |
| SettingUserControl<!– ThinkGeo.MapSuite.GisEditor.SettingUserControl –> | A SettingUserControl that configures settings. |
Parameters
<!– ThinkGeo.MapSuite.GisEditor.Manager –>
Go Back
MemberwiseClone()
Return Value
| Return Type | Description |
| Object<!– System.Object –> | |
Parameters
Public Properties
Protected Properties
Public Events