This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.iosedition.maptools [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.iosedition.maptools [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.iOSEdition.MapTools ====== | ====== ThinkGeo.MapSuite.iOSEdition.MapTools ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
- | |||
- | <!-- Class --> | ||
Contains the different map tools as properties and acts as an entrance for setting these map controls. | Contains the different map tools as properties and acts as an entrance for setting these map controls. | ||
- | === Remarks === | ||
- | This class is designed to be easy to use. It contains all the available tools of the map. You can find and set those map tools easily by using this class. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | + | *System.Object |
- | * PublicKeyToken=0828af5241fb4207]] | + | *System.Collections.ObjectModel.Collection`1[[ThinkGeo.MapSuite.iOSEdition.MapTool, iOSEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null]] |
- | * Culture=neutral | + | *ThinkGeo.MapSuite.Core.GeoCollection`1[[ThinkGeo.MapSuite.iOSEdition.MapTool, iOSEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null]] |
- | * Version=8.0.0.0 | + | ***ThinkGeo.MapSuite.iOSEdition.MapTools** |
- | ***** iOSEdition | + | |
- | ******[[System.Collections.ObjectModel.Collection‹T›[[ThinkGeo.MapSuite.iOSEdition.MapTool]] | + | |
- | ******* PublicKeyToken=0828af5241fb4207]] | + | |
- | ******** Culture=neutral | + | |
- | ********* Version=8.0.0.0 | + | |
- | ********** iOSEdition | + | |
- | ***********[[ThinkGeo.MapSuite.Core.GeoCollection‹T›[[ThinkGeo.MapSuite.iOSEdition.MapTool]] | + | |
- | ************[[ThinkGeo.MapSuite.iOSEdition.MapTools]] | + | |
===== Members Summary ===== | ===== Members Summary ===== | ||
==== Public Constructors ==== | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} MapTools() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MapTools()|MapTools]] | | | Initializes a new instance of the class. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MapTools(MapView)|MapTools]] | [[ThinkGeo.MapSuite.iOSEdition.MapView|MapView]] | | Initializes a new instance of the class. | | + | |
+ | Initializes a new instance of the class. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} MapTools(MapView) ** | ||
+ | |||
+ | Initializes a new instance of the class. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Parameters == | ||
+ | * //iOSMap// | ||
+ | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapView|MapView]] | ||
+ | * Description:A iOSMap object that all map tools in this object is based on. | ||
+ | |||
+ | <div newline></div> | ||
==== Protected Constructors ==== | ==== Protected Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
- | |||
==== Public Methods ==== | ==== Public Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} Refresh() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Add(MapTool)|Add]] | [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]] | Collection<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Add(String, MapTool)|Add]] | String, [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]] | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Add(MapTool)|Add]] | [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]] | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Clear()|Clear]] | | Collection<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Contains(String)|Contains]] | String | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Contains(MapTool)|Contains]] | [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]] | Collection<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#CopyTo(MapTool[], Int32)|CopyTo]] | [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]][], Int32 | Collection<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetEnumerator()|GetEnumerator]] | | Collection<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetKeys()|GetKeys]] | | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#IndexOf(MapTool)|IndexOf]] | [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]] | Collection<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Insert(Int32, MapTool)|Insert]] | Int32, [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]] | Collection<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Insert(Int32, MapTool)|Insert]] | Int32, [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]] | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Insert(Int32, String, MapTool)|Insert]] | Int32, String, [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]] | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MoveDown(Int32)|MoveDown]] | Int32 | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MoveDown(String)|MoveDown]] | String | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MoveDown(MapTool)|MoveDown]] | [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]] | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MoveTo(String, Int32)|MoveTo]] | String, Int32 | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MoveTo(Int32, Int32)|MoveTo]] | Int32, Int32 | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MoveTo(MapTool, Int32)|MoveTo]] | [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]], Int32 | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MoveToBottom(String)|MoveToBottom]] | String | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MoveToBottom(Int32)|MoveToBottom]] | Int32 | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MoveToBottom(MapTool)|MoveToBottom]] | [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]] | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MoveToTop(MapTool)|MoveToTop]] | [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]] | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MoveToTop(Int32)|MoveToTop]] | Int32 | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MoveToTop(String)|MoveToTop]] | String | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MoveUp(MapTool)|MoveUp]] | [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]] | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MoveUp(String)|MoveUp]] | String | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MoveUp(Int32)|MoveUp]] | Int32 | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh()|Refresh]] | | | Refreshes this instance. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Remove(MapTool)|Remove]] | [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]] | Collection<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Remove(String)|Remove]] | String | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RemoveAt(Int32)|RemoveAt]] | Int32 | Collection<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | + | |
- | ==== Protected Methods ==== | + | Refreshes this instance. |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ClearItems()|ClearItems]] | | Collection<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]>(overriden) | | | + | N/A |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#InsertItem(Int32, MapTool)|InsertItem]] | Int32, [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]] | Collection<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]>(overriden) | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnAdded(AddedGeoCollectionEventArgs)|OnAdded]] | [[ThinkGeo.MapSuite.Core.AddedGeoCollectionEventArgs|AddedGeoCollectionEventArgs]] | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnAdding(AddingGeoCollectionEventArgs)|OnAdding]] | [[ThinkGeo.MapSuite.Core.AddingGeoCollectionEventArgs|AddingGeoCollectionEventArgs]] | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnClearedItems(ClearedItemsGeoCollectionEventArgs)|OnClearedItems]] | [[ThinkGeo.MapSuite.Core.ClearedItemsGeoCollectionEventArgs|ClearedItemsGeoCollectionEventArgs]] | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnClearingItems(ClearingItemsGeoCollectionEventArgs)|OnClearingItems]] | [[ThinkGeo.MapSuite.Core.ClearingItemsGeoCollectionEventArgs|ClearingItemsGeoCollectionEventArgs]] | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnCollectionChanged(NotifyCollectionChangedEventArgs)|OnCollectionChanged]] | NotifyCollectionChangedEventArgs | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnInserted(InsertedGeoCollectionEventArgs)|OnInserted]] | [[ThinkGeo.MapSuite.Core.InsertedGeoCollectionEventArgs|InsertedGeoCollectionEventArgs]] | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnInserting(InsertingGeoCollectionEventArgs)|OnInserting]] | [[ThinkGeo.MapSuite.Core.InsertingGeoCollectionEventArgs|InsertingGeoCollectionEventArgs]] | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPropertyChanged(PropertyChangedEventArgs)|OnPropertyChanged]] | PropertyChangedEventArgs | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnRemoved(RemovedGeoCollectionEventArgs)|OnRemoved]] | [[ThinkGeo.MapSuite.Core.RemovedGeoCollectionEventArgs|RemovedGeoCollectionEventArgs]] | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnRemoving(RemovingGeoCollectionEventArgs)|OnRemoving]] | [[ThinkGeo.MapSuite.Core.RemovingGeoCollectionEventArgs|RemovingGeoCollectionEventArgs]] | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RemoveItem(Int32)|RemoveItem]] | Int32 | Collection<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]>(overriden) | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#SetItem(Int32, MapTool)|SetItem]] | Int32, [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]] | Collection<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]>(overriden) | | | + | |
- | ==== Public Properties ==== | + | == Return Value == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:Void |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#CenterCoordinate|CenterCoordinate]] | [[ThinkGeo.MapSuite.iOSEdition.CenterCoordinateMapTool|CenterCoordinateMapTool]] | | Gets the center coordinate. | | + | * Description:N/A |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Count|Count]] | Int32 | Collection<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Item|Item]] | [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]] | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Item|Item]] | [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]] | Collection<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ScaleLine|ScaleLine]] | [[ThinkGeo.MapSuite.iOSEdition.ScaleLineMapTool|ScaleLineMapTool]] | | Gets the scale line. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomMapTool|ZoomMapTool]] | [[ThinkGeo.MapSuite.iOSEdition.ZoomMapTool|ZoomMapTool]] | | Gets the zoom map tool. | | + | |
- | ==== Protected Properties ==== | + | == Parameters == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | <div newline></div> |
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#Items|Items]] | IList<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | Collection<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | ** {{wiki:PublicMethod.gif|}} GetKeys() ** |
- | ==== Public Events ==== | + | N/A |
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#Added|Added]] | [[ThinkGeo.MapSuite.Core.AddedGeoCollectionEventArgs|AddedGeoCollectionEventArgs]] | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | N/A |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#Adding|Adding]] | [[ThinkGeo.MapSuite.Core.AddingGeoCollectionEventArgs|AddingGeoCollectionEventArgs]] | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#ClearedItems|ClearedItems]] | [[ThinkGeo.MapSuite.Core.ClearedItemsGeoCollectionEventArgs|ClearedItemsGeoCollectionEventArgs]] | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#ClearingItems|ClearingItems]] | [[ThinkGeo.MapSuite.Core.ClearingItemsGeoCollectionEventArgs|ClearingItemsGeoCollectionEventArgs]] | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#CollectionChanged|CollectionChanged]] | NotifyCollectionChangedEventArgs | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#Inserted|Inserted]] | [[ThinkGeo.MapSuite.Core.InsertedGeoCollectionEventArgs|InsertedGeoCollectionEventArgs]] | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#Inserting|Inserting]] | [[ThinkGeo.MapSuite.Core.InsertingGeoCollectionEventArgs|InsertingGeoCollectionEventArgs]] | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#PropertyChanged|PropertyChanged]] | PropertyChangedEventArgs | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#Removed|Removed]] | [[ThinkGeo.MapSuite.Core.RemovedGeoCollectionEventArgs|RemovedGeoCollectionEventArgs]] | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#Removing|Removing]] | [[ThinkGeo.MapSuite.Core.RemovingGeoCollectionEventArgs|RemovingGeoCollectionEventArgs]] | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | | | + | |
- | ===== Public Constructors ===== | + | == Return Value == |
- | ==== MapTools() ==== | + | * Type:Collection<String> |
- | Initializes a new instance of the class. | + | * Description:N/A |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | [[#Public Constructors|Go Back]] | + | == Parameters == |
- | ==== MapTools(MapView) ==== | + | <div newline></div> |
- | Initializes a new instance of the class. | + | ** {{wiki:PublicMethod.gif|}} Add(String,MapTool) ** |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | iOSMap | [[ThinkGeo.MapSuite.iOSEdition.MapView|MapView]]<!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | A iOSMap object that all map tools in this object is based on. | | + | |
- | [[#Public Constructors|Go Back]] | + | N/A |
- | ===== Protected Constructors ===== | + | == Remarks == |
- | ===== Public Methods ===== | + | N/A |
- | ==== Add(MapTool) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | item | [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]<!-- ThinkGeo.MapSuite.iOSEdition.MapTool --> | | | + | * Description:N/A |
- | <!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //key// |
- | ==== Add(String, MapTool) ==== | + | * Type:String |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //item// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]] |
- | | key | String<!-- System.String --> | | | + | * Description:N/A |
- | | item | [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]<!-- ThinkGeo.MapSuite.iOSEdition.MapTool --> | | | + | |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} Add(MapTool) ** |
- | ==== Add(MapTool) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | item | [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]<!-- ThinkGeo.MapSuite.iOSEdition.MapTool --> | | | + | N/A |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== Clear() ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //item// |
+ | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]] | ||
+ | * Description:N/A | ||
- | <!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} Insert(Int32,MapTool) ** |
- | ==== Contains(String) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | key | String<!-- System.String --> | | | + | N/A |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== Contains(MapTool) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //index// |
- | | item | [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]<!-- ThinkGeo.MapSuite.iOSEdition.MapTool --> | | | + | * Type:Int32 |
+ | * Description:N/A | ||
- | <!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | * //item// |
- | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]] |
- | ==== CopyTo(MapTool[], Int32) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} Insert(Int32,String,MapTool) ** |
- | | array | [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]][]<!-- ThinkGeo.MapSuite.iOSEdition.MapTool[[]] --> | | | + | |
- | | index | Int32<!-- System.Int32 --> | | | + | |
- | <!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== Equals(Object) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | obj | Object<!-- System.Object --> | | | + | * Description:N/A |
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //index// |
- | ==== GetEnumerator() ==== | + | * Type:Int32 |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | IEnumerator<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]><!-- System.Collections.Generic.IEnumerator{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | | | + | |
- | === Parameters === | + | * //key// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:String |
+ | * Description:N/A | ||
- | <!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | * //item// |
- | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]] |
- | ==== GetHashCode() ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} Remove(String) ** |
- | <!-- System.Object --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GetKeys() ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<String><!-- System.Collections.ObjectModel.Collection{System.String} --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //key// |
- | ==== GetType() ==== | + | * Type:String |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Type<!-- System.Type --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} MoveUp(Int32) ** |
- | <!-- System.Object --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== IndexOf(MapTool) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | item | [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]<!-- ThinkGeo.MapSuite.iOSEdition.MapTool --> | | | + | * Description:N/A |
- | <!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //index// |
- | ==== Insert(Int32, MapTool) ==== | + | * Type:Int32 |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} MoveUp(String) ** |
- | | index | Int32<!-- System.Int32 --> | | | + | |
- | | item | [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]<!-- ThinkGeo.MapSuite.iOSEdition.MapTool --> | | | + | |
- | <!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== Insert(Int32, MapTool) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | index | Int32<!-- System.Int32 --> | | | + | * Description:N/A |
- | | item | [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]<!-- ThinkGeo.MapSuite.iOSEdition.MapTool --> | | | + | |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //key// |
- | ==== Insert(Int32, String, MapTool) ==== | + | * Type:String |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} MoveUp(MapTool) ** |
- | | index | Int32<!-- System.Int32 --> | | | + | |
- | | key | String<!-- System.String --> | | | + | |
- | | item | [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]<!-- ThinkGeo.MapSuite.iOSEdition.MapTool --> | | | + | |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== MoveDown(Int32) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | index | Int32<!-- System.Int32 --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //item// |
- | ==== MoveDown(String) ==== | + | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]] |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} MoveDown(Int32) ** |
- | | key | String<!-- System.String --> | | | + | |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== MoveDown(MapTool) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | item | [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]<!-- ThinkGeo.MapSuite.iOSEdition.MapTool --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //index// |
- | ==== MoveTo(String, Int32) ==== | + | * Type:Int32 |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} MoveDown(String) ** |
- | | key | String<!-- System.String --> | | | + | |
- | | toIndex | Int32<!-- System.Int32 --> | | | + | |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== MoveTo(Int32, Int32) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | fromIndex | Int32<!-- System.Int32 --> | | | + | * Description:N/A |
- | | toIndex | Int32<!-- System.Int32 --> | | | + | |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //key// |
- | ==== MoveTo(MapTool, Int32) ==== | + | * Type:String |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} MoveDown(MapTool) ** |
- | | item | [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]<!-- ThinkGeo.MapSuite.iOSEdition.MapTool --> | | | + | |
- | | toIndex | Int32<!-- System.Int32 --> | | | + | |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== MoveToBottom(String) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | key | String<!-- System.String --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //item// |
- | ==== MoveToBottom(Int32) ==== | + | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]] |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} MoveToTop(Int32) ** |
- | | index | Int32<!-- System.Int32 --> | | | + | |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== MoveToBottom(MapTool) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | item | [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]<!-- ThinkGeo.MapSuite.iOSEdition.MapTool --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //index// |
- | ==== MoveToTop(MapTool) ==== | + | * Type:Int32 |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} MoveToTop(String) ** |
- | | item | [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]<!-- ThinkGeo.MapSuite.iOSEdition.MapTool --> | | | + | |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== MoveToTop(Int32) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | index | Int32<!-- System.Int32 --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //key// |
- | ==== MoveToTop(String) ==== | + | * Type:String |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} MoveToTop(MapTool) ** |
- | | key | String<!-- System.String --> | | | + | |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== MoveUp(MapTool) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | item | [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]<!-- ThinkGeo.MapSuite.iOSEdition.MapTool --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //item// |
- | ==== MoveUp(String) ==== | + | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]] |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} MoveToBottom(Int32) ** |
- | | key | String<!-- System.String --> | | | + | |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== MoveUp(Int32) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | index | Int32<!-- System.Int32 --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //index// |
- | ==== Refresh() ==== | + | * Type:Int32 |
- | Refreshes this instance. | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} MoveToBottom(String) ** |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapTools --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== Remove(MapTool) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | item | [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]<!-- ThinkGeo.MapSuite.iOSEdition.MapTool --> | | | + | * Description:N/A |
- | <!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //key// |
- | ==== Remove(String) ==== | + | * Type:String |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} MoveToBottom(MapTool) ** |
- | | key | String<!-- System.String --> | | | + | |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== RemoveAt(Int32) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | index | Int32<!-- System.Int32 --> | | | + | * Description:N/A |
- | <!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //item// |
- | ==== ToString() ==== | + | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]] |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} MoveTo(Int32,Int32) ** |
- | <!-- System.Object --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ===== Protected Methods ===== | + | N/A |
- | ==== ClearItems() ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.iOSEdition.MapTool}(overriden) --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //fromIndex// |
- | ==== Finalize() ==== | + | * Type:Int32 |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //toIndex// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Int32 |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} MoveTo(String,Int32) ** |
- | ==== InsertItem(Int32, MapTool) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | index | Int32<!-- System.Int32 --> | | | + | N/A |
- | | item | [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]<!-- ThinkGeo.MapSuite.iOSEdition.MapTool --> | | | + | |
- | <!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.iOSEdition.MapTool}(overriden) --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== MemberwiseClone() ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Object<!-- System.Object --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //key// |
+ | * Type:String | ||
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | * //toIndex// |
- | [[#Protected Methods|Go Back]] | + | * Type:Int32 |
- | ==== OnAdded(AddedGeoCollectionEventArgs) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} MoveTo(MapTool,Int32) ** |
- | | e | [[ThinkGeo.MapSuite.Core.AddedGeoCollectionEventArgs|AddedGeoCollectionEventArgs]]<!-- ThinkGeo.MapSuite.Core.AddedGeoCollectionEventArgs --> | | | + | |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnAdding(AddingGeoCollectionEventArgs) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | e | [[ThinkGeo.MapSuite.Core.AddingGeoCollectionEventArgs|AddingGeoCollectionEventArgs]]<!-- ThinkGeo.MapSuite.Core.AddingGeoCollectionEventArgs --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //item// |
- | ==== OnClearedItems(ClearedItemsGeoCollectionEventArgs) ==== | + | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]] |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //toIndex// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Int32 |
- | | e | [[ThinkGeo.MapSuite.Core.ClearedItemsGeoCollectionEventArgs|ClearedItemsGeoCollectionEventArgs]]<!-- ThinkGeo.MapSuite.Core.ClearedItemsGeoCollectionEventArgs --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} Contains(String) ** |
- | ==== OnClearingItems(ClearingItemsGeoCollectionEventArgs) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | [[ThinkGeo.MapSuite.Core.ClearingItemsGeoCollectionEventArgs|ClearingItemsGeoCollectionEventArgs]]<!-- ThinkGeo.MapSuite.Core.ClearingItemsGeoCollectionEventArgs --> | | | + | N/A |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Boolean |
- | ==== OnCollectionChanged(NotifyCollectionChangedEventArgs) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //key// |
- | | e | NotifyCollectionChangedEventArgs<!-- System.Collections.Specialized.NotifyCollectionChangedEventArgs --> | | | + | * Type:String |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} Add(MapTool) ** |
- | ==== OnInserted(InsertedGeoCollectionEventArgs) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | [[ThinkGeo.MapSuite.Core.InsertedGeoCollectionEventArgs|InsertedGeoCollectionEventArgs]]<!-- ThinkGeo.MapSuite.Core.InsertedGeoCollectionEventArgs --> | | | + | N/A |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== OnInserting(InsertingGeoCollectionEventArgs) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //item// |
- | | e | [[ThinkGeo.MapSuite.Core.InsertingGeoCollectionEventArgs|InsertingGeoCollectionEventArgs]]<!-- ThinkGeo.MapSuite.Core.InsertingGeoCollectionEventArgs --> | | | + | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]] |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} Clear() ** |
- | ==== OnPropertyChanged(PropertyChangedEventArgs) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | PropertyChangedEventArgs<!-- System.ComponentModel.PropertyChangedEventArgs --> | | | + | N/A |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== OnRemoved(RemovedGeoCollectionEventArgs) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | e | [[ThinkGeo.MapSuite.Core.RemovedGeoCollectionEventArgs|RemovedGeoCollectionEventArgs]]<!-- ThinkGeo.MapSuite.Core.RemovedGeoCollectionEventArgs --> | | | + | ** {{wiki:PublicMethod.gif|}} CopyTo(MapTool[],Int32) ** |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnRemoving(RemovingGeoCollectionEventArgs) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | e | [[ThinkGeo.MapSuite.Core.RemovingGeoCollectionEventArgs|RemovingGeoCollectionEventArgs]]<!-- ThinkGeo.MapSuite.Core.RemovingGeoCollectionEventArgs --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //array// |
- | ==== RemoveItem(Int32) ==== | + | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapTool[]|MapTool[]]] |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //index// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Int32 |
- | | index | Int32<!-- System.Int32 --> | | | + | * Description:N/A |
- | <!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.iOSEdition.MapTool}(overriden) --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} Contains(MapTool) ** |
- | ==== SetItem(Int32, MapTool) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | index | Int32<!-- System.Int32 --> | | | + | N/A |
- | | item | [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]<!-- ThinkGeo.MapSuite.iOSEdition.MapTool --> | | | + | |
- | <!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.iOSEdition.MapTool}(overriden) --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Boolean |
- | ===== Public Properties ===== | + | * Description:N/A |
- | ==== CenterCoordinate ==== | + | |
- | Gets the center coordinate. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.iOSEdition.CenterCoordinateMapTool|CenterCoordinateMapTool]]<!-- ThinkGeo.MapSuite.iOSEdition.CenterCoordinateMapTool --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapTools --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | * //item// |
- | ==== Count ==== | + | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]] |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ | + | |
- | | Int32<!-- System.Int32 --> | | + | |
- | <!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | <div newline></div> |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} GetEnumerator() ** |
- | ==== Item ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]<!-- ThinkGeo.MapSuite.iOSEdition.MapTool --> | | + | |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== Item ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]<!-- ThinkGeo.MapSuite.iOSEdition.MapTool --> | | + | |
- | <!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:IEnumerator<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> |
- | ==== ScaleLine ==== | + | * Description:N/A |
- | Gets the scale line. | + | |
- | === Return Value === | + | == Parameters == |
- | ^ Return Type ^ | + | <div newline></div> |
- | | [[ThinkGeo.MapSuite.iOSEdition.ScaleLineMapTool|ScaleLineMapTool]]<!-- ThinkGeo.MapSuite.iOSEdition.ScaleLineMapTool --> | | + | ** {{wiki:PublicMethod.gif|}} IndexOf(MapTool) ** |
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //item// | ||
+ | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Insert(Int32,MapTool) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //index// | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | * //item// | ||
+ | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Remove(MapTool) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //item// | ||
+ | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} RemoveAt(Int32) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //index// | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //obj// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Type | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ==== Protected Methods ==== | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnInserting(InsertingGeoCollectionEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.InsertingGeoCollectionEventArgs|InsertingGeoCollectionEventArgs]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnInserted(InsertedGeoCollectionEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.InsertedGeoCollectionEventArgs|InsertedGeoCollectionEventArgs]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnRemoving(RemovingGeoCollectionEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RemovingGeoCollectionEventArgs|RemovingGeoCollectionEventArgs]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnRemoved(RemovedGeoCollectionEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RemovedGeoCollectionEventArgs|RemovedGeoCollectionEventArgs]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnAdding(AddingGeoCollectionEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.AddingGeoCollectionEventArgs|AddingGeoCollectionEventArgs]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnAdded(AddedGeoCollectionEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.AddedGeoCollectionEventArgs|AddedGeoCollectionEventArgs]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnClearingItems(ClearingItemsGeoCollectionEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.ClearingItemsGeoCollectionEventArgs|ClearingItemsGeoCollectionEventArgs]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnClearedItems(ClearedItemsGeoCollectionEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.ClearedItemsGeoCollectionEventArgs|ClearedItemsGeoCollectionEventArgs]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} InsertItem(Int32,MapTool) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //index// | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | * //item// | ||
+ | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} RemoveItem(Int32) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //index// | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} ClearItems() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} SetItem(Int32,MapTool) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //index// | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | * //item// | ||
+ | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnCollectionChanged(NotifyCollectionChangedEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:NotifyCollectionChangedEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnPropertyChanged(PropertyChangedEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:PropertyChangedEventArgs | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ==== Public Properties ==== | ||
+ | ** {{wiki:PublicProperty.gif|}} ZoomMapTool ** | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapTools --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ZoomMapTool ==== | ||
Gets the zoom map tool. | Gets the zoom map tool. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.iOSEdition.ZoomMapTool|ZoomMapTool]]<!-- ThinkGeo.MapSuite.iOSEdition.ZoomMapTool --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.iOSEdition.ZoomMapTool|ZoomMapTool]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ScaleLine ** | ||
+ | |||
+ | Gets the scale line. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.iOSEdition.ScaleLineMapTool|ScaleLineMapTool]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} CenterCoordinate ** | ||
+ | |||
+ | Gets the center coordinate. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.iOSEdition.CenterCoordinateMapTool|CenterCoordinateMapTool]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Item ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Count ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Item ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]] | ||
+ | |||
+ | ==== Protected Properties ==== | ||
+ | ** {{wiki:ProtectedProperty.gif|}} Items ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:IList<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]> | ||
+ | |||
+ | ==== Public Events ==== | ||
+ | ** {{wiki:PublicEvent.gif|}} Inserting ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments:[[ThinkGeo.MapSuite.Core.InsertingGeoCollectionEventArgs|InsertingGeoCollectionEventArgs]] | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} Inserted ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments:[[ThinkGeo.MapSuite.Core.InsertedGeoCollectionEventArgs|InsertedGeoCollectionEventArgs]] | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} Removing ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments:[[ThinkGeo.MapSuite.Core.RemovingGeoCollectionEventArgs|RemovingGeoCollectionEventArgs]] | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} Removed ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments:[[ThinkGeo.MapSuite.Core.RemovedGeoCollectionEventArgs|RemovedGeoCollectionEventArgs]] | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapTools --> | + | ** {{wiki:PublicEvent.gif|}} Adding ** |
- | [[#Public Properties|Go Back]] | + | N/A |
- | ===== Protected Properties ===== | + | == Remarks == |
- | ==== Items ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | IList<[[ThinkGeo.MapSuite.iOSEdition.MapTool|MapTool]]><!-- System.Collections.Generic.IList{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | | + | |
- | <!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | Event Arguments:[[ThinkGeo.MapSuite.Core.AddingGeoCollectionEventArgs|AddingGeoCollectionEventArgs]] |
- | [[#Protected Properties|Go Back]] | + | |
- | ===== Public Events ===== | + | |
- | ==== Added ==== | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.AddedGeoCollectionEventArgs|AddedGeoCollectionEventArgs]]<!-- ThinkGeo.MapSuite.Core.AddedGeoCollectionEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | ** {{wiki:PublicEvent.gif|}} Added ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== Adding ==== | + | == Remarks == |
- | === Event Arguments === | + | N/A |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.AddingGeoCollectionEventArgs|AddingGeoCollectionEventArgs]]<!-- ThinkGeo.MapSuite.Core.AddingGeoCollectionEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | Event Arguments:[[ThinkGeo.MapSuite.Core.AddedGeoCollectionEventArgs|AddedGeoCollectionEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | ==== ClearedItems ==== | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.ClearedItemsGeoCollectionEventArgs|ClearedItemsGeoCollectionEventArgs]]<!-- ThinkGeo.MapSuite.Core.ClearedItemsGeoCollectionEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | ** {{wiki:PublicEvent.gif|}} ClearingItems ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== ClearingItems ==== | + | == Remarks == |
- | === Event Arguments === | + | N/A |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.ClearingItemsGeoCollectionEventArgs|ClearingItemsGeoCollectionEventArgs]]<!-- ThinkGeo.MapSuite.Core.ClearingItemsGeoCollectionEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | Event Arguments:[[ThinkGeo.MapSuite.Core.ClearingItemsGeoCollectionEventArgs|ClearingItemsGeoCollectionEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | ==== CollectionChanged ==== | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | NotifyCollectionChangedEventArgs<!-- System.Collections.Specialized.NotifyCollectionChangedEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | ** {{wiki:PublicEvent.gif|}} ClearedItems ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== Inserted ==== | + | == Remarks == |
- | === Event Arguments === | + | N/A |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.InsertedGeoCollectionEventArgs|InsertedGeoCollectionEventArgs]]<!-- ThinkGeo.MapSuite.Core.InsertedGeoCollectionEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | Event Arguments:[[ThinkGeo.MapSuite.Core.ClearedItemsGeoCollectionEventArgs|ClearedItemsGeoCollectionEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | ==== Inserting ==== | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.InsertingGeoCollectionEventArgs|InsertingGeoCollectionEventArgs]]<!-- ThinkGeo.MapSuite.Core.InsertingGeoCollectionEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | ** {{wiki:PublicEvent.gif|}} CollectionChanged ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== PropertyChanged ==== | + | == Remarks == |
- | === Event Arguments === | + | N/A |
- | ^ Event Arguments ^ | + | |
- | | PropertyChangedEventArgs<!-- System.ComponentModel.PropertyChangedEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | Event Arguments: |
- | [[#Public Events|Go Back]] | + | |
- | ==== Removed ==== | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.RemovedGeoCollectionEventArgs|RemovedGeoCollectionEventArgs]]<!-- ThinkGeo.MapSuite.Core.RemovedGeoCollectionEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | ** {{wiki:PublicEvent.gif|}} PropertyChanged ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== Removing ==== | + | == Remarks == |
- | === Event Arguments === | + | N/A |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.RemovingGeoCollectionEventArgs|RemovingGeoCollectionEventArgs]]<!-- ThinkGeo.MapSuite.Core.RemovingGeoCollectionEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.MapTool} --> | + | Event Arguments: |
- | [[#Public Events|Go Back]] | + | |
- | __NOTOC__ | ||
- | [[Category:iOSEdition]] | ||
- | [[Category:ThinkGeo.MapSuite.iOSEdition]] | ||
- | [[Category:UpdateDocumentation]] | ||