ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> Contains the different map tools as properties and acts as an entrance for setting these map controls.
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.
*System.Object **ThinkGeo.MapSuite.MvcEdition.MapTools
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Initialize an instance of the MapTools class. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | AnimationPanMapTool | Gets an AnimationPanMapTool object for setting. | |
![]() | KeyboardMapTool | Gets a KeyboardMapTool object for setting. | |
![]() | LoadingImageMapTool | Gets a LoadingImageMapTool object for setting | |
![]() | LogoMapTool | Gets a LogoMapTool object for setting | |
![]() | MeasureMapTool | Gets an MeasureMapTool object for setting. | |
![]() | MiniMapMapTool | Gets a MiniMapMapTool object for setting. | |
![]() | MouseCoordinateMapTool | Gets a MouseCoordinateMapTool object for setting. | |
![]() | MouseMapTool | Gets a MouseMapTool object for setting. | |
![]() | OverlaySwitcherMapTool | Gets an OverlaySwitcherMapTool object for setting. | |
![]() | PanZoomMapTool | Gets a PanZoomMapTool object for setting. | |
![]() | PanZoomBarMapTool | Gets a PanZoomBarMapTool object for setting. | |
![]() | ScaleLineMapTool | Gets a ScaleLineMapTool object for setting. | |
![]() | TouchMapTool | Gets an TouchMapTool object for setting |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
Initialize an instance of the MapTools class.
Name | Type | Description |
---|
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Load this object from a json string.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
jsonString | String<!– System.String –> | a json string |
<!– ThinkGeo.MapSuite.MvcEdition.MapTools –> Go Back
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Returns a JSON string that contains all of the map tools settings.
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 Type | Description |
---|---|
String<!– System.String –> | A JSON string that represents the settings for all of the map tools. |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.MvcEdition.MapTools –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Gets an AnimationPanMapTool object for setting.
Return Type |
---|
AnimationPanMapTool<!– ThinkGeo.MapSuite.MvcEdition.AnimationPanMapTool –> |
<!– ThinkGeo.MapSuite.MvcEdition.MapTools –> Go Back
Gets a KeyboardMapTool object for setting.
Return Type |
---|
KeyboardMapTool<!– ThinkGeo.MapSuite.MvcEdition.KeyboardMapTool –> |
<!– ThinkGeo.MapSuite.MvcEdition.MapTools –> Go Back
Gets a LoadingImageMapTool object for setting
Return Type |
---|
LoadingImageMapTool<!– ThinkGeo.MapSuite.MvcEdition.LoadingImageMapTool –> |
<!– ThinkGeo.MapSuite.MvcEdition.MapTools –> Go Back
Gets a LogoMapTool object for setting
Return Type |
---|
LogoMapTool<!– ThinkGeo.MapSuite.MvcEdition.LogoMapTool –> |
<!– ThinkGeo.MapSuite.MvcEdition.MapTools –> Go Back
Gets an MeasureMapTool object for setting.
Return Type |
---|
MeasureMapTool<!– ThinkGeo.MapSuite.MvcEdition.MeasureMapTool –> |
<!– ThinkGeo.MapSuite.MvcEdition.MapTools –> Go Back
Gets a MiniMapMapTool object for setting.
Return Type |
---|
MiniMapMapTool<!– ThinkGeo.MapSuite.MvcEdition.MiniMapMapTool –> |
<!– ThinkGeo.MapSuite.MvcEdition.MapTools –> Go Back
Gets a MouseCoordinateMapTool object for setting.
Return Type |
---|
MouseCoordinateMapTool<!– ThinkGeo.MapSuite.MvcEdition.MouseCoordinateMapTool –> |
<!– ThinkGeo.MapSuite.MvcEdition.MapTools –> Go Back
Gets a MouseMapTool object for setting.
Return Type |
---|
MouseMapTool<!– ThinkGeo.MapSuite.MvcEdition.MouseMapTool –> |
<!– ThinkGeo.MapSuite.MvcEdition.MapTools –> Go Back
Gets an OverlaySwitcherMapTool object for setting.
Return Type |
---|
OverlaySwitcherMapTool<!– ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapTool –> |
<!– ThinkGeo.MapSuite.MvcEdition.MapTools –> Go Back
Gets a PanZoomMapTool object for setting.
Return Type |
---|
PanZoomMapTool<!– ThinkGeo.MapSuite.MvcEdition.PanZoomMapTool –> |
<!– ThinkGeo.MapSuite.MvcEdition.MapTools –> Go Back
Gets a PanZoomBarMapTool object for setting.
Return Type |
---|
PanZoomBarMapTool<!– ThinkGeo.MapSuite.MvcEdition.PanZoomBarMapTool –> |
<!– ThinkGeo.MapSuite.MvcEdition.MapTools –> Go Back
Gets a ScaleLineMapTool object for setting.
Return Type |
---|
ScaleLineMapTool<!– ThinkGeo.MapSuite.MvcEdition.ScaleLineMapTool –> |
<!– ThinkGeo.MapSuite.MvcEdition.MapTools –> Go Back
Gets an TouchMapTool object for setting
Return Type |
---|
TouchMapTool<!– ThinkGeo.MapSuite.MvcEdition.TouchMapTool –> |
<!– ThinkGeo.MapSuite.MvcEdition.MapTools –> Go Back