User Tools

Site Tools


thinkgeo.mapsuite.webedition.maptools

This is an old revision of the document!


ThinkGeo.MapSuite.WebEdition.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

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodMapTools Initialize an instance of the MapTools class.

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodEquals Object Object
Public MethodGetHashCode Object
Public MethodGetType Object
Public MethodToJson Returns a JSON string that contains all of the map tools settings.
Public MethodToString Object

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodFinalize Object
Protected MethodMemberwiseClone Object

Public Properties

Name Return DeclaringType Summary
Public PropertyAnimationPanMapTool AnimationPanMapTool Gets an AnimationPanMapTool object for setting.
Public PropertyKeyboardMapTool KeyboardMapTool Gets a KeyboardMapTool object for setting.
Public PropertyLoadingImage LoadingImageMapTool Gets a LoadingImageMapTool object for setting
Public PropertyLogo LogoMapTool Gets a LogoMapTool object for setting
Public PropertyMeasureMapTool MeasureMapTool Gets an MeasureMapTool object for setting.
Public PropertyMiniMap MiniMapMapTool Gets a MiniMapMapTool object for setting.
Public PropertyMouseCoordinate MouseCoordinateMapTool Gets a MouseCoordinateMapTool object for setting.
Public PropertyMouseMapTool MouseMapTool Gets a MouseMapTool object for setting.
Public PropertyOverlaySwitcher OverlaySwitcherMapTool Gets an OverlaySwitcherMapTool object for setting.
Public PropertyPanZoom PanZoomMapTool Gets a PanZoomMapTool object for setting.
Public PropertyPanZoomBar PanZoomBarMapTool Gets a PanZoomBarMapTool object for setting.
Public PropertyScaleLine ScaleLineMapTool Gets a ScaleLineMapTool object for setting.
Public PropertyTouchMapTool TouchMapTool

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

MapTools()

Initialize an instance of the MapTools class.

Remarks

Parameters

Name Type Description

Go Back

Protected Constructors

Public Methods

Equals(Object)

Remarks

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

GetHashCode()

Remarks

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetType()

Remarks

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> 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.WebEdition.MapTools –> Go Back

ToString()

Remarks

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

Finalize()

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

MemberwiseClone()

Remarks

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Public Properties

AnimationPanMapTool

Gets an AnimationPanMapTool object for setting.

Remarks

Return Value

Return Type
AnimationPanMapTool<!– ThinkGeo.MapSuite.WebEdition.AnimationPanMapTool –>

<!– ThinkGeo.MapSuite.WebEdition.MapTools –> Go Back

KeyboardMapTool

Gets a KeyboardMapTool object for setting.

Remarks

Return Value

Return Type
KeyboardMapTool<!– ThinkGeo.MapSuite.WebEdition.KeyboardMapTool –>

<!– ThinkGeo.MapSuite.WebEdition.MapTools –> Go Back

LoadingImage

Gets a LoadingImageMapTool object for setting

Remarks

Return Value

Return Type
LoadingImageMapTool<!– ThinkGeo.MapSuite.WebEdition.LoadingImageMapTool –>

<!– ThinkGeo.MapSuite.WebEdition.MapTools –> Go Back

Gets a LogoMapTool object for setting

Remarks

For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#Logo” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#Logo</a>

Return Value

Return Type
LogoMapTool<!– ThinkGeo.MapSuite.WebEdition.LogoMapTool –>

<!– ThinkGeo.MapSuite.WebEdition.MapTools –> Go Back

MeasureMapTool

Gets an MeasureMapTool object for setting.

Remarks

Return Value

Return Type
MeasureMapTool<!– ThinkGeo.MapSuite.WebEdition.MeasureMapTool –>

<!– ThinkGeo.MapSuite.WebEdition.MapTools –> Go Back

MiniMap

Gets a MiniMapMapTool object for setting.

Remarks

For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#MiniMap” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#MiniMap</a>

Return Value

Return Type
MiniMapMapTool<!– ThinkGeo.MapSuite.WebEdition.MiniMapMapTool –>

<!– ThinkGeo.MapSuite.WebEdition.MapTools –> Go Back

MouseCoordinate

Gets a MouseCoordinateMapTool object for setting.

Remarks

Return Value

Return Type
MouseCoordinateMapTool<!– ThinkGeo.MapSuite.WebEdition.MouseCoordinateMapTool –>

<!– ThinkGeo.MapSuite.WebEdition.MapTools –> Go Back

MouseMapTool

Gets a MouseMapTool object for setting.

Remarks

Return Value

Return Type
MouseMapTool<!– ThinkGeo.MapSuite.WebEdition.MouseMapTool –>

<!– ThinkGeo.MapSuite.WebEdition.MapTools –> Go Back

OverlaySwitcher

Gets an OverlaySwitcherMapTool object for setting.

Remarks

Return Value

Return Type
OverlaySwitcherMapTool<!– ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool –>

<!– ThinkGeo.MapSuite.WebEdition.MapTools –> Go Back

PanZoom

Gets a PanZoomMapTool object for setting.

Remarks

For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#PanZoom” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#PanZoom</a>

Return Value

Return Type
PanZoomMapTool<!– ThinkGeo.MapSuite.WebEdition.PanZoomMapTool –>

<!– ThinkGeo.MapSuite.WebEdition.MapTools –> Go Back

PanZoomBar

Gets a PanZoomBarMapTool object for setting.

Remarks

For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#PanZoomBar” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#PanZoomBar</a>

Return Value

Return Type
PanZoomBarMapTool<!– ThinkGeo.MapSuite.WebEdition.PanZoomBarMapTool –>

<!– ThinkGeo.MapSuite.WebEdition.MapTools –> Go Back

ScaleLine

Gets a ScaleLineMapTool object for setting.

Remarks

For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#ScaleLine” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MapTools#ScaleLine</a>

Return Value

Return Type
ScaleLineMapTool<!– ThinkGeo.MapSuite.WebEdition.ScaleLineMapTool –>

<!– ThinkGeo.MapSuite.WebEdition.MapTools –> Go Back

TouchMapTool

Remarks

Return Value

Return Type
TouchMapTool<!– ThinkGeo.MapSuite.WebEdition.TouchMapTool –>

<!– ThinkGeo.MapSuite.WebEdition.MapTools –> Go Back

Protected Properties

Public Events

thinkgeo.mapsuite.webedition.maptools.1440040135.txt.gz · Last modified: 2015/09/18 03:08 (external edit)