User Tools

Site Tools


thinkgeo.mapsuite.desktopedition.interactionarguments

This is an old revision of the document!


ThinkGeo.MapSuite.DesktopEdition.InteractionArguments

<!– Class –> This class encapsulates the information and simple method for interative actions.

Remarks

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodInteractionArguments This is the default constructor of this parameter.

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodEquals Object Object
Public MethodGetHashCode Object
Public MethodGetType Object
Public MethodToString Object(overriden) Overrides the ToString API for an object.

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodFinalize Object
Protected MethodMemberwiseClone Object

Public Properties

Name Return DeclaringType Summary
Public PropertyCurrentExtent RectangleShape This property gets or sets the current extent used in the MapControl.
Public PropertyExtendedProperties Dictionary<String,Object> This property gets the extended properties in the current status.
Public PropertyMapHeight Int32 This property gets or sets the height for the Map Control.
Public PropertyMapUnit GeographyUnit This property gets or sets the geographic unit for the Map Control.
Public PropertyMapWidth Int32 This property gets or sets the width for the Map Control.
Public PropertyMouseButton MapMouseButton This property gets or sets the MouseButton used for the interative action.
Public PropertyMouseWheelDelta Int32 This property gets or sets the mouse wheel delta used in the MouseWheel method in InterativeOverlay.
Public PropertyScale Double This property gets or sets the scale in the current status.
Public PropertyScreenX Single This property gets or sets the screen X position.
Public PropertyScreenY Single This property gets or sets the screen Y position.
Public PropertySearchingTolerance Double This property gets or sets the search tolearance for tracking and editing.
Public PropertyWorldX Double This property gets or sets the world X position.
Public PropertyWorldY Double This property gets or sets the world Y position.
Public PropertyZoomLevelSet ZoomLevelSet This property gets or sets the ZoomLevelSet used in the Map Control.
Public PropertyZoomLevelSnapping ZoomLevelSnappingMode This property gets or sets the ZoomLevelSnappingMode used in the Map Control.

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

InteractionArguments()

This is the default constructor of this parameter.

Remarks

If you use this constructor, you have to set its properties manually before use.

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

ToString()

Overrides the ToString API for an object.

Remarks

Return Value

Return Type Description
String<!– System.String –> Returns a string to mark this instance, making it easy to read its properties.

Parameters

Name Type Description

<!– System.Object(overriden) –> 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

CurrentExtent

This property gets or sets the current extent used in the MapControl.

Remarks

Return Value

Return Type
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –>

<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> Go Back

ExtendedProperties

This property gets the extended properties in the current status.

Remarks

Return Value

Return Type
Dictionary<String,Object><!– System.Collections.Generic.Dictionary{System.String,System.Object} –>

<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> Go Back

MapHeight

This property gets or sets the height for the Map Control.

Remarks

Return Value

Return Type
Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> Go Back

MapUnit

This property gets or sets the geographic unit for the Map Control.

Remarks

Return Value

Return Type
GeographyUnit<!– ThinkGeo.MapSuite.Core.GeographyUnit –>

<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> Go Back

MapWidth

This property gets or sets the width for the Map Control.

Remarks

Return Value

Return Type
Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> Go Back

MouseButton

This property gets or sets the MouseButton used for the interative action.

Remarks

Return Value

Return Type
MapMouseButton<!– ThinkGeo.MapSuite.DesktopEdition.MapMouseButton –>

<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> Go Back

MouseWheelDelta

This property gets or sets the mouse wheel delta used in the MouseWheel method in InterativeOverlay.

Remarks

Return Value

Return Type
Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> Go Back

Scale

This property gets or sets the scale in the current status.

Remarks

Return Value

Return Type
Double<!– System.Double –>

<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> Go Back

ScreenX

This property gets or sets the screen X position.

Remarks

Return Value

Return Type
Single<!– System.Single –>

<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> Go Back

ScreenY

This property gets or sets the screen Y position.

Remarks

Return Value

Return Type
Single<!– System.Single –>

<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> Go Back

SearchingTolerance

This property gets or sets the search tolearance for tracking and editing.

Remarks

Return Value

Return Type
Double<!– System.Double –>

<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> Go Back

WorldX

This property gets or sets the world X position.

Remarks

Return Value

Return Type
Double<!– System.Double –>

<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> Go Back

WorldY

This property gets or sets the world Y position.

Remarks

Return Value

Return Type
Double<!– System.Double –>

<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> Go Back

ZoomLevelSet

This property gets or sets the ZoomLevelSet used in the Map Control.

Remarks

Return Value

Return Type
ZoomLevelSet<!– ThinkGeo.MapSuite.Core.ZoomLevelSet –>

<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> Go Back

ZoomLevelSnapping

This property gets or sets the ZoomLevelSnappingMode used in the Map Control.

Remarks

Return Value

Return Type
ZoomLevelSnappingMode<!– ThinkGeo.MapSuite.DesktopEdition.ZoomLevelSnappingMode –>

<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> Go Back

Protected Properties

Public Events

thinkgeo.mapsuite.desktopedition.interactionarguments.1440040130.txt.gz · Last modified: 2015/09/18 03:02 (external edit)