This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.webedition.maptool [2015/09/18 03:08] admin |
thinkgeo.mapsuite.webedition.maptool [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.WebEdition.MapTool ====== | ====== ThinkGeo.MapSuite.WebEdition.MapTool ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
Defines the properties and methods that are shared by all controls on the map. | Defines the properties and methods that are shared by all controls on the map. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 22: | Line 25: | ||
** {{wiki:ProtectedMethod.gif|}} MapTool() ** | ** {{wiki:ProtectedMethod.gif|}} MapTool() ** | ||
- | Initialize an instance of the MapTool class. | + | * //Initialize an instance of the MapTool class.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTool#MapTool.28.29// |
== Parameters == | == Parameters == | ||
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} MapTool(Boolean) ** | ** {{wiki:ProtectedMethod.gif|}} MapTool(Boolean) ** | ||
- | Initialize an instance of the MapTool class with a boolean value that indicates whether it is enabled. | + | * //Initialize an instance of the MapTool class with a boolean value that indicates whether it is enabled.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTool#MapTool.28Boolean.29// |
== Parameters == | == Parameters == | ||
* //enabled// | * //enabled// | ||
Line 41: | Line 44: | ||
** {{wiki:PublicMethod.gif|}} ToJson() ** | ** {{wiki:PublicMethod.gif|}} ToJson() ** | ||
- | Returns a JSON string that represents the map control object. | + | * //Returns a JSON string that represents the map control object.// |
== Remarks == | == Remarks == | ||
- | This method returns a JSON string that instructs the client Javascript to create a specific client object. | + | * //This method returns a JSON string that instructs the client Javascript to create a specific client object.// |
== Return Value == | == Return Value == | ||
Line 53: | Line 56: | ||
** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTool#ToString.28.29// |
== Return Value == | == Return Value == | ||
Line 65: | Line 68: | ||
** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTool#Equals.28Object.29// |
== Return Value == | == Return Value == | ||
Line 81: | Line 84: | ||
** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTool#GetHashCode.28.29// |
== Return Value == | == Return Value == | ||
Line 93: | Line 96: | ||
** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTool#GetType.28.29// |
== Return Value == | == Return Value == | ||
Line 106: | Line 109: | ||
** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTool#Finalize.28.29// |
== Return Value == | == Return Value == | ||
Line 118: | Line 121: | ||
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTool#MemberwiseClone.28.29// |
== Return Value == | == Return Value == | ||
Line 133: | Line 136: | ||
Gets or sets a value that turns the feature on and off. | Gets or sets a value that turns the feature on and off. | ||
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTool#Enabled |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean |