User Tools

Site Tools


thinkgeo.mapsuite.giseditor.layerlistmanager

ThinkGeo.MapSuite.GisEditor.LayerListManager

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.

<!– Class –>

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodLayerListManager Initializes a new instance of the class.

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodApplySettings StorableSettings Manager Applies the settings to this manager.
Public MethodEquals Object Object
Public MethodGetHashCode Object
Public MethodGetLayerListContextMenuItems LayerListItem
Public MethodGetRootLayerListItem GisEditorWpfMap Gets the root layer list item.
Public MethodGetSettings Manager Gets manager settings to save.
Public MethodGetSettingsUI Manager Gets an UI that configures settings.
Public MethodGetType Object
Public MethodToString Object

Protected Methods

Public Properties

Name Return DeclaringType Summary
Public PropertySelectedLayerListItem LayerListItem Gets or sets the selected layer list item.
Public PropertySelectedLayerListItems Collection<LayerListItem> Gets the selected layer list items.

Protected Properties

Name Return DeclaringType Summary

Public Events

Public Constructors

LayerListManager()

Initializes a new instance of the class.

Parameters

Name Type Description

Go Back

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

GetHashCode()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetLayerListContextMenuItems(LayerListItem)

Return Value

Return Type Description
ObservableCollection<MenuItem><!– System.Collections.ObjectModel.ObservableCollection{System.Windows.Controls.MenuItem} –>

Parameters

Name Type Description
layerListItem LayerListItem<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListManager –> Go Back

GetRootLayerListItem(GisEditorWpfMap)

Gets the root layer list item.

Return Value

Return Type Description
LayerListItem<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –>

Parameters

Name Type Description
wpfMap GisEditorWpfMap<!– ThinkGeo.MapSuite.WpfDesktopEdition.Extension.GisEditorWpfMap –> The WPF map.

<!– ThinkGeo.MapSuite.GisEditor.LayerListManager –> Go Back

GetSettings()

Gets manager settings to save.

Return Value

Return Type Description
StorableSettings<!– ThinkGeo.MapSuite.GisEditor.StorableSettings –> Manager's settings to save

Parameters

Name Type Description

<!– 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

Name Type Description

<!– ThinkGeo.MapSuite.GisEditor.Manager –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

ApplySettingsCore(StorableSettings)

Applies the settings core.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
settings StorableSettings<!– ThinkGeo.MapSuite.GisEditor.StorableSettings –> The settings.

<!– ThinkGeo.MapSuite.GisEditor.Manager(overriden) –> Go Back

Finalize()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetLayerListContextMenuItemsCore(LayerListItem)

Return Value

Return Type Description
ObservableCollection<MenuItem><!– System.Collections.ObjectModel.ObservableCollection{System.Windows.Controls.MenuItem} –>

Parameters

Name Type Description
layerListItem LayerListItem<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListManager –> Go Back

GetRootLayerListItemCore(GisEditorWpfMap)

Gets the root layer list item core.

Return Value

Return Type Description
LayerListItem<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –>

Parameters

Name Type Description
wpfMap GisEditorWpfMap<!– ThinkGeo.MapSuite.WpfDesktopEdition.Extension.GisEditorWpfMap –> The WPF map.

<!– ThinkGeo.MapSuite.GisEditor.LayerListManager –> Go Back

GetSettingsCore()

Gets the settings core.

Return Value

Return Type Description
StorableSettings<!– ThinkGeo.MapSuite.GisEditor.StorableSettings –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.GisEditor.Manager(overriden) –> 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

Name Type Description

<!– ThinkGeo.MapSuite.GisEditor.Manager –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

OnGettingLayerListItemContextMenuItems(GettingLayerListItemContextMenuItemsEventArgs)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e GettingLayerListItemContextMenuItemsEventArgs<!– ThinkGeo.MapSuite.GisEditor.GettingLayerListItemContextMenuItemsEventArgs –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListManager –> Go Back

OnGottenLayerListItemContextMenuItems(GottenLayerListItemContextMenuItemsEventArgs)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e GottenLayerListItemContextMenuItemsEventArgs<!– ThinkGeo.MapSuite.GisEditor.GottenLayerListItemContextMenuItemsEventArgs –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListManager –> Go Back

OnSelectedLayerListItemChanged(SelectedLayerListItemChangedLayerListManagerEventArgs)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e SelectedLayerListItemChangedLayerListManagerEventArgs<!– ThinkGeo.MapSuite.GisEditor.SelectedLayerListItemChangedLayerListManagerEventArgs –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListManager –> Go Back

Public Properties

SelectedLayerListItem

Gets or sets the selected layer list item.

Return Value

Return Type
LayerListItem<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListManager –> Go Back

SelectedLayerListItems

Gets the selected layer list items.

Return Value

Return Type
Collection<LayerListItem><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.GisEditor.LayerListItem} –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListManager –> Go Back

Protected Properties

Public Events

GettingLayerListItemContextMenuItems

Event Arguments

Event Arguments
GettingLayerListItemContextMenuItemsEventArgs<!– ThinkGeo.MapSuite.GisEditor.GettingLayerListItemContextMenuItemsEventArgs –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListManager –> Go Back

GottenLayerListItemContextMenuItems

Event Arguments

Event Arguments
GottenLayerListItemContextMenuItemsEventArgs<!– ThinkGeo.MapSuite.GisEditor.GottenLayerListItemContextMenuItemsEventArgs –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListManager –> Go Back

SelectedLayerListItemChanged

Event Arguments

Event Arguments
SelectedLayerListItemChangedLayerListManagerEventArgs<!– ThinkGeo.MapSuite.GisEditor.SelectedLayerListItemChangedLayerListManagerEventArgs –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListManager –> Go Back

NOTOC GisEditorInfrastructure ThinkGeo.MapSuite.GisEditor UpdateDocumentation

thinkgeo.mapsuite.giseditor.layerlistmanager.txt · Last modified: 2017/03/16 21:59 (external edit)