ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> Contains the different map tools as properties and acts as an entrance for setting these map controls.
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.
*System.Object **ThinkGeo.MapSuite.WebEdition.MapTools
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
MapTools | Initialize an instance of the MapTools class. |
| Name | Parameters | DeclaringType | Summary |
|---|
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
Equals | Object | Object | |
GetHashCode | Object | ||
GetType | Object | ||
ToJson | Returns a JSON string that contains all of the map tools settings. | ||
ToString | Object |
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
Finalize | Object | ||
MemberwiseClone | Object |
| Name | Return | DeclaringType | Summary |
|---|---|---|---|
AnimationPanMapTool | AnimationPanMapTool | Gets an AnimationPanMapTool object for setting. | |
KeyboardMapTool | KeyboardMapTool | Gets a KeyboardMapTool object for setting. | |
LoadingImage | LoadingImageMapTool | Gets a LoadingImageMapTool object for setting | |
Logo | LogoMapTool | Gets a LogoMapTool object for setting | |
MeasureMapTool | MeasureMapTool | Gets an MeasureMapTool object for setting. | |
MiniMap | MiniMapMapTool | Gets a MiniMapMapTool object for setting. | |
MouseCoordinate | MouseCoordinateMapTool | Gets a MouseCoordinateMapTool object for setting. | |
MouseMapTool | MouseMapTool | Gets a MouseMapTool object for setting. | |
OverlaySwitcher | OverlaySwitcherMapTool | Gets an OverlaySwitcherMapTool object for setting. | |
PanZoom | PanZoomMapTool | Gets a PanZoomMapTool object for setting. | |
PanZoomBar | PanZoomBarMapTool | Gets a PanZoomBarMapTool object for setting. | |
ScaleLine | ScaleLineMapTool | Gets a ScaleLineMapTool object for setting. | |
TouchMapTool | TouchMapTool |
| Name | Return | DeclaringType | Summary |
|---|
| Name | Event Arguments | DeclaringType | Summary |
|---|
Initialize an instance of the MapTools class.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#MapTools.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#MapTools.28.29</a>
| Name | Type | Description |
|---|
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#Equals.28Object.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#Equals.28Object.29</a>
| Return Type | Description |
|---|---|
| Boolean<!– System.Boolean –> |
| Name | Type | Description |
|---|---|---|
| obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#GetHashCode.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#GetHashCode.28.29</a>
| Return Type | Description |
|---|---|
| Int32<!– System.Int32 –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#GetType.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#GetType.28.29</a>
| Return Type | Description |
|---|---|
| Type<!– System.Type –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
Returns a JSON string that contains all of the map tools settings.
This method is used to generate the JSON string for all of the map controls. The JSON string will be sent to the client side to create corresponding client-side map controls.
| Return Type | Description |
|---|---|
| String<!– System.String –> | A JSON string that represents the settings for all of the map tools. |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.WebEdition.MapTools –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#ToString.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#ToString.28.29</a>
| Return Type | Description |
|---|---|
| String<!– System.String –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#Finalize.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#Finalize.28.29</a>
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#MemberwiseClone.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#MemberwiseClone.28.29</a>
| Return Type | Description |
|---|---|
| Object<!– System.Object –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
Gets an AnimationPanMapTool object for setting.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#AnimationPanMapTool” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#AnimationPanMapTool</a>
| Return Type |
|---|
| AnimationPanMapTool<!– ThinkGeo.MapSuite.WebEdition.AnimationPanMapTool –> |
<!– ThinkGeo.MapSuite.WebEdition.MapTools –> Go Back
Gets a KeyboardMapTool object for setting.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#KeyboardMapTool” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#KeyboardMapTool</a>
| Return Type |
|---|
| KeyboardMapTool<!– ThinkGeo.MapSuite.WebEdition.KeyboardMapTool –> |
<!– ThinkGeo.MapSuite.WebEdition.MapTools –> Go Back
Gets a LoadingImageMapTool object for setting
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#LoadingImage” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#LoadingImage</a>
| Return Type |
|---|
| LoadingImageMapTool<!– ThinkGeo.MapSuite.WebEdition.LoadingImageMapTool –> |
<!– ThinkGeo.MapSuite.WebEdition.MapTools –> Go Back
Gets a LogoMapTool object for setting
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#Logo” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#Logo</a>
| Return Type |
|---|
| LogoMapTool<!– ThinkGeo.MapSuite.WebEdition.LogoMapTool –> |
<!– ThinkGeo.MapSuite.WebEdition.MapTools –> Go Back
Gets an MeasureMapTool object for setting.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#MeasureMapTool” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#MeasureMapTool</a>
| Return Type |
|---|
| MeasureMapTool<!– ThinkGeo.MapSuite.WebEdition.MeasureMapTool –> |
<!– ThinkGeo.MapSuite.WebEdition.MapTools –> Go Back
Gets a MiniMapMapTool object for setting.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#MiniMap” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#MiniMap</a>
| Return Type |
|---|
| MiniMapMapTool<!– ThinkGeo.MapSuite.WebEdition.MiniMapMapTool –> |
<!– ThinkGeo.MapSuite.WebEdition.MapTools –> Go Back
Gets a MouseCoordinateMapTool object for setting.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#MouseCoordinate” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#MouseCoordinate</a>
| Return Type |
|---|
| MouseCoordinateMapTool<!– ThinkGeo.MapSuite.WebEdition.MouseCoordinateMapTool –> |
<!– ThinkGeo.MapSuite.WebEdition.MapTools –> Go Back
Gets a MouseMapTool object for setting.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#MouseMapTool” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#MouseMapTool</a>
| Return Type |
|---|
| MouseMapTool<!– ThinkGeo.MapSuite.WebEdition.MouseMapTool –> |
<!– ThinkGeo.MapSuite.WebEdition.MapTools –> Go Back
Gets an OverlaySwitcherMapTool object for setting.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#OverlaySwitcher” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#OverlaySwitcher</a>
| Return Type |
|---|
| OverlaySwitcherMapTool<!– ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool –> |
<!– ThinkGeo.MapSuite.WebEdition.MapTools –> Go Back
Gets a PanZoomMapTool object for setting.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#PanZoom” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#PanZoom</a>
| Return Type |
|---|
| PanZoomMapTool<!– ThinkGeo.MapSuite.WebEdition.PanZoomMapTool –> |
<!– ThinkGeo.MapSuite.WebEdition.MapTools –> Go Back
Gets a PanZoomBarMapTool object for setting.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#PanZoomBar” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#PanZoomBar</a>
| Return Type |
|---|
| PanZoomBarMapTool<!– ThinkGeo.MapSuite.WebEdition.PanZoomBarMapTool –> |
<!– ThinkGeo.MapSuite.WebEdition.MapTools –> Go Back
Gets a ScaleLineMapTool object for setting.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#ScaleLine” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#ScaleLine</a>
| Return Type |
|---|
| ScaleLineMapTool<!– ThinkGeo.MapSuite.WebEdition.ScaleLineMapTool –> |
<!– ThinkGeo.MapSuite.WebEdition.MapTools –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#TouchMapTool” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#TouchMapTool</a>
| Return Type |
|---|
| TouchMapTool<!– ThinkGeo.MapSuite.WebEdition.TouchMapTool –> |
<!– ThinkGeo.MapSuite.WebEdition.MapTools –> Go Back