User Tools

Site Tools


thinkgeo.mapsuite.wpfdesktopedition.maptools

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()

  • Constructor of MapTools class.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#MapTools.28.29
Parameters

MapTools(WpfMap)

  • Constructor of MapTools class.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#MapTools.28WpfMap.29
Parameters
  • wpfMap
    • Type:WpfMap
    • Description:A WpfMap object that all map tools in this object is based on.

Protected Constructors

Public Methods

Refresh()

  • Refreshes all the map tools objects maintaining in the MapTools object.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#Refresh.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

GetKeys()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#GetKeys.28.29
Return Value
  • Type:Collection<String>
  • Description:N/A
Parameters

Add(String,MapTool)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#Add.28String.2C_MapTool.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • key
    • Type:String
    • Description:N/A
  • item

Add(MapTool)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#Add.28MapTool.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • item

Insert(Int32,MapTool)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#Insert.28Int32.2C_MapTool.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A
  • item

Insert(Int32,String,MapTool)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#Insert.28Int32.2C_String.2C_MapTool.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A
  • key
    • Type:String
    • Description:N/A
  • item

Remove(String)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#Remove.28String.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • key
    • Type:String
    • Description:N/A

MoveUp(Int32)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#MoveUp.28Int32.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A

MoveUp(String)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#MoveUp.28String.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • key
    • Type:String
    • Description:N/A

MoveUp(MapTool)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#MoveUp.28MapTool.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • item

MoveDown(Int32)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#MoveDown.28Int32.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A

MoveDown(String)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#MoveDown.28String.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • key
    • Type:String
    • Description:N/A

MoveDown(MapTool)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#MoveDown.28MapTool.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • item

MoveToTop(Int32)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#MoveToTop.28Int32.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A

MoveToTop(String)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#MoveToTop.28String.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • key
    • Type:String
    • Description:N/A

MoveToTop(MapTool)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#MoveToTop.28MapTool.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • item

MoveToBottom(Int32)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#MoveToBottom.28Int32.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A

MoveToBottom(String)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#MoveToBottom.28String.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • key
    • Type:String
    • Description:N/A

MoveToBottom(MapTool)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#MoveToBottom.28MapTool.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • item

MoveTo(Int32,Int32)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#MoveTo.28Int32.2C_Int32.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • fromIndex
    • Type:Int32
    • Description:N/A
  • toIndex
    • Type:Int32
    • Description:N/A

MoveTo(String,Int32)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#MoveTo.28String.2C_Int32.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • key
    • Type:String
    • Description:N/A
  • toIndex
    • Type:Int32
    • Description:N/A

MoveTo(MapTool,Int32)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#MoveTo.28MapTool.2C_Int32.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • item
  • toIndex
    • Type:Int32
    • Description:N/A

Contains(String)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#Contains.28String.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • key
    • Type:String
    • Description:N/A

Add(MapTool)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#Add.28MapTool.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • item

Clear()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#Clear.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

CopyTo(MapTool[],Int32)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A

Contains(MapTool)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#Contains.28MapTool.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • item

GetEnumerator()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#GetEnumerator.28.29
Return Value
  • Type:IEnumerator<MapTool>
  • Description:N/A
Parameters

IndexOf(MapTool)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#IndexOf.28MapTool.29
Return Value
  • Type:Int32
  • Description:N/A
Parameters
  • item

Insert(Int32,MapTool)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#Insert.28Int32.2C_MapTool.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A
  • item

Remove(MapTool)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#Remove.28MapTool.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • item

RemoveAt(Int32)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#RemoveAt.28Int32.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A

ToString()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#ToString.28.29
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#Equals.28Object.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#GetHashCode.28.29
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#GetType.28.29
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

OnInserting(InsertingGeoCollectionEventArgs)

  • 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
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnInserted(InsertedGeoCollectionEventArgs)

  • 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
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnRemoving(RemovingGeoCollectionEventArgs)

  • 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
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnRemoved(RemovedGeoCollectionEventArgs)

  • 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
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnAdding(AddingGeoCollectionEventArgs)

  • 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
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnAdded(AddedGeoCollectionEventArgs)

  • 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
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnClearingItems(ClearingItemsGeoCollectionEventArgs)

  • 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
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnClearedItems(ClearedItemsGeoCollectionEventArgs)

  • 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
Return Value
  • Type:Void
  • Description:N/A
Parameters

InsertItem(Int32,MapTool)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#InsertItem.28Int32.2C_MapTool.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A
  • item

RemoveItem(Int32)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#RemoveItem.28Int32.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A

ClearItems()

  • 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
  • Type:Void
  • Description:N/A
Parameters

SetItem(Int32,MapTool)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#SetItem.28Int32.2C_MapTool.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A
  • item

OnCollectionChanged(NotifyCollectionChangedEventArgs)

  • 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
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:NotifyCollectionChangedEventArgs
    • Description:N/A

OnPropertyChanged(PropertyChangedEventArgs)

  • 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
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:PropertyChangedEventArgs
    • Description:N/A

Finalize()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#Finalize.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#MemberwiseClone.28.29
Return Value
  • Type:Object
  • Description:N/A
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
  • Type:Int32

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
Remarks
Remarks
Remarks
Remarks
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
Remarks
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:

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