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.
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.
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
ToScreenCoordinate(PointShape)
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
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
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
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
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:DrawnAttributionOverlayEventArgs