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!
This class inherits from Overlay abstract class. This specified overlay describle the interative process with MapControl using Mouse or Keyborad.
N/A
This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
MouseMove(InteractionArguments)
This method will simulate the MouseMove interaction.
This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
ManipulationStarted(InteractionArguments)
N/A
N/A
ManipulationDelta(InteractionArguments)
N/A
N/A
ManipulationCompleted(InteractionArguments)
N/A
N/A
This method will simulate the MouseUp interaction.
This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
MouseClick(InteractionArguments)
This method will simulate the MouseClick interaction.
This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
MouseDoubleClick(InteractionArguments)
This method will simulate the MouseDoubleClick interaction.
This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
MouseWheel(InteractionArguments)
This method will simulate the MouseWheel interaction.
This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
MouseLeave(InteractionArguments)
Occurs when the mouse leave the map.
N/A
MouseEnter(InteractionArguments)
Occurs when the mouse enter the map.
N/A
KeyUp(KeyEventInteractionArguments)
Occurs when key up on the map.
N/A
KeyDown(KeyEventInteractionArguments)
Occurs when key down on the map.
N/A
Refresh(IEnumerable<RectangleShape>)
N/A
N/A
N/A
N/A
Refresh(RectangleShape,TimeSpan)
N/A
N/A
Refresh(RectangleShape,TimeSpan,RequestDrawingBufferTimeType)
N/A
N/A
Refresh(IEnumerable<RectangleShape>,TimeSpan)
N/A
N/A
Refresh(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
MouseDownCore(InteractionArguments)
This protected virtual method is the Core method of MouseDown API.
N/A
MouseMoveCore(InteractionArguments)
This protected virtual method is the Core method of MouseMove API.
N/A
ManipulationStartedCore(InteractionArguments)
N/A
N/A
ManipulationDeltaCore(InteractionArguments)
N/A
N/A
ManipulationCompletedCore(InteractionArguments)
N/A
N/A
MouseUpCore(InteractionArguments)
This protected virtual method is the Core method of MouseUp API.
N/A
MouseClickCore(InteractionArguments)
This protected virtual method is the Core method of MouseClick API.
N/A
MouseDoubleClickCore(InteractionArguments)
This protected virtual method is the Core method of MouseDoubleClick API.
N/A
MouseWheelCore(InteractionArguments)
This protected virtual method is the Core method of MouseWheel API.
N/A
MouseLeaveCore(InteractionArguments)
Occurs when the mouse leave the map.
N/A
MouseEnterCore(InteractionArguments)
Occurs when the mouse enter the map.
N/A
KeyUpCore(KeyEventInteractionArguments)
Occurs when key up on the map.
N/A
KeyDownCore(KeyEventInteractionArguments)
Occurs when key down on the map.
N/A
OnMapMouseDown(MapMouseDownInteractiveOverlayEventArgs)
This event will be fired when MapMouseDown is called.
N/A
OnMapMouseMove(MapMouseMoveInteractiveOverlayEventArgs)
This event will be fired when MapMouseMove is called.
N/A
OnMapMouseUp(MapMouseUpInteractiveOverlayEventArgs)
This event will be fired when MapMouseUp is called.
N/A
OnMapMouseClick(MapMouseClickInteractiveOverlayEventArgs)
This event will be fired when MapMouseClick is called.
N/A
OnMapMouseDoubleClick(MapMouseDoubleClickInteractiveOverlayEventArgs)
This event will be fired when MapMouseDoubleClick is called.
N/A
OnMapMouseWheel(MapMouseWheelInteractiveOverlayEventArgs)
This event will be fired when MapMouseWheel is called.
N/A
OnMapMouseLeave(MapMouseLeaveInteractiveOverlayEventArgs)
Occurs when mouse leave from the map object.
N/A
OnMapMouseEnter(MapMouseEnterInteractiveOverlayEventArgs)
Occurs when mouse enter on the map object.
N/A
OnMapKeyUp(MapKeyUpInteractiveOverlayEventArgs)
Occurs when key up on the map object.
N/A
OnMapKeyDown(MapKeyDownInteractiveOverlayEventArgs)
Occurs when key down on the map object.
N/A
DrawCore(RectangleShape,OverlayRefreshType)
This method draws the InterativeInterativeOverlay abstract class. You have to override this API in its sub concrete classes, or it will throw NotImplementedException.
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
This property gets and sets the extra drawing margin as a percentage around the map that draw to ensure that labeling is correct.
This extra margin that we draw exists so that labels match up if they are partially cut off.
Set GdiPlus to render map image with Gdi+. We recommend use this value with large data. Set DrawingVisual to render map image with DrawingVisual feature in WPF. Use it when the spatial data is small to get better responding.
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
Event Arguments:MapMouseDownInteractiveOverlayEventArgs
MapMouseMove
This event will be fired when Mouse moved on the Map.
N/A
Event Arguments:MapMouseMoveInteractiveOverlayEventArgs
MapMouseUp
This event will be fired when Mouse released up on the Map.
N/A
Event Arguments:MapMouseUpInteractiveOverlayEventArgs
MapMouseClick
This event will be fired when Mouse clicked(mouse up and mouse down in the same postion) on the Map.
N/A
Event Arguments:MapMouseClickInteractiveOverlayEventArgs
MapMouseDoubleClick
This event will be fired when Mouse double clicked on the Map.
N/A
Event Arguments:MapMouseDoubleClickInteractiveOverlayEventArgs
MapMouseWheel
This event will be fired when Mouse wheel on the Map.
N/A
Event Arguments:MapMouseWheelInteractiveOverlayEventArgs
N/A
Event Arguments:MapMouseLeaveInteractiveOverlayEventArgs
N/A
Event Arguments:MapMouseEnterInteractiveOverlayEventArgs
N/A
Event Arguments:MapKeyDownInteractiveOverlayEventArgs
N/A
Event Arguments:DrawnAttributionOverlayEventArgs