User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.maptools

This is an old revision of the document!


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

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 MethodFromJson String Load this object from a json string.
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 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

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 –> 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 –> Go Back

GetHashCode()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

GetType()

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.MvcEdition.MapTools –> Go Back

ToString()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

Finalize()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

MemberwiseClone()

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.

Return Value

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

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

KeyboardMapTool

Gets a KeyboardMapTool object for setting.

Return Value

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

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

LoadingImage

Gets a LoadingImageMapTool object for setting

Return Value

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

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

Gets a LogoMapTool object for setting

Return Value

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

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

MeasureMapTool

Gets an MeasureMapTool object for setting.

Return Value

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

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

MiniMap

Gets a MiniMapMapTool object for setting.

Return Value

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

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

MouseCoordinate

Gets a MouseCoordinateMapTool object for setting.

Return Value

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

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

MouseMapTool

Gets a MouseMapTool object for setting.

Return Value

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

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

OverlaySwitcher

Gets an OverlaySwitcherMapTool object for setting.

Return Value

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

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

PanZoom

Gets a PanZoomMapTool object for setting.

Return Value

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

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

PanZoomBar

Gets a PanZoomBarMapTool object for setting.

Return Value

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

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

ScaleLine

Gets a ScaleLineMapTool object for setting.

Return Value

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

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

TouchMapTool

Gets an TouchMapTool object for setting

Return Value

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

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

Protected Properties

Public Events

thinkgeo.mapsuite.mvcedition.maptools.1440040131.txt.gz · Last modified: 2015/09/21 03:34 (external edit)