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
Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.
This class inherits from the interactiveOverlay abstract class. This specified overlay describes the TrackShape interactive process with the MapControl using the Mouse or Keyborad.
KeyUp(KeyEventInteractionArguments)
MouseDown(InteractionArguments)
MouseMove(InteractionArguments)
MouseClick(InteractionArguments)
MouseDoubleClick(InteractionArguments)
MouseWheel(InteractionArguments)
Refresh(GeoCanvas,RectangleShape)
RequestDrawing(RectangleShape,TimeSpan)
RequestDrawing(RectangleShape,TimeSpan,RequestDrawingBufferTimeType)
RequestDrawing(IEnumerable<RectangleShape>,TimeSpan)
RequestDrawing(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType)
MouseDownCore(InteractionArguments)
MouseMoveCore(InteractionArguments)
MouseUpCore(InteractionArguments)
MouseClickCore(InteractionArguments)
MouseDoubleClickCore(InteractionArguments)
OnTrackEnded(TrackEndedTrackInteractiveOverlayEventArgs)
OnTrackEnding(TrackEndingTrackInteractiveOverlayEventArgs)
OnTrackStarting(TrackStartingTrackInteractiveOverlayEventArgs)
OnTrackStarted(TrackStartedTrackInteractiveOverlayEventArgs)
OnVertexAdding(VertexAddingTrackInteractiveOverlayEventArgs)
OnVertexAdded(VertexAddedTrackInteractiveOverlayEventArgs)
OnMouseMoved(MouseMovedTrackInteractiveOverlayEventArgs)
KeyDownCore(KeyEventInteractionArguments)
KeyUpCore(KeyEventInteractionArguments)
MouseWheelCore(InteractionArguments)
OnMapMouseDown(MapMouseDownInteractiveOverlayEventArgs)
OnMapMouseMove(MapMouseMoveInteractiveOverlayEventArgs)
OnMapMouseUp(MapMouseUpInteractiveOverlayEventArgs)
OnMapMouseClick(MapMouseClickInteractiveOverlayEventArgs)
OnMapMouseDoubleClick(MapMouseDoubleClickInteractiveOverlayEventArgs)
OnMapMouseWheel(MapMouseWheelInteractiveOverlayEventArgs)
OnMapKeyDown(MapKeyDownInteractiveOverlayEventArgs)
OnMapKeyUp(MapKeyUpInteractiveOverlayEventArgs)
OnDrawing(DrawingOverlayEventArgs)
OnDrawn(DrawnOverlayEventArgs)
RefreshCore(GeoCanvas,RectangleShape)
DrawException(GeoCanvas,Exception)
DrawExceptionCore(GeoCanvas,Exception)
OnRequestedDrawing(RequestedDrawingOverlayEventArgs)
TrackShapeLayer
* This property gets the TrackShape layers that hold the track shapes.
== Remarks ==
* For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#TrackShapeLayer//
TrackMode
* Gets a mode of TrackOverlay.
== Remarks ==
* The default mode is TrackMode.None, which means you cannot draw or edit features at the client side. By setting the mode to TrackMode.Point, TrackMode.Line, TrackMode.Polygon, etc., you can add points, lines or polygons to the FeatureOverlay. Setting the mode to TrackMode.Edit lets you edit the shapes at the client side.
== Return Value ==
* Type:TrackMode
Attribution
* N/A
== Remarks ==
* For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#DrawAttributionCore.28GeoCanvas.29//
IsBase
* Gets or sets a value that indicates whether the overlay is a base overlay. The default value is false.
== Remarks ==
* For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#IsBase//
IsVisible
* Gets or sets a value that indicates whether the overlay is visible on the map.
== Remarks ==
* For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#IsVisible//
TileCache
* This property gets or sets the TileCache used for the overlay.
== Remarks ==
* The TileCache system is always used for better performance, especially in the case where your application tiles can be pregenerated.
== Return Value ==
* Type:BitmapTileCache
PreviewTileCache
* This property gets or sets the preview tile cache system. In order for this system to work, you must be in multi-threaded mode and have the tile cache set.
== Remarks ==
* For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#PreviewTileCache//
xRM=
* N/A
== Remarks ==
* N/A
== Return Value ==
* Type:Boolean
rxM=
* N/A
== Remarks ==
* N/A
== Return Value ==
* Type:BitmapTile
==== Public Events ====
TrackEnded
* This event will be fired after the end of tracking shape.
== Remarks ==
* For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#OnTrackEnded.28TrackEndedTrackInteractiveOverlayEventArgs.29//Event Arguments:TrackEndedTrackInteractiveOverlayEventArgs
TrackStarted
* This event will be fired after the start of tracking shape.
== Remarks ==
* For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#OnTrackStarted.28TrackStartedTrackInteractiveOverlayEventArgs.29//Event Arguments:TrackStartedTrackInteractiveOverlayEventArgs
VertexAdded
* This event will be fired after a vertex is added to the tracking shape.
== Remarks ==
* For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#OnVertexAdded.28VertexAddedTrackInteractiveOverlayEventArgs.29//Event Arguments:VertexAddedTrackInteractiveOverlayEventArgs
MouseMoved
* This event will be fired when the mouse is moved on the vertex of the tracking shape.
== Remarks ==
* For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#OnMouseMoved.28MouseMovedTrackInteractiveOverlayEventArgs.29//Event Arguments:MouseMovedTrackInteractiveOverlayEventArgs
MapMouseMove
* This event will be fired when the Mouse is moved on the Map.
== Remarks ==
* For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29//Event Arguments:MapMouseMoveInteractiveOverlayEventArgs
MapMouseClick
* This event will be fired when the Mouse button is clicked (mouse up and mouse down in the same postion) on the Map.
== Remarks ==
* For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29//Event Arguments:MapMouseClickInteractiveOverlayEventArgs
MapMouseWheel
* This event will be fired when the Mouse wheel is scrolled while the cursor is over the Map.
== Remarks ==
* For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29//Event Arguments:MapMouseWheelInteractiveOverlayEventArgs
MapKeyUp
* This event will be fired when the key is released up when focusing on the Map.
== Remarks ==
* For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29//Event Arguments:MapKeyUpInteractiveOverlayEventArgs
Drawn
* This event will be fired after the Overlay is drawn.
== Remarks ==
* For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#OnDrawn.28DrawnOverlayEventArgs.29//Event Arguments:DrawnOverlayEventArgs
DrawnAttribution
* N/A
== Remarks ==
* For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29//Event Arguments:DrawnAttributionOverlayEventArgs
Event Arguments:RequestedDrawingOverlayEventArgs
Event Arguments:RequestingDrawingOverlayEventArgs