This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.mvcedition.maptools [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.mvcedition.maptools [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.MvcEdition.MapTools ====== | ====== ThinkGeo.MapSuite.MvcEdition.MapTools ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
- | |||
- | <!-- Class --> | ||
Contains the different map tools as properties and acts as an entrance for setting these map controls. | 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 ===== | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | + | *System.Object |
- | **[[ThinkGeo.MapSuite.MvcEdition.MapTools]] | + | ***ThinkGeo.MapSuite.MvcEdition.MapTools** |
===== Members Summary ===== | ===== Members Summary ===== | ||
==== Public Constructors ==== | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} MapTools() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MapTools()|MapTools]] | | | Initialize an instance of the MapTools class. | | + | |
+ | * //Initialize an instance of the MapTools class.// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Parameters == | ||
+ | <div newline></div> | ||
==== Protected Constructors ==== | ==== Protected Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
- | |||
==== Public Methods ==== | ==== Public Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} ToJson() ** |
- | | {{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 ==== | + | * //Returns a JSON string that contains all of the map tools settings.// |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | * //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.// |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
- | ==== Public Properties ==== | + | == Return Value == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:String |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#AnimationPanMapTool|AnimationPanMapTool]] | [[ThinkGeo.MapSuite.MvcEdition.AnimationPanMapTool|AnimationPanMapTool]] | | Gets an AnimationPanMapTool object for setting. | | + | * Description:A JSON string that represents the settings for all of the map tools. |
- | | {{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 ==== | + | == Parameters == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | <div newline></div> |
+ | ** {{wiki:PublicMethod.gif|}} FromJson(String) ** | ||
- | ==== Public Events ==== | + | * //Load this object from a json string.// |
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | == Remarks == |
+ | * //N/A// | ||
- | ===== Public Constructors ===== | + | == Return Value == |
- | ==== MapTools() ==== | + | * Type:Void |
- | Initialize an instance of the MapTools class. | + | * Description:N/A |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | [[#Public Constructors|Go Back]] | + | == Parameters == |
- | ===== Protected Constructors ===== | + | * //jsonString// |
- | ===== Public Methods ===== | + | * Type:String |
- | ==== Equals(Object) ==== | + | * Description:a json string |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
- | | obj | Object<!-- System.Object --> | | | + | |
- | <!-- System.Object --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== FromJson(String) ==== | + | * //N/A// |
- | Load this object from a json string. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:String |
- | | jsonString | String<!-- System.String --> | a json string | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.MvcEdition.MapTools --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ==== GetHashCode() ==== | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //N/A// | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Boolean |
- | ==== GetType() ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Type<!-- System.Type --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //obj// |
+ | * Type:Object | ||
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
- | ==== 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 === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //N/A// | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.MapTools --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Int32 |
- | ==== ToString() ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
- | <!-- System.Object --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ===== Protected Methods ===== | + | * //N/A// |
- | ==== Finalize() ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Type |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== MemberwiseClone() ==== | + | ==== Protected Methods ==== |
- | === Return Value === | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
- | ^ Return Type ^ Description ^ | + | |
- | | Object<!-- System.Object --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //N/A// | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ===== Public Properties ===== | + | * Description:N/A |
- | ==== AnimationPanMapTool ==== | + | |
- | Gets an AnimationPanMapTool object for setting. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.MvcEdition.AnimationPanMapTool|AnimationPanMapTool]]<!-- ThinkGeo.MapSuite.MvcEdition.AnimationPanMapTool --> | | + | |
- | <!-- ThinkGeo.MapSuite.MvcEdition.MapTools --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | <div newline></div> |
- | ==== KeyboardMapTool ==== | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
- | Gets a KeyboardMapTool object for setting. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.MvcEdition.KeyboardMapTool|KeyboardMapTool]]<!-- ThinkGeo.MapSuite.MvcEdition.KeyboardMapTool --> | | + | |
- | <!-- ThinkGeo.MapSuite.MvcEdition.MapTools --> | + | * //N/A// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== LoadingImage ==== | + | * //N/A// |
- | Gets a LoadingImageMapTool object for setting | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.MvcEdition.LoadingImageMapTool|LoadingImageMapTool]]<!-- ThinkGeo.MapSuite.MvcEdition.LoadingImageMapTool --> | | + | |
- | <!-- ThinkGeo.MapSuite.MvcEdition.MapTools --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Object |
- | ==== Logo ==== | + | * Description:N/A |
- | Gets a LogoMapTool object for setting | + | |
- | === Return Value === | + | == Parameters == |
- | ^ Return Type ^ | + | <div newline></div> |
- | | [[ThinkGeo.MapSuite.MvcEdition.LogoMapTool|LogoMapTool]]<!-- ThinkGeo.MapSuite.MvcEdition.LogoMapTool --> | | + | ==== Public Properties ==== |
+ | ** {{wiki:PublicProperty.gif|}} MeasureMapTool ** | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.MapTools --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== MeasureMapTool ==== | ||
Gets an MeasureMapTool object for setting. | Gets an MeasureMapTool object for setting. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.MvcEdition.MeasureMapTool|MeasureMapTool]]<!-- ThinkGeo.MapSuite.MvcEdition.MeasureMapTool --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.MvcEdition.MeasureMapTool|MeasureMapTool]] | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.MapTools --> | + | ** {{wiki:PublicProperty.gif|}} TouchMapTool ** |
- | [[#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 --> | + | Gets an TouchMapTool object for setting |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== MouseCoordinate ==== | + | N/A |
- | Gets a MouseCoordinateMapTool object for setting. | + | == Return Value == |
- | === Return Value === | + | * Type:[[ThinkGeo.MapSuite.MvcEdition.TouchMapTool|TouchMapTool]] |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.MvcEdition.MouseCoordinateMapTool|MouseCoordinateMapTool]]<!-- ThinkGeo.MapSuite.MvcEdition.MouseCoordinateMapTool --> | | + | |
- | <!-- ThinkGeo.MapSuite.MvcEdition.MapTools --> | + | ** {{wiki:PublicProperty.gif|}} AnimationPanMapTool ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== MouseMapTool ==== | + | Gets an AnimationPanMapTool object for setting. |
- | Gets a MouseMapTool object for setting. | + | == Remarks == |
- | === Return Value === | + | N/A |
- | ^ Return Type ^ | + | == Return Value == |
- | | [[ThinkGeo.MapSuite.MvcEdition.MouseMapTool|MouseMapTool]]<!-- ThinkGeo.MapSuite.MvcEdition.MouseMapTool --> | | + | * Type:[[ThinkGeo.MapSuite.MvcEdition.AnimationPanMapTool|AnimationPanMapTool]] |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} OverlaySwitcher ** | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.MapTools --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== OverlaySwitcher ==== | ||
Gets an OverlaySwitcherMapTool object for setting. | Gets an OverlaySwitcherMapTool object for setting. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapTool|OverlaySwitcherMapTool]]<!-- ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapTool --> | | + | == 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 ** | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.MapTools --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== PanZoom ==== | ||
Gets a PanZoomMapTool object for setting. | Gets a PanZoomMapTool object for setting. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.MvcEdition.PanZoomMapTool|PanZoomMapTool]]<!-- ThinkGeo.MapSuite.MvcEdition.PanZoomMapTool --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.MvcEdition.PanZoomMapTool|PanZoomMapTool]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} PanZoomBar ** | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.MapTools --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== PanZoomBar ==== | ||
Gets a PanZoomBarMapTool object for setting. | Gets a PanZoomBarMapTool object for setting. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.MvcEdition.PanZoomBarMapTool|PanZoomBarMapTool]]<!-- ThinkGeo.MapSuite.MvcEdition.PanZoomBarMapTool --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.MvcEdition.PanZoomBarMapTool|PanZoomBarMapTool]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ScaleLine ** | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.MapTools --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ScaleLine ==== | ||
Gets a ScaleLineMapTool object for setting. | Gets a ScaleLineMapTool object for setting. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.MvcEdition.ScaleLineMapTool|ScaleLineMapTool]]<!-- ThinkGeo.MapSuite.MvcEdition.ScaleLineMapTool --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.MvcEdition.ScaleLineMapTool|ScaleLineMapTool]] | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.MapTools --> | + | ** {{wiki:PublicProperty.gif|}} Logo ** |
- | [[#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 --> | + | Gets a LogoMapTool object for setting |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ===== Protected Properties ===== | + | N/A |
- | ===== Public Events ===== | + | == Return Value == |
- | __NOTOC__ | + | * Type:[[ThinkGeo.MapSuite.MvcEdition.LogoMapTool|LogoMapTool]] |
- | [[Category:MvcEdition]] | + | |
- | [[Category:ThinkGeo.MapSuite.MvcEdition]] | + | ** {{wiki:PublicProperty.gif|}} KeyboardMapTool ** |
- | [[Category:UpdateDocumentation]] | + | |
+ | 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 ==== | ||