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 InterativeOverlay abstract class. This specified overlay describle the TrackShape interative process with MapControl using Mouse or Keyborad.
MouseMove(InteractionArguments)
ManipulationStarted(InteractionArguments)
ManipulationDelta(InteractionArguments)
ManipulationCompleted(InteractionArguments)
MouseClick(InteractionArguments)
MouseDoubleClick(InteractionArguments)
MouseWheel(InteractionArguments)
MouseLeave(InteractionArguments)
MouseEnter(InteractionArguments)
KeyUp(KeyEventInteractionArguments)
KeyDown(KeyEventInteractionArguments)
Refresh(IEnumerable<RectangleShape>)
Refresh(RectangleShape,TimeSpan)
Refresh(RectangleShape,TimeSpan,RequestDrawingBufferTimeType)
Refresh(IEnumerable<RectangleShape>,TimeSpan)
Refresh(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType)
Draw(RectangleShape,OverlayRefreshType)
MouseDownCore(InteractionArguments)
MouseMoveCore(InteractionArguments)
MouseUpCore(InteractionArguments)
MouseClickCore(InteractionArguments)
MouseDoubleClickCore(InteractionArguments)
OnTrackEnded(TrackEndedTrackInteractiveOverlayEventArgs)
OnTrackEnding(TrackEndingTrackInteractiveOverlayEventArgs)
OnTrackStarting(TrackStartingTrackInteractiveOverlayEventArgs)
OnTrackStarted(TrackStartedTrackInteractiveOverlayEventArgs)
OnVertexAdding(VertexAddingTrackInteractiveOverlayEventArgs)
OnVertexAdded(VertexAddedTrackInteractiveOverlayEventArgs)
OnMouseMoved(MouseMovedTrackInteractiveOverlayEventArgs)
ManipulationStartedCore(InteractionArguments)
ManipulationDeltaCore(InteractionArguments)
ManipulationCompletedCore(InteractionArguments)
DrawCore(RectangleShape,OverlayRefreshType)
MouseWheelCore(InteractionArguments)
MouseLeaveCore(InteractionArguments)
MouseEnterCore(InteractionArguments)
KeyUpCore(KeyEventInteractionArguments)
KeyDownCore(KeyEventInteractionArguments)
OnMapMouseDown(MapMouseDownInteractiveOverlayEventArgs)
OnMapMouseMove(MapMouseMoveInteractiveOverlayEventArgs)
OnMapMouseUp(MapMouseUpInteractiveOverlayEventArgs)
OnMapMouseClick(MapMouseClickInteractiveOverlayEventArgs)
OnMapMouseDoubleClick(MapMouseDoubleClickInteractiveOverlayEventArgs)
OnMapMouseWheel(MapMouseWheelInteractiveOverlayEventArgs)
OnMapMouseLeave(MapMouseLeaveInteractiveOverlayEventArgs)
OnMapMouseEnter(MapMouseEnterInteractiveOverlayEventArgs)
OnMapKeyUp(MapKeyUpInteractiveOverlayEventArgs)
OnMapKeyDown(MapKeyDownInteractiveOverlayEventArgs)
OnDrawing(DrawingOverlayEventArgs)
OnDrawn(DrawnOverlayEventArgs)
This property override the logic in its base class by watching the feature count in trackShapeLayer. If it is empty ,we can skip drawing it for better performance.
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#IsEmpty
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#TrackShapeLayer
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#TrackShapesInProcessLayer
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#MouseDownCount
For the most updated Info for this topic, please check it here:
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#PolygonTrackMode
The default mode is TrackMode.None which means you cannot draw or edit features. By setting the mode to TrackMode.Point, TrackMode.Line, TrackMode.Polygon etc., you could add point, line or polygon to the FeatureOverlay. Setting the mode to TrackMode.Edit, you could edit the shapes.
For the most updated Info for this topic, please check it here:
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.
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#AutoRefreshInterval
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#Name
Gets or sets current map information which will be used for calculating mechanism.
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#Initialize.28MapArguments.29
Gets or sets the actual canvas which maintains all the visual elements on the overlay.
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OverlayCanvas
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#IsBase
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#CanRefreshRegion
This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing.
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#DrawingExceptionMode
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#IsVisible
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#DrawAttributionCore.28GeoCanvas.29
This property gets the vertices to make up the track shape. This is a protected property which probablly need to be used in its sub classes.
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#Vertices
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#PreviousExtent
N/A
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#IsOverlayInitialized
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnTrackEnded.28TrackEndedTrackInteractiveOverlayEventArgs.29
Event Arguments:TrackEndedTrackInteractiveOverlayEventArgs
TrackEnding This event will be fired before the end of tracking shape.
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnTrackEnding.28TrackEndingTrackInteractiveOverlayEventArgs.29
Event Arguments:TrackEndingTrackInteractiveOverlayEventArgs
TrackStarted This event will be fired after the start of tracking shape.
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnTrackStarted.28TrackStartedTrackInteractiveOverlayEventArgs.29
Event Arguments:TrackStartedTrackInteractiveOverlayEventArgs
TrackStarting This event will be fired before the start of tracking shape.
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnTrackStarting.28TrackStartingTrackInteractiveOverlayEventArgs.29
Event Arguments:TrackStartingTrackInteractiveOverlayEventArgs
VertexAdded This event will be fired after a vertex added to the tracking shape.
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnVertexAdded.28VertexAddedTrackInteractiveOverlayEventArgs.29
Event Arguments:VertexAddedTrackInteractiveOverlayEventArgs
VertexAdding This event will be fired before a vertex added to the tracking shape.
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnVertexAdding.28VertexAddingTrackInteractiveOverlayEventArgs.29
Event Arguments:VertexAddingTrackInteractiveOverlayEventArgs
MouseMoved This event will be fired when mouse moved on the vertex of tracking shape.
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnMouseMoved.28MouseMovedTrackInteractiveOverlayEventArgs.29
Event Arguments:MouseMovedTrackInteractiveOverlayEventArgs
MapMouseDown This event will be fired when Mouse pressed Down on the Map.
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29
Event Arguments:MapMouseDownInteractiveOverlayEventArgs
MapMouseMove This event will be fired when Mouse moved on the Map.
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29
Event Arguments:MapMouseMoveInteractiveOverlayEventArgs
MapMouseUp This event will be fired when Mouse released up on the Map.
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29
Event Arguments:MapMouseUpInteractiveOverlayEventArgs
MapMouseClick This event will be fired when Mouse clicked(mouse up and mouse down in the same postion) on the Map.
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29
Event Arguments:MapMouseClickInteractiveOverlayEventArgs
MapMouseDoubleClick This event will be fired when Mouse double clicked on the Map.
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29
Event Arguments:MapMouseDoubleClickInteractiveOverlayEventArgs
MapMouseWheel This event will be fired when Mouse wheel on the Map.
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29
Event Arguments:MapMouseWheelInteractiveOverlayEventArgs
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnMapMouseLeave.28MapMouseLeaveInteractiveOverlayEventArgs.29
Event Arguments:MapMouseLeaveInteractiveOverlayEventArgs
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnMapMouseEnter.28MapMouseEnterInteractiveOverlayEventArgs.29
Event Arguments:MapMouseEnterInteractiveOverlayEventArgs
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29
Event Arguments:MapKeyDownInteractiveOverlayEventArgs
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29
Event Arguments:MapKeyUpInteractiveOverlayEventArgs
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnDrawing.28DrawingOverlayEventArgs.29
Event Arguments:DrawingOverlayEventArgs
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnDrawn.28DrawnOverlayEventArgs.29
Event Arguments:DrawnOverlayEventArgs
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29
Event Arguments:DrawingAttributionOverlayEventArgs
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29
Event Arguments:DrawnAttributionOverlayEventArgs