User Tools

Site Tools


thinkgeo.mapsuite.androidedition.maptools

ThinkGeo.MapSuite.AndroidEdition.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(Context,MapView)

  • Initializes a new instance of the class.
Remarks
  • N/A
Parameters
  • context
    • Type:Context
    • Description:Interface to global information about an application environment.
  • currentMap
    • Type:MapView
    • Description:A mapView 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
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

GetKeys()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Collection<String>
  • Description:N/A
Parameters

Add(String,MapTool)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • key
    • Type:String
    • Description:N/A
  • item

Add(MapTool)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • item

Insert(Int32,MapTool)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A
  • item

Insert(Int32,String,MapTool)

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

MoveUp(Int32)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A

MoveUp(String)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • key
    • Type:String
    • Description:N/A

MoveUp(MapTool)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • item

MoveDown(Int32)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A

MoveDown(String)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • key
    • Type:String
    • Description:N/A

MoveDown(MapTool)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • item

MoveToTop(Int32)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A

MoveToTop(String)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • key
    • Type:String
    • Description:N/A

MoveToTop(MapTool)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • item

MoveToBottom(Int32)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A

MoveToBottom(String)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • key
    • Type:String
    • Description:N/A

MoveToBottom(MapTool)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • item

MoveTo(Int32,Int32)

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

Contains(String)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • key
    • Type:String
    • Description:N/A

Add(MapTool)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • item

Clear()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

CopyTo(MapTool[],Int32)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A

Contains(MapTool)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • item

GetEnumerator()

  • N/A
Remarks
  • N/A
Return Value
  • Type:IEnumerator<MapTool>
  • Description:N/A
Parameters

IndexOf(MapTool)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters
  • item

Insert(Int32,MapTool)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A
  • item

Remove(MapTool)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • item

RemoveAt(Int32)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A

ToString()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

OnInserting(InsertingGeoCollectionEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnInserted(InsertedGeoCollectionEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnRemoving(RemovingGeoCollectionEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnRemoved(RemovedGeoCollectionEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnAdding(AddingGeoCollectionEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnAdded(AddedGeoCollectionEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnClearingItems(ClearingItemsGeoCollectionEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnClearedItems(ClearedItemsGeoCollectionEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

InsertItem(Int32,MapTool)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A
  • item

RemoveItem(Int32)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A

ClearItems()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

SetItem(Int32,MapTool)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A
  • item

OnCollectionChanged(NotifyCollectionChangedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:NotifyCollectionChangedEventArgs
    • Description:N/A

OnPropertyChanged(PropertyChangedEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:PropertyChangedEventArgs
    • Description:N/A

Finalize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

ZoomMapTool

  • Gets the zoom map tool.
Remarks
  • N/A
Return Value

CenterCoordinate

  • Gets the center coordinate.
Remarks
  • N/A
Return Value

Item

  • N/A
Remarks
  • N/A
Return Value

Count

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32

Item

  • N/A
Remarks
  • N/A
Return Value

Protected Properties

Items

  • N/A
Remarks
  • N/A
Return Value

Public Events

Inserting

  • N/A
Remarks
  • N/A

Event Arguments:InsertingGeoCollectionEventArgs

Inserted

  • N/A
Remarks
  • N/A

Event Arguments:InsertedGeoCollectionEventArgs

Removing

  • N/A
Remarks
  • N/A

Event Arguments:RemovingGeoCollectionEventArgs

Removed

  • N/A
Remarks
  • N/A

Event Arguments:RemovedGeoCollectionEventArgs

Adding

  • N/A
Remarks
  • N/A

Event Arguments:AddingGeoCollectionEventArgs

Added

  • N/A
Remarks
  • N/A

Event Arguments:AddedGeoCollectionEventArgs

ClearingItems

  • N/A
Remarks
  • N/A

Event Arguments:ClearingItemsGeoCollectionEventArgs

ClearedItems

  • N/A
Remarks
  • N/A

Event Arguments:ClearedItemsGeoCollectionEventArgs

CollectionChanged

  • N/A
Remarks
  • N/A

Event Arguments:

PropertyChanged

  • N/A
Remarks
  • N/A

Event Arguments:

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