User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.maptools

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.mvcedition.maptools [2015/09/22 08:35]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.MvcEdition.MapTools ====== 
-Contains the different map tools as properties and acts as an entrance for setting these map controls. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    ***ThinkGeo.MapSuite.MvcEdition.MapTools** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} MapTools() ** 
- 
-  * //​Initialize an instance of the MapTools class.// 
-== Remarks == 
-  * //N/A// 
-== Parameters == 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} ToJson() ** 
- 
-  * //Returns a JSON string that contains all of the map tools settings.// 
-== 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 == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} FromJson(String) ** 
- 
-  * //Load this object from a json string.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​jsonString//​ 
-    * Type:String 
-    * Description:​a json string 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ToString() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //obj// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetType() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Type 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Protected Methods ==== 
-** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Public Properties ==== 
-** {{wiki:​PublicProperty.gif|}} MeasureMapTool ** 
- 
-Gets an MeasureMapTool object for setting. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.MeasureMapTool|MeasureMapTool]] 
- 
-** {{wiki:​PublicProperty.gif|}} TouchMapTool ** 
- 
-Gets an TouchMapTool object for setting 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.TouchMapTool|TouchMapTool]] 
- 
-** {{wiki:​PublicProperty.gif|}} AnimationPanMapTool ** 
- 
-Gets an AnimationPanMapTool object for setting. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.AnimationPanMapTool|AnimationPanMapTool]] 
- 
-** {{wiki:​PublicProperty.gif|}} OverlaySwitcher ** 
- 
-Gets an OverlaySwitcherMapTool object for setting. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapTool|OverlaySwitcherMapTool]] 
- 
-** {{wiki:​PublicProperty.gif|}} MouseMapTool ** 
- 
-Gets a MouseMapTool object for setting. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.MouseMapTool|MouseMapTool]] 
- 
-** {{wiki:​PublicProperty.gif|}} MouseCoordinate ** 
- 
-Gets a MouseCoordinateMapTool object for setting. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.MouseCoordinateMapTool|MouseCoordinateMapTool]] 
- 
-** {{wiki:​PublicProperty.gif|}} MiniMap ** 
- 
-Gets a MiniMapMapTool object for setting. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.MiniMapMapTool|MiniMapMapTool]] 
- 
-** {{wiki:​PublicProperty.gif|}} PanZoom ** 
- 
-Gets a PanZoomMapTool object for setting. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.PanZoomMapTool|PanZoomMapTool]] 
- 
-** {{wiki:​PublicProperty.gif|}} PanZoomBar ** 
- 
-Gets a PanZoomBarMapTool object for setting. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.PanZoomBarMapTool|PanZoomBarMapTool]] 
- 
-** {{wiki:​PublicProperty.gif|}} ScaleLine ** 
- 
-Gets a ScaleLineMapTool object for setting. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.ScaleLineMapTool|ScaleLineMapTool]] 
- 
-** {{wiki:​PublicProperty.gif|}} Logo ** 
- 
-Gets a LogoMapTool object for setting 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.LogoMapTool|LogoMapTool]] 
- 
-** {{wiki:​PublicProperty.gif|}} KeyboardMapTool ** 
- 
-Gets a KeyboardMapTool object for setting. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.KeyboardMapTool|KeyboardMapTool]] 
- 
-** {{wiki:​PublicProperty.gif|}} LoadingImage ** 
- 
-Gets a LoadingImageMapTool object for setting 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.LoadingImageMapTool|LoadingImageMapTool]] 
- 
-==== Protected Properties ==== 
-==== Public Events ==== 
  
thinkgeo.mapsuite.mvcedition.maptools.1442910912.txt.gz ยท Last modified: 2015/09/22 08:35 by admin