User Tools

Site Tools


thinkgeo.mapsuite.webedition.maptool

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
thinkgeo.mapsuite.webedition.maptool [2015/09/22 08:49]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.WebEdition.MapTool ====== 
-Defines the properties and methods that are shared by all controls on the map. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    ***ThinkGeo.MapSuite.WebEdition.MapTool** 
-      *[[ThinkGeo.MapSuite.WebEdition.AnimationPanMapTool]] 
-      *[[ThinkGeo.MapSuite.WebEdition.MeasureMapTool]] 
-      *[[ThinkGeo.MapSuite.WebEdition.TouchMapTool]] 
-      *[[ThinkGeo.MapSuite.WebEdition.KeyboardMapTool]] 
-      *[[ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool]] 
-      *[[ThinkGeo.MapSuite.WebEdition.LoadingImageMapTool]] 
-      *[[ThinkGeo.MapSuite.WebEdition.LogoMapTool]] 
-      *[[ThinkGeo.MapSuite.WebEdition.MouseMapTool]] 
-      *[[ThinkGeo.MapSuite.WebEdition.MouseCoordinateMapTool]] 
-      *[[ThinkGeo.MapSuite.WebEdition.MiniMapMapTool]] 
-      *[[ThinkGeo.MapSuite.WebEdition.PanZoomMapTool]] 
-      *[[ThinkGeo.MapSuite.WebEdition.PanZoomBarMapTool]] 
-      *[[ThinkGeo.MapSuite.WebEdition.ScaleLineMapTool]] 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-==== Protected Constructors ==== 
-** {{wiki:​ProtectedMethod.gif|}} MapTool() ** 
- 
-  * //​Initialize an instance of the MapTool class.// 
-== Remarks == 
-  * //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 == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MapTool(Boolean) ** 
- 
-  * //​Initialize an instance of the MapTool class with a boolean value that indicates whether it is enabled.// 
-== Remarks == 
-  * //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 == 
-  * //enabled// 
-    * Type:​Boolean 
-    * Description:​A boolean value that indicates whether this MapTool is enabled. 
- 
-<div newline></​div>​ 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} ToJson() ** 
- 
-  * //Returns a JSON string that represents the map control object.// 
-== Remarks == 
-  * //This method returns a JSON string that instructs the client Javascript to create a specific client object.// 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​A JSON string that represents the map control. 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ToString() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //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 == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //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 == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //obj// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //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 == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetType() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //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 == 
-  * Type:Type 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Protected Methods ==== 
-** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //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 == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //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 == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Public Properties ==== 
-** {{wiki:​PublicProperty.gif|}} Enabled ** 
- 
-Gets or sets a value that turns the feature on and off. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MapTool#​Enabled 
-== Return Value == 
-  * Type:​Boolean 
- 
-==== Protected Properties ==== 
-==== Public Events ==== 
  
thinkgeo.mapsuite.webedition.maptool.1442911751.txt.gz ยท Last modified: 2015/09/22 08:49 by admin