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

Next revision
Previous revision
thinkgeo.mapsuite.mvcedition.maptools [2015/08/20 03:08]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.MvcEdition.MapTools ====== 
- 
- 
- 
-<!-- Class --> 
-Contains the different map tools as properties and acts as an entrance for setting these map controls. 
-=== Remarks === 
-This class is designed to be easy to use. It contains all the available tools of the map. You can find and set those map tools easily by using this class. 
-===== Inheritance Hierarchy ===== 
-*System.Object 
-**[[ThinkGeo.MapSuite.MvcEdition.MapTools]] 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MapTools()|MapTools]] ​  ​| ​   |    | Initialize an instance of the MapTools class. ​  | 
- 
-==== Protected Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
-==== Public Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​FromJson(String)|FromJson]] ​  | String ​  ​| ​   | Load this object from a json string. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToJson()|ToJson]] ​  ​| ​   |    | Returns a JSON string that contains all of the map tools settings. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   | 
- 
-==== Protected Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | 
- 
-==== Public Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AnimationPanMapTool|AnimationPanMapTool]] ​  | [[ThinkGeo.MapSuite.MvcEdition.AnimationPanMapTool|AnimationPanMapTool]] ​  ​| ​   | Gets an AnimationPanMapTool object for setting. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​KeyboardMapTool|KeyboardMapTool]] ​  | [[ThinkGeo.MapSuite.MvcEdition.KeyboardMapTool|KeyboardMapTool]] ​  ​| ​   | Gets a KeyboardMapTool object for setting. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​LoadingImage|LoadingImage]] ​  | [[ThinkGeo.MapSuite.MvcEdition.LoadingImageMapTool|LoadingImageMapTool]] ​  ​| ​   | Gets a LoadingImageMapTool object for setting ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Logo|Logo]] ​  | [[ThinkGeo.MapSuite.MvcEdition.LogoMapTool|LogoMapTool]] ​  ​| ​   | Gets a LogoMapTool object for setting ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MeasureMapTool|MeasureMapTool]] ​  | [[ThinkGeo.MapSuite.MvcEdition.MeasureMapTool|MeasureMapTool]] ​  ​| ​   | Gets an MeasureMapTool object for setting. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MiniMap|MiniMap]] ​  | [[ThinkGeo.MapSuite.MvcEdition.MiniMapMapTool|MiniMapMapTool]] ​  ​| ​   | Gets a MiniMapMapTool object for setting. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MouseCoordinate|MouseCoordinate]] ​  | [[ThinkGeo.MapSuite.MvcEdition.MouseCoordinateMapTool|MouseCoordinateMapTool]] ​  ​| ​   | Gets a MouseCoordinateMapTool object for setting. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MouseMapTool|MouseMapTool]] ​  | [[ThinkGeo.MapSuite.MvcEdition.MouseMapTool|MouseMapTool]] ​  ​| ​   | Gets a MouseMapTool object for setting. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​OverlaySwitcher|OverlaySwitcher]] ​  | [[ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapTool|OverlaySwitcherMapTool]] ​  ​| ​   | Gets an OverlaySwitcherMapTool object for setting. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​PanZoom|PanZoom]] ​  | [[ThinkGeo.MapSuite.MvcEdition.PanZoomMapTool|PanZoomMapTool]] ​  ​| ​   | Gets a PanZoomMapTool object for setting. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​PanZoomBar|PanZoomBar]] ​  | [[ThinkGeo.MapSuite.MvcEdition.PanZoomBarMapTool|PanZoomBarMapTool]] ​  ​| ​   | Gets a PanZoomBarMapTool object for setting. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ScaleLine|ScaleLine]] ​  | [[ThinkGeo.MapSuite.MvcEdition.ScaleLineMapTool|ScaleLineMapTool]] ​  ​| ​   | Gets a ScaleLineMapTool object for setting. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TouchMapTool|TouchMapTool]] ​  | [[ThinkGeo.MapSuite.MvcEdition.TouchMapTool|TouchMapTool]] ​  ​| ​   | Gets an TouchMapTool object for setting ​  | 
- 
-==== Protected Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
- 
-==== Public Events ==== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ 
- 
-===== Public Constructors ===== 
-==== MapTools() ==== 
-Initialize an instance of the MapTools class. 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-[[#Public Constructors|Go Back]] 
-===== Protected Constructors ===== 
-===== Public Methods ===== 
-==== Equals(Object) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   | 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== FromJson(String) ==== 
-Load this object from a json string. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| jsonString ​  | String<​!-- System.String --> ​  | a json string ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.MapTools --> 
-[[#Public Methods|Go Back]] 
-==== GetHashCode() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetType() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Type<!-- System.Type --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== 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 === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  | A JSON string that represents the settings for all of the map tools. ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.MapTools --> 
-[[#Public Methods|Go Back]] 
-==== ToString() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-===== Protected Methods ===== 
-==== Finalize() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-==== MemberwiseClone() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Object<​!-- System.Object --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-==== AnimationPanMapTool ==== 
-Gets an AnimationPanMapTool object for setting. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.AnimationPanMapTool|AnimationPanMapTool]]<​!-- ThinkGeo.MapSuite.MvcEdition.AnimationPanMapTool --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.MapTools --> 
-[[#Public Properties|Go Back]] 
-==== KeyboardMapTool ==== 
-Gets a KeyboardMapTool object for setting. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.KeyboardMapTool|KeyboardMapTool]]<​!-- ThinkGeo.MapSuite.MvcEdition.KeyboardMapTool --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.MapTools --> 
-[[#Public Properties|Go Back]] 
-==== LoadingImage ==== 
-Gets a LoadingImageMapTool object for setting 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.LoadingImageMapTool|LoadingImageMapTool]]<​!-- ThinkGeo.MapSuite.MvcEdition.LoadingImageMapTool --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.MapTools --> 
-[[#Public Properties|Go Back]] 
-==== Logo ==== 
-Gets a LogoMapTool object for setting 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.LogoMapTool|LogoMapTool]]<​!-- ThinkGeo.MapSuite.MvcEdition.LogoMapTool --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.MapTools --> 
-[[#Public Properties|Go Back]] 
-==== MeasureMapTool ==== 
-Gets an MeasureMapTool object for setting. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.MeasureMapTool|MeasureMapTool]]<​!-- ThinkGeo.MapSuite.MvcEdition.MeasureMapTool --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.MapTools --> 
-[[#Public Properties|Go Back]] 
-==== MiniMap ==== 
-Gets a MiniMapMapTool object for setting. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.MiniMapMapTool|MiniMapMapTool]]<​!-- ThinkGeo.MapSuite.MvcEdition.MiniMapMapTool --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.MapTools --> 
-[[#Public Properties|Go Back]] 
-==== MouseCoordinate ==== 
-Gets a MouseCoordinateMapTool object for setting. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.MouseCoordinateMapTool|MouseCoordinateMapTool]]<​!-- ThinkGeo.MapSuite.MvcEdition.MouseCoordinateMapTool --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.MapTools --> 
-[[#Public Properties|Go Back]] 
-==== MouseMapTool ==== 
-Gets a MouseMapTool object for setting. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.MouseMapTool|MouseMapTool]]<​!-- ThinkGeo.MapSuite.MvcEdition.MouseMapTool --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.MapTools --> 
-[[#Public Properties|Go Back]] 
-==== OverlaySwitcher ==== 
-Gets an OverlaySwitcherMapTool object for setting. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapTool|OverlaySwitcherMapTool]]<​!-- ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapTool --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.MapTools --> 
-[[#Public Properties|Go Back]] 
-==== PanZoom ==== 
-Gets a PanZoomMapTool object for setting. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.PanZoomMapTool|PanZoomMapTool]]<​!-- ThinkGeo.MapSuite.MvcEdition.PanZoomMapTool --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.MapTools --> 
-[[#Public Properties|Go Back]] 
-==== PanZoomBar ==== 
-Gets a PanZoomBarMapTool object for setting. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.PanZoomBarMapTool|PanZoomBarMapTool]]<​!-- ThinkGeo.MapSuite.MvcEdition.PanZoomBarMapTool --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.MapTools --> 
-[[#Public Properties|Go Back]] 
-==== ScaleLine ==== 
-Gets a ScaleLineMapTool object for setting. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.ScaleLineMapTool|ScaleLineMapTool]]<​!-- ThinkGeo.MapSuite.MvcEdition.ScaleLineMapTool --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.MapTools --> 
-[[#Public Properties|Go Back]] 
-==== TouchMapTool ==== 
-Gets an TouchMapTool object for setting 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.TouchMapTool|TouchMapTool]]<​!-- ThinkGeo.MapSuite.MvcEdition.TouchMapTool --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.MapTools --> 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-===== Public Events ===== 
-__NOTOC__ 
-[[Category:​MvcEdition]] 
-[[Category:​ThinkGeo.MapSuite.MvcEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.mvcedition.maptools.1440040131.txt.gz ยท Last modified: 2015/09/21 03:34 (external edit)