====== ThinkGeo.MapSuite.Mvc.MapTools ====== ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.Mvc.MapTools** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} MapTools() ** * //N/A// == Remarks == * //N/A// == Parameters ==
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} ToJson() ** * //N/A// == Remarks == * //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 Value == * Type:String * Description:A JSON string that represents the settings for all of the map tools. == Parameters == ** {{wiki:PublicMethod.gif|}} FromJson(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //jsonString// * Type:String * Description:a json string ** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters == ** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A ** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == ** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters == ===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters == ==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} MeasureMapTool ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Mvc.MeasureMapTool|MeasureMapTool]] ** {{wiki:PublicProperty.gif|}} TouchMapTool ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Mvc.TouchMapTool|TouchMapTool]] ** {{wiki:PublicProperty.gif|}} AnimationPanMapTool ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Mvc.AnimationPanMapTool|AnimationPanMapTool]] ** {{wiki:PublicProperty.gif|}} OverlaySwitcher ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Mvc.OverlaySwitcherMapTool|OverlaySwitcherMapTool]] ** {{wiki:PublicProperty.gif|}} MouseMapTool ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Mvc.MouseMapTool|MouseMapTool]] ** {{wiki:PublicProperty.gif|}} MouseCoordinate ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Mvc.MouseCoordinateMapTool|MouseCoordinateMapTool]] ** {{wiki:PublicProperty.gif|}} MiniMap ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Mvc.MiniMapMapTool|MiniMapMapTool]] ** {{wiki:PublicProperty.gif|}} PanZoom ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Mvc.PanZoomMapTool|PanZoomMapTool]] ** {{wiki:PublicProperty.gif|}} PanZoomBar ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Mvc.PanZoomBarMapTool|PanZoomBarMapTool]] ** {{wiki:PublicProperty.gif|}} ScaleLine ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Mvc.ScaleLineMapTool|ScaleLineMapTool]] ** {{wiki:PublicProperty.gif|}} Logo ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Mvc.LogoMapTool|LogoMapTool]] ** {{wiki:PublicProperty.gif|}} KeyboardMapTool ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Mvc.KeyboardMapTool|KeyboardMapTool]] ** {{wiki:PublicProperty.gif|}} LoadingImage ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Mvc.LoadingImageMapTool|LoadingImageMapTool]] ==== Protected Properties ==== ==== Public Events ====