User Tools

Site Tools


thinkgeo.mapsuite.giseditor.selectionmanager

ThinkGeo.MapSuite.GisEditor.SelectionManager

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 MethodSelectionManager

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodApplySettings StorableSettings Manager Applies the settings to this manager.
Public MethodClearSelectedFeatures Clears the selected features.
Public MethodClearSelectedFeatures FeatureLayer Clears the selected features.
Public MethodEquals Object Object
Public MethodGetHashCode Object
Public MethodGetSelectedFeatures FeatureLayer Gets the selected features.
Public MethodGetSelectedFeatures IEnumerable<FeatureLayer> Gets the selected features.
Public MethodGetSelectedFeatures Gets the selected features.
Public MethodGetSelectedFeaturesLayer Feature Gets the selected features layer.
Public MethodGetSelectionOverlay Gets the selection overlay.
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

Name Parameters DeclaringType Summary
Protected MethodApplySettingsCore StorableSettings Manager Applies the settings to this manager.
Protected MethodClearSelectedFeaturesCore FeatureLayer Clears the selected features core.
Protected MethodFinalize Object
Protected MethodGetSelectedFeaturesCore Gets the selected features core.
Protected MethodGetSelectedFeaturesLayerCore Feature Gets the selected features layer core.
Protected MethodGetSelectionOverlayCore Gets the selection overlay core.
Protected MethodGetSettingsCore Manager Gets manager settings to save.
Protected MethodGetSettingsUICore Manager Gets an UI that configures settings.
Protected MethodMemberwiseClone Object

Public Properties

Name Return DeclaringType Summary

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

SelectionManager()

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

ClearSelectedFeatures()

Clears the selected features.

Return Value

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

Parameters

Name Type Description

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

ClearSelectedFeatures(FeatureLayer)

Clears the selected features.

Return Value

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

Parameters

Name Type Description
featureLayer FeatureLayer<!– ThinkGeo.MapSuite.Core.FeatureLayer –> The feature layer.

<!– ThinkGeo.MapSuite.GisEditor.SelectionManager –> 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

GetSelectedFeatures(FeatureLayer)

Gets the selected features.

Return Value

Return Type Description
Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –>

Parameters

Name Type Description
featureLayer FeatureLayer<!– ThinkGeo.MapSuite.Core.FeatureLayer –> The feature layer.

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

GetSelectedFeatures(IEnumerable<FeatureLayer>)

Gets the selected features.

Return Value

Return Type Description
Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –>

Parameters

Name Type Description
featureLayers IEnumerable<FeatureLayer><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.FeatureLayer} –> The feature layers.

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

GetSelectedFeatures()

Gets the selected features.

Return Value

Return Type Description
Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –>

Parameters

Name Type Description

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

GetSelectedFeaturesLayer(Feature)

Gets the selected features layer.

Return Value

Return Type Description
FeatureLayer<!– ThinkGeo.MapSuite.Core.FeatureLayer –>

Parameters

Name Type Description
feature Feature<!– ThinkGeo.MapSuite.Core.Feature –> The feature.

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

GetSelectionOverlay()

Gets the selection overlay.

Return Value

Return Type Description
SelectionTrackInteractiveOverlay<!– ThinkGeo.MapSuite.WpfDesktopEdition.Extension.SelectionTrackInteractiveOverlay –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.GisEditor.SelectionManager –> 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 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

ClearSelectedFeaturesCore(FeatureLayer)

Clears the selected features core.

Return Value

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

Parameters

Name Type Description
featureLayer FeatureLayer<!– ThinkGeo.MapSuite.Core.FeatureLayer –> The feature layer.

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

Finalize()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

GetSelectedFeaturesCore()

Gets the selected features core.

Return Value

Return Type Description
Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –>

Parameters

Name Type Description

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

GetSelectedFeaturesLayerCore(Feature)

Gets the selected features layer core.

Return Value

Return Type Description
FeatureLayer<!– ThinkGeo.MapSuite.Core.FeatureLayer –>

Parameters

Name Type Description
feature Feature<!– ThinkGeo.MapSuite.Core.Feature –> The feature.

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

GetSelectionOverlayCore()

Gets the selection overlay core.

Return Value

Return Type Description
SelectionTrackInteractiveOverlay<!– ThinkGeo.MapSuite.WpfDesktopEdition.Extension.SelectionTrackInteractiveOverlay –>

Parameters

Name Type Description

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

GetSettingsCore()

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

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

Public Properties

Protected Properties

Public Events

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