Table of Contents

ThinkGeo.MapSuite.WpfDesktopEdition.MapTools

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.

Contains the different map tools as properties and acts as an entrance for setting these map controls.

Inheritance Hierarchy

Members Summary

Public Constructors

MapTools()

Remarks
Parameters

MapTools(WpfMap)

Remarks
Parameters

Protected Constructors

Public Methods

Refresh()

Remarks
Return Value
Parameters

GetKeys()

Remarks
Return Value
Parameters

Add(String,MapTool)

Remarks
Return Value
Parameters

Add(MapTool)

Remarks
Return Value
Parameters

Insert(Int32,MapTool)

Remarks
Return Value
Parameters

Insert(Int32,String,MapTool)

Remarks
Return Value
Parameters

Remove(String)

Remarks
Return Value
Parameters

MoveUp(Int32)

Remarks
Return Value
Parameters

MoveUp(String)

Remarks
Return Value
Parameters

MoveUp(MapTool)

Remarks
Return Value
Parameters

MoveDown(Int32)

Remarks
Return Value
Parameters

MoveDown(String)

Remarks
Return Value
Parameters

MoveDown(MapTool)

Remarks
Return Value
Parameters

MoveToTop(Int32)

Remarks
Return Value
Parameters

MoveToTop(String)

Remarks
Return Value
Parameters

MoveToTop(MapTool)

Remarks
Return Value
Parameters

MoveToBottom(Int32)

Remarks
Return Value
Parameters

MoveToBottom(String)

Remarks
Return Value
Parameters

MoveToBottom(MapTool)

Remarks
Return Value
Parameters

MoveTo(Int32,Int32)

Remarks
Return Value
Parameters

MoveTo(String,Int32)

Remarks
Return Value
Parameters

MoveTo(MapTool,Int32)

Remarks
Return Value
Parameters

Contains(String)

Remarks
Return Value
Parameters

Add(MapTool)

Remarks
Return Value
Parameters

Clear()

Remarks
Return Value
Parameters

CopyTo(MapTool[],Int32)

Remarks
Return Value
Parameters

Contains(MapTool)

Remarks
Return Value
Parameters

GetEnumerator()

Remarks
Return Value
Parameters

IndexOf(MapTool)

Remarks
Return Value
Parameters

Insert(Int32,MapTool)

Remarks
Return Value
Parameters

Remove(MapTool)

Remarks
Return Value
Parameters

RemoveAt(Int32)

Remarks
Return Value
Parameters

ToString()

Remarks
Return Value
Parameters

Equals(Object)

Remarks
Return Value
Parameters

GetHashCode()

Remarks
Return Value
Parameters

GetType()

Remarks
Return Value
Parameters

Protected Methods

OnInserting(InsertingGeoCollectionEventArgs)

Remarks
Return Value
Parameters

OnInserted(InsertedGeoCollectionEventArgs)

Remarks
Return Value
Parameters

OnRemoving(RemovingGeoCollectionEventArgs)

Remarks
Return Value
Parameters

OnRemoved(RemovedGeoCollectionEventArgs)

Remarks
Return Value
Parameters

OnAdding(AddingGeoCollectionEventArgs)

Remarks
Return Value
Parameters

OnAdded(AddedGeoCollectionEventArgs)

Remarks
Return Value
Parameters

OnClearingItems(ClearingItemsGeoCollectionEventArgs)

Remarks
Return Value
Parameters

OnClearedItems(ClearedItemsGeoCollectionEventArgs)

Remarks
Return Value
Parameters

InsertItem(Int32,MapTool)

Remarks
Return Value
Parameters

RemoveItem(Int32)

Remarks
Return Value
Parameters

ClearItems()

Remarks
Return Value
Parameters

SetItem(Int32,MapTool)

Remarks
Return Value
Parameters

OnCollectionChanged(NotifyCollectionChangedEventArgs)

Remarks
Return Value
Parameters

OnPropertyChanged(PropertyChangedEventArgs)

Remarks
Return Value
Parameters

Finalize()

Remarks
Return Value
Parameters

MemberwiseClone()

Remarks
Return Value
Parameters

Public Properties

Logo

Gets a shortcut of LogoMapTool object.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#Logo

Return Value

MouseCoordinate

Gets a shortcut of MouseCoordinate object.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#MouseCoordinate

Return Value

PanZoomBar

Gets a shortcut of PanZoomBar object.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#PanZoomBar

Return Value

ScaleLine

Gets a shortcut of ScaleLine object.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#ScaleLine

Return Value

Item

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#ClearItems.28.29

Return Value

Count

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#Count

Return Value

Item

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#ClearItems.28.29

Return Value

Protected Properties

Items

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#ClearItems.28.29

Return Value

Public Events

Inserting N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#OnInserting.28InsertingGeoCollectionEventArgs.29

Event Arguments:InsertingGeoCollectionEventArgs

Inserted N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#OnInserted.28InsertedGeoCollectionEventArgs.29

Event Arguments:InsertedGeoCollectionEventArgs

Removing N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#OnRemoving.28RemovingGeoCollectionEventArgs.29

Event Arguments:RemovingGeoCollectionEventArgs

Removed N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#OnRemoved.28RemovedGeoCollectionEventArgs.29

Event Arguments:RemovedGeoCollectionEventArgs

Adding N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#OnAdding.28AddingGeoCollectionEventArgs.29

Event Arguments:AddingGeoCollectionEventArgs

Added N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#OnAdded.28AddedGeoCollectionEventArgs.29

Event Arguments:AddedGeoCollectionEventArgs

ClearingItems N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#OnClearingItems.28ClearingItemsGeoCollectionEventArgs.29

Event Arguments:ClearingItemsGeoCollectionEventArgs

ClearedItems N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#OnClearedItems.28ClearedItemsGeoCollectionEventArgs.29

Event Arguments:ClearedItemsGeoCollectionEventArgs

CollectionChanged N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#OnCollectionChanged.28NotifyCollectionChangedEventArgs.29

Event Arguments:

PropertyChanged N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#OnPropertyChanged.28PropertyChangedEventArgs.29

Event Arguments: