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 describes the interative process with the MapControl using the Mouse or Keyboard.
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.
KeyUp(KeyEventInteractionArguments)
This method will simulate the KeyUp 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.
MouseDown(InteractionArguments)
This method will simulate the MouseDown 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.
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.
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.
Refresh(GeoCanvas,RectangleShape)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
RequestDrawing(RectangleShape,TimeSpan)
N/A
N/A
RequestDrawing(RectangleShape,TimeSpan,RequestDrawingBufferTimeType)
N/A
N/A
RequestDrawing(IEnumerable<RectangleShape>,TimeSpan)
N/A
N/A
RequestDrawing(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
KeyDownCore(KeyEventInteractionArguments)
This protected virtual method is the Core method of KeyDown API.
N/A
KeyUpCore(KeyEventInteractionArguments)
This protected virtual method is the Core method of KeyDown API.
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 the MouseMove API.
N/A
MouseUpCore(InteractionArguments)
This protected virtual method is the Core method of the MouseUp API.
N/A
MouseClickCore(InteractionArguments)
This protected virtual method is the Core method of the MouseClick API.
N/A
MouseDoubleClickCore(InteractionArguments)
This protected virtual method is the Core method of the MouseDoubleClick API.
N/A
MouseWheelCore(InteractionArguments)
This protected virtual method is the Core method of the MouseWheel API.
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
OnMapKeyDown(MapKeyDownInteractiveOverlayEventArgs)
This event will be fired when MapKeyDown is called.
N/A
OnMapKeyUp(MapKeyUpInteractiveOverlayEventArgs)
This event will be fired when MapKeyUp is called.
N/A
This method draws the InterativeInterativeOverlay abstract class. You must override this API in its sub concrete classes, or it will throw a NotImplementedException.
N/A
OnDrawing(DrawingOverlayEventArgs)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
DrawExceptionCore(GeoCanvas,Exception)
N/A
N/A
OnRequestedDrawing(RequestedDrawingOverlayEventArgs)
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
Event Arguments:MapMouseDownInteractiveOverlayEventArgs
MapMouseMove
This event will be fired when the Mouse is moved on the Map.
N/A
Event Arguments:MapMouseMoveInteractiveOverlayEventArgs
MapMouseUp
This event will be fired when the Mouse button is released (up) on the Map.
N/A
Event Arguments:MapMouseUpInteractiveOverlayEventArgs
MapMouseClick
This event will be fired when the Mouse button is 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 the Mouse button is double-clicked on the Map.
N/A
Event Arguments:MapMouseDoubleClickInteractiveOverlayEventArgs
MapMouseWheel
This event will be fired when the Mouse wheel is scrolled while the cursor is over the Map.
N/A
Event Arguments:MapMouseWheelInteractiveOverlayEventArgs
MapKeyDown
This event will be fired when the key is pressed down when focusing on the Map.
N/A
Event Arguments:MapKeyDownInteractiveOverlayEventArgs
MapKeyUp
This event will be fired when the key is released up when focusing on the Map.
N/A
Event Arguments:RequestingDrawingOverlayEventArgs