====== 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. ===== 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 ==
** {{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.
==== 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 ==
** {{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 ==
** {{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
** {{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 ==
** {{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 ==
==== 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 ==
** {{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 ==
==== 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 ====