This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.wpfdesktopedition.trackinteractiveoverlay [2015/09/18 03:16] admin |
thinkgeo.mapsuite.wpfdesktopedition.trackinteractiveoverlay [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay ====== | ====== ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
This class inherits from InterativeOverlay abstract class. This specified overlay describle the TrackShape interative process with MapControl using Mouse or Keyborad. | This class inherits from InterativeOverlay abstract class. This specified overlay describle the TrackShape interative process with MapControl using Mouse or Keyborad. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 10: | Line 13: | ||
** {{wiki:PublicMethod.gif|}} TrackInteractiveOverlay() ** | ** {{wiki:PublicMethod.gif|}} TrackInteractiveOverlay() ** | ||
- | Default constructor of the class. If you use this constructor, please set the properties correctly or it will use their default values. | + | * //Default constructor of the class. If you use this constructor, please set the properties correctly or it will use their default values.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#TrackInteractiveOverlay.28.29// |
== Parameters == | == Parameters == | ||
<div newline></div> | <div newline></div> | ||
Line 19: | Line 22: | ||
** {{wiki:PublicMethod.gif|}} GetTrackingShape() ** | ** {{wiki:PublicMethod.gif|}} GetTrackingShape() ** | ||
- | This method gets the current Tracking shape. | + | * //This method gets the current Tracking shape.// |
== Remarks == | == Remarks == | ||
- | This method is the concrete wrapper for the abstract method GetTrackingShapeCore. This method draws the representation of the overlay based on the extent you provided. | + | * //This method is the concrete wrapper for the abstract method GetTrackingShapeCore. This method draws the representation of the overlay based on the extent you provided.// |
== Return Value == | == Return Value == | ||
Line 31: | Line 34: | ||
** {{wiki:PublicMethod.gif|}} MouseDown(InteractionArguments) ** | ** {{wiki:PublicMethod.gif|}} MouseDown(InteractionArguments) ** | ||
- | N/A | + | * //This method will simulate the MouseDown interaction.// |
== Remarks == | == Remarks == | ||
- | 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.// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] | ||
- | * Description:N/A | + | * Description:Interaction results of this method. |
== Parameters == | == Parameters == | ||
* //interactionArguments// | * //interactionArguments// | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] | ||
- | * Description:N/A | + | * Description:This parameter is the interaction auguments for the method. |
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} MouseMove(InteractionArguments) ** | ** {{wiki:PublicMethod.gif|}} MouseMove(InteractionArguments) ** | ||
- | N/A | + | * //This method will simulate the MouseMove interaction.// |
== Remarks == | == Remarks == | ||
- | 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.// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] | ||
- | * Description:N/A | + | * Description:Interaction results of this method. |
== Parameters == | == Parameters == | ||
* //interactionArguments// | * //interactionArguments// | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] | ||
- | * Description:N/A | + | * Description:This parameter is the interaction auguments for the method. |
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} ManipulationStarted(InteractionArguments) ** | ** {{wiki:PublicMethod.gif|}} ManipulationStarted(InteractionArguments) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:// |
== Return Value == | == Return Value == | ||
Line 79: | Line 82: | ||
** {{wiki:PublicMethod.gif|}} ManipulationDelta(InteractionArguments) ** | ** {{wiki:PublicMethod.gif|}} ManipulationDelta(InteractionArguments) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:// |
== Return Value == | == Return Value == | ||
Line 95: | Line 98: | ||
** {{wiki:PublicMethod.gif|}} ManipulationCompleted(InteractionArguments) ** | ** {{wiki:PublicMethod.gif|}} ManipulationCompleted(InteractionArguments) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:// |
== Return Value == | == Return Value == | ||
Line 111: | Line 114: | ||
** {{wiki:PublicMethod.gif|}} MouseUp(InteractionArguments) ** | ** {{wiki:PublicMethod.gif|}} MouseUp(InteractionArguments) ** | ||
- | N/A | + | * //This method will simulate the MouseUp interaction.// |
== Remarks == | == Remarks == | ||
- | 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.// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] | ||
- | * Description:N/A | + | * Description:Interaction results of this method. |
== Parameters == | == Parameters == | ||
* //interactionArguments// | * //interactionArguments// | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] | ||
- | * Description:N/A | + | * Description:This parameter is the interaction auguments for the method. |
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} MouseClick(InteractionArguments) ** | ** {{wiki:PublicMethod.gif|}} MouseClick(InteractionArguments) ** | ||
- | N/A | + | * //This method will simulate the MouseClick interaction.// |
== Remarks == | == Remarks == | ||
- | 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.// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] | ||
- | * Description:N/A | + | * Description:Interaction results of this method. |
== Parameters == | == Parameters == | ||
* //interactionArguments// | * //interactionArguments// | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] | ||
- | * Description:N/A | + | * Description:This parameter is the interaction auguments for the method. |
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} MouseDoubleClick(InteractionArguments) ** | ** {{wiki:PublicMethod.gif|}} MouseDoubleClick(InteractionArguments) ** | ||
- | N/A | + | * //This method will simulate the MouseDoubleClick interaction.// |
== Remarks == | == Remarks == | ||
- | 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.// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] | ||
- | * Description:N/A | + | * Description:Interaction results of this method. |
== Parameters == | == Parameters == | ||
* //interactionArguments// | * //interactionArguments// | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] | ||
- | * Description:N/A | + | * Description:This parameter is the interaction auguments for the method. |
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} MouseWheel(InteractionArguments) ** | ** {{wiki:PublicMethod.gif|}} MouseWheel(InteractionArguments) ** | ||
- | N/A | + | * //This method will simulate the MouseWheel interaction.// |
== Remarks == | == Remarks == | ||
- | 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.// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] | ||
- | * Description:N/A | + | * Description:Interaction results of this method. |
== Parameters == | == Parameters == | ||
* //interactionArguments// | * //interactionArguments// | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] | ||
- | * Description:N/A | + | * Description:This parameter is the interaction auguments for the method. |
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} MouseLeave(InteractionArguments) ** | ** {{wiki:PublicMethod.gif|}} MouseLeave(InteractionArguments) ** | ||
- | N/A | + | * //Occurs when the mouse leave the map.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#MouseLeave.28InteractionArguments.29// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] | ||
- | * Description:N/A | + | * Description:A interactive result for mouse leave the map. |
== Parameters == | == Parameters == | ||
* //interactionArguments// | * //interactionArguments// | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] | ||
- | * Description:N/A | + | * Description:Interaction arguments for mouse leave the map. |
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} MouseEnter(InteractionArguments) ** | ** {{wiki:PublicMethod.gif|}} MouseEnter(InteractionArguments) ** | ||
- | N/A | + | * //Occurs when the mouse enter the map.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#MouseEnter.28InteractionArguments.29// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] | ||
- | * Description:N/A | + | * Description:A interactive result for mouse entering the map. |
== Parameters == | == Parameters == | ||
* //interactionArguments// | * //interactionArguments// | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] | ||
- | * Description:N/A | + | * Description:Interaction arguments for mouse entering the map. |
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} KeyUp(KeyEventInteractionArguments) ** | ** {{wiki:PublicMethod.gif|}} KeyUp(KeyEventInteractionArguments) ** | ||
- | N/A | + | * //Occurs when key up on the map.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#KeyUp.28KeyEventInteractionArguments.29// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] | ||
- | * Description:N/A | + | * Description:A interactive result for key up on the map. |
== Parameters == | == Parameters == | ||
* //interactionArguments// | * //interactionArguments// | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] | ||
- | * Description:N/A | + | * Description:Interaction arguments for key up on the map. |
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} KeyDown(KeyEventInteractionArguments) ** | ** {{wiki:PublicMethod.gif|}} KeyDown(KeyEventInteractionArguments) ** | ||
- | N/A | + | * //Occurs when key down on the map.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#KeyDown.28KeyEventInteractionArguments.29// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] | ||
- | * Description:N/A | + | * Description:A interactive result for key down on the map. |
== Parameters == | == Parameters == | ||
* //interactionArguments// | * //interactionArguments// | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] | ||
- | * Description:N/A | + | * Description:Interaction arguments for key down on the map. |
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable<RectangleShape>) ** | ** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable<RectangleShape>) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:// |
== Return Value == | == Return Value == | ||
Line 255: | Line 258: | ||
** {{wiki:PublicMethod.gif|}} Refresh(TimeSpan) ** | ** {{wiki:PublicMethod.gif|}} Refresh(TimeSpan) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#Refresh.28TimeSpan.29// |
== Return Value == | == Return Value == | ||
Line 271: | Line 274: | ||
** {{wiki:PublicMethod.gif|}} Refresh(TimeSpan,RequestDrawingBufferTimeType) ** | ** {{wiki:PublicMethod.gif|}} Refresh(TimeSpan,RequestDrawingBufferTimeType) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:// |
== Return Value == | == Return Value == | ||
Line 291: | Line 294: | ||
** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape,TimeSpan) ** | ** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape,TimeSpan) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#Refresh.28RectangleShape.2C_TimeSpan.29// |
== Return Value == | == Return Value == | ||
Line 311: | Line 314: | ||
** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape,TimeSpan,RequestDrawingBufferTimeType) ** | ** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape,TimeSpan,RequestDrawingBufferTimeType) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:// |
== Return Value == | == Return Value == | ||
Line 335: | Line 338: | ||
** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable<RectangleShape>,TimeSpan) ** | ** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable<RectangleShape>,TimeSpan) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:// |
== Return Value == | == Return Value == | ||
Line 355: | Line 358: | ||
** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType) ** | ** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:// |
== Return Value == | == Return Value == | ||
Line 379: | Line 382: | ||
** {{wiki:PublicMethod.gif|}} Initialize(MapArguments) ** | ** {{wiki:PublicMethod.gif|}} Initialize(MapArguments) ** | ||
- | N/A | + | * //This method initializes overlay object.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //This is a wrapper method for the virtual method InitializeCore.// |
== Return Value == | == Return Value == | ||
Line 390: | Line 393: | ||
* //mapArguments// | * //mapArguments// | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]] | ||
- | * Description:N/A | + | * Description:This parameter maintains current map information for calculating mechanism. |
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape) ** | ** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#Refresh.28RectangleShape.29// |
== Return Value == | == Return Value == | ||
Line 411: | Line 414: | ||
** {{wiki:PublicMethod.gif|}} Refresh() ** | ** {{wiki:PublicMethod.gif|}} Refresh() ** | ||
- | N/A | + | * //This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not.// |
== Return Value == | == Return Value == | ||
Line 423: | Line 426: | ||
** {{wiki:PublicMethod.gif|}} Close() ** | ** {{wiki:PublicMethod.gif|}} Close() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#Close.28.29// |
== Return Value == | == Return Value == | ||
Line 435: | Line 438: | ||
** {{wiki:PublicMethod.gif|}} Open() ** | ** {{wiki:PublicMethod.gif|}} Open() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#Open.28.29// |
== Return Value == | == Return Value == | ||
Line 447: | Line 450: | ||
** {{wiki:PublicMethod.gif|}} Draw(RectangleShape) ** | ** {{wiki:PublicMethod.gif|}} Draw(RectangleShape) ** | ||
- | N/A | + | * //This method draws the overlay with the provided extent in world coordinate.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#Draw.28RectangleShape.29// |
== Return Value == | == Return Value == | ||
Line 458: | Line 461: | ||
* //targetExtent// | * //targetExtent// | ||
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
- | * Description:N/A | + | * Description:This parameter indicates an extent in world coordinate for drawing the overlay. |
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} Draw(RectangleShape,OverlayRefreshType) ** | ** {{wiki:PublicMethod.gif|}} Draw(RectangleShape,OverlayRefreshType) ** | ||
- | N/A | + | * //This method draws the overlay with the provided extent in world coordinate.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#Draw.28RectangleShape.2C_OverlayRefreshType.29// |
== Return Value == | == Return Value == | ||
Line 474: | Line 477: | ||
* //targetExtent// | * //targetExtent// | ||
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
- | * Description:N/A | + | * Description:This parameter indicates an extent in world coordinate for drawing the overlay. |
* //refreshType// | * //refreshType// | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]] | ||
- | * Description:N/A | + | * Description:This parameter indicates whether the elements of this overlay needs to be refreshed. For example, TileOverlay is formed by tiles. When panning the map around, the existing tile doesn't need to be redraw, the only thing we need to do is modifying the position of these tiles. On another hand, when click to change the style of the overlay, we need to redraw the tile images to change the appearance. So we need refresh mode. |
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} PanTo(RectangleShape) ** | ** {{wiki:PublicMethod.gif|}} PanTo(RectangleShape) ** | ||
- | N/A | + | * //This method pans the overlay to the provided world extent.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //Some overlay doesn't need to continously drawing all the tile. For example, MarkerOverlay is formed by markers. When mouse down to pan, the markers don't need to redraw, we can only change its position. When mouse up to end panning, we can redraw the overlay for better performance.// |
== Return Value == | == Return Value == | ||
Line 494: | Line 497: | ||
* //targetExtent// | * //targetExtent// | ||
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
- | * Description:N/A | + | * Description:This parameter is the target world extent for panning. |
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} GetBoundingBox() ** | ** {{wiki:PublicMethod.gif|}} GetBoundingBox() ** | ||
- | N/A | + | * //This method gets a bounding box of the Overlay.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //This method is the concrete wrapper for the abstract method GetBoundingBoxCore. This method returns the bounding box of the Overlay. 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.// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
- | * Description:N/A | + | * Description:A RectangleShape indicating the bounding box of this overlay |
== Parameters == | == Parameters == | ||
Line 511: | Line 514: | ||
** {{wiki:PublicMethod.gif|}} SaveState() ** | ** {{wiki:PublicMethod.gif|}} SaveState() ** | ||
- | N/A | + | * //This method saves overlay state to a byte array.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#SaveState.28.29// |
== Return Value == | == Return Value == | ||
* Type:Byte[] | * Type:Byte[] | ||
- | * Description:N/A | + | * Description:A byte array indicates current overlay state. |
== Parameters == | == Parameters == | ||
Line 523: | Line 526: | ||
** {{wiki:PublicMethod.gif|}} LoadState(Byte[]) ** | ** {{wiki:PublicMethod.gif|}} LoadState(Byte[]) ** | ||
- | N/A | + | * //This method restore the overlay state back from the specified state.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:// |
== Return Value == | == Return Value == | ||
Line 534: | Line 537: | ||
* //state// | * //state// | ||
* Type:Byte[] | * Type:Byte[] | ||
- | * Description:N/A | + | * Description:This parameter indicates the state for restore the overlay. |
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} Dispose() ** | ** {{wiki:PublicMethod.gif|}} Dispose() ** | ||
- | N/A | + | * //This method dispose unmanaged resource used in this class.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#Dispose.28.29// |
== Return Value == | == Return Value == | ||
Line 551: | Line 554: | ||
** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#ToString.28.29// |
== Return Value == | == Return Value == | ||
Line 563: | Line 566: | ||
** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#Equals.28Object.29// |
== Return Value == | == Return Value == | ||
Line 579: | Line 582: | ||
** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#GetHashCode.28.29// |
== Return Value == | == Return Value == | ||
Line 591: | Line 594: | ||
** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#GetType.28.29// |
== Return Value == | == Return Value == | ||
Line 604: | Line 607: | ||
** {{wiki:ProtectedMethod.gif|}} EndTracking() ** | ** {{wiki:ProtectedMethod.gif|}} EndTracking() ** | ||
- | This method ends the tracking shape by initialize some variables. | + | * //This method ends the tracking shape by initialize some variables.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#EndTracking.28.29// |
== Return Value == | == Return Value == | ||
Line 616: | Line 619: | ||
** {{wiki:ProtectedMethod.gif|}} MouseDownCore(InteractionArguments) ** | ** {{wiki:ProtectedMethod.gif|}} MouseDownCore(InteractionArguments) ** | ||
- | This overrides the MouseDown logic in its base class InterativeOverlay. | + | * //This overrides the MouseDown logic in its base class InterativeOverlay.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#MouseDownCore.28InteractionArguments.29// |
== Return Value == | == Return Value == | ||
Line 632: | Line 635: | ||
** {{wiki:ProtectedMethod.gif|}} MouseMoveCore(InteractionArguments) ** | ** {{wiki:ProtectedMethod.gif|}} MouseMoveCore(InteractionArguments) ** | ||
- | This overrides the MouseMove logic in its base class InterativeOverlay. | + | * //This overrides the MouseMove logic in its base class InterativeOverlay.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#MouseMoveCore.28InteractionArguments.29// |
== Return Value == | == Return Value == | ||
Line 648: | Line 651: | ||
** {{wiki:ProtectedMethod.gif|}} MouseUpCore(InteractionArguments) ** | ** {{wiki:ProtectedMethod.gif|}} MouseUpCore(InteractionArguments) ** | ||
- | This overrides the MouseUp logic in its base class InterativeOverlay. | + | * //This overrides the MouseUp logic in its base class InterativeOverlay.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#MouseUpCore.28InteractionArguments.29// |
== Return Value == | == Return Value == | ||
Line 664: | Line 667: | ||
** {{wiki:ProtectedMethod.gif|}} MouseClickCore(InteractionArguments) ** | ** {{wiki:ProtectedMethod.gif|}} MouseClickCore(InteractionArguments) ** | ||
- | This overrides the MouseClick logic in its base class. | + | * //This overrides the MouseClick logic in its base class.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#MouseClickCore.28InteractionArguments.29// |
== Return Value == | == Return Value == | ||
Line 680: | Line 683: | ||
** {{wiki:ProtectedMethod.gif|}} MouseDoubleClickCore(InteractionArguments) ** | ** {{wiki:ProtectedMethod.gif|}} MouseDoubleClickCore(InteractionArguments) ** | ||
- | This overrides the MouseDoubleClick logic in its base class InterativeOverlay. | + | * //This overrides the MouseDoubleClick logic in its base class InterativeOverlay.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#MouseDoubleClickCore.28InteractionArguments.29// |
== Return Value == | == Return Value == | ||
Line 696: | Line 699: | ||
** {{wiki:ProtectedMethod.gif|}} GetTrackingShapeCore() ** | ** {{wiki:ProtectedMethod.gif|}} GetTrackingShapeCore() ** | ||
- | This is the Core method of GetTrackingShape.You could overrides this method to have your own logic. This method gets the current Tracking shape. | + | * //This is the Core method of GetTrackingShape.You could overrides this method to have your own logic. This method gets the current Tracking shape.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#GetTrackingShapeCore.28.29// |
== Return Value == | == Return Value == | ||
Line 708: | Line 711: | ||
** {{wiki:ProtectedMethod.gif|}} OnTrackEnded(TrackEndedTrackInteractiveOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnTrackEnded(TrackEndedTrackInteractiveOverlayEventArgs) ** | ||
- | This event will be fired after the end of Tracking a shape. | + | * //This event will be fired after the end of Tracking a shape.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnTrackEnded.28TrackEndedTrackInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 724: | Line 727: | ||
** {{wiki:ProtectedMethod.gif|}} OnTrackEnding(TrackEndingTrackInteractiveOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnTrackEnding(TrackEndingTrackInteractiveOverlayEventArgs) ** | ||
- | This event will be fired before the end of Tracking a shape. | + | * //This event will be fired before the end of Tracking a shape.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnTrackEnding.28TrackEndingTrackInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 740: | Line 743: | ||
** {{wiki:ProtectedMethod.gif|}} OnTrackStarting(TrackStartingTrackInteractiveOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnTrackStarting(TrackStartingTrackInteractiveOverlayEventArgs) ** | ||
- | This event will be fired before the start of Tracking a shape. | + | * //This event will be fired before the start of Tracking a shape.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnTrackStarting.28TrackStartingTrackInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 756: | Line 759: | ||
** {{wiki:ProtectedMethod.gif|}} OnTrackStarted(TrackStartedTrackInteractiveOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnTrackStarted(TrackStartedTrackInteractiveOverlayEventArgs) ** | ||
- | This event will be fired after the start of Tracking a shape. | + | * //This event will be fired after the start of Tracking a shape.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnTrackStarted.28TrackStartedTrackInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 772: | Line 775: | ||
** {{wiki:ProtectedMethod.gif|}} OnVertexAdding(VertexAddingTrackInteractiveOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnVertexAdding(VertexAddingTrackInteractiveOverlayEventArgs) ** | ||
- | This event will be fired before adding a vertex to the Tracking shape. | + | * //This event will be fired before adding a vertex to the Tracking shape.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnVertexAdding.28VertexAddingTrackInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 788: | Line 791: | ||
** {{wiki:ProtectedMethod.gif|}} OnVertexAdded(VertexAddedTrackInteractiveOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnVertexAdded(VertexAddedTrackInteractiveOverlayEventArgs) ** | ||
- | This event will be fired after adding a vertex to the Tracking shape. | + | * //This event will be fired after adding a vertex to the Tracking shape.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnVertexAdded.28VertexAddedTrackInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 804: | Line 807: | ||
** {{wiki:ProtectedMethod.gif|}} OnMouseMoved(MouseMovedTrackInteractiveOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnMouseMoved(MouseMovedTrackInteractiveOverlayEventArgs) ** | ||
- | This event will be fired when mouse moved a vertex to the Tracking shape. | + | * //This event will be fired when mouse moved a vertex to the Tracking shape.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnMouseMoved.28MouseMovedTrackInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 820: | Line 823: | ||
** {{wiki:ProtectedMethod.gif|}} ManipulationStartedCore(InteractionArguments) ** | ** {{wiki:ProtectedMethod.gif|}} ManipulationStartedCore(InteractionArguments) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:// |
== Return Value == | == Return Value == | ||
Line 836: | Line 839: | ||
** {{wiki:ProtectedMethod.gif|}} ManipulationDeltaCore(InteractionArguments) ** | ** {{wiki:ProtectedMethod.gif|}} ManipulationDeltaCore(InteractionArguments) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:// |
== Return Value == | == Return Value == | ||
Line 852: | Line 855: | ||
** {{wiki:ProtectedMethod.gif|}} ManipulationCompletedCore(InteractionArguments) ** | ** {{wiki:ProtectedMethod.gif|}} ManipulationCompletedCore(InteractionArguments) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:// |
== Return Value == | == Return Value == | ||
Line 868: | Line 871: | ||
** {{wiki:ProtectedMethod.gif|}} DrawCore(RectangleShape,OverlayRefreshType) ** | ** {{wiki:ProtectedMethod.gif|}} DrawCore(RectangleShape,OverlayRefreshType) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#DrawCore.28RectangleShape.2C_OverlayRefreshType.29// |
== Return Value == | == Return Value == | ||
Line 888: | Line 891: | ||
** {{wiki:ProtectedMethod.gif|}} DrawTileCore(GeoCanvas) ** | ** {{wiki:ProtectedMethod.gif|}} DrawTileCore(GeoCanvas) ** | ||
- | This methods draws tracking shapes on the map. | + | * //This methods draws tracking shapes on the map.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#DrawTileCore.28GeoCanvas.29// |
== Return Value == | == Return Value == | ||
Line 904: | Line 907: | ||
** {{wiki:ProtectedMethod.gif|}} SaveStateCore() ** | ** {{wiki:ProtectedMethod.gif|}} SaveStateCore() ** | ||
- | This method saves overlay state to a byte array. | + | * //This method saves overlay state to a byte array.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#SaveStateCore.28.29// |
== Return Value == | == Return Value == | ||
Line 916: | Line 919: | ||
** {{wiki:ProtectedMethod.gif|}} LoadStateCore(Byte[]) ** | ** {{wiki:ProtectedMethod.gif|}} LoadStateCore(Byte[]) ** | ||
- | This method restore the overlay state back from the specified state. | + | * //This method restore the overlay state back from the specified state.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:// |
== Return Value == | == Return Value == | ||
Line 932: | Line 935: | ||
** {{wiki:ProtectedMethod.gif|}} Dispose(Boolean) ** | ** {{wiki:ProtectedMethod.gif|}} Dispose(Boolean) ** | ||
- | This method disposes unmanaged resourece in this object. | + | * //This method disposes unmanaged resourece in this object.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#Dispose.28Boolean.29// |
== Return Value == | == Return Value == | ||
Line 948: | Line 951: | ||
** {{wiki:ProtectedMethod.gif|}} MouseWheelCore(InteractionArguments) ** | ** {{wiki:ProtectedMethod.gif|}} MouseWheelCore(InteractionArguments) ** | ||
- | N/A | + | * //This protected virtual method is the Core method of MouseWheel API.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#MouseWheelCore.28InteractionArguments.29// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] | ||
- | * Description:N/A | + | * Description:Interaction results of this method. |
== Parameters == | == Parameters == | ||
* //interactionArguments// | * //interactionArguments// | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] | ||
- | * Description:N/A | + | * Description:This parameter is the interaction auguments for the method. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} MouseLeaveCore(InteractionArguments) ** | ** {{wiki:ProtectedMethod.gif|}} MouseLeaveCore(InteractionArguments) ** | ||
- | N/A | + | * //Occurs when the mouse leave the map.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#MouseLeaveCore.28InteractionArguments.29// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] | ||
- | * Description:N/A | + | * Description:A interactive result for mouse leaving the map. |
== Parameters == | == Parameters == | ||
* //interactionArguments// | * //interactionArguments// | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] | ||
- | * Description:N/A | + | * Description:Interaction arguments for mouse leaving the map. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} MouseEnterCore(InteractionArguments) ** | ** {{wiki:ProtectedMethod.gif|}} MouseEnterCore(InteractionArguments) ** | ||
- | N/A | + | * //Occurs when the mouse enter the map.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#MouseEnterCore.28InteractionArguments.29// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] | ||
- | * Description:N/A | + | * Description:A interactive result for mouse entering the map. |
== Parameters == | == Parameters == | ||
* //interactionArguments// | * //interactionArguments// | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] | ||
- | * Description:N/A | + | * Description:Interaction arguments for mouse entering the map. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} KeyUpCore(KeyEventInteractionArguments) ** | ** {{wiki:ProtectedMethod.gif|}} KeyUpCore(KeyEventInteractionArguments) ** | ||
- | N/A | + | * //Occurs when key up on the map.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#KeyUpCore.28KeyEventInteractionArguments.29// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] | ||
- | * Description:N/A | + | * Description:A interactive result for key up on the map. |
== Parameters == | == Parameters == | ||
* //interactionArguments// | * //interactionArguments// | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] | ||
- | * Description:N/A | + | * Description:Interaction arguments for key up on the map. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} KeyDownCore(KeyEventInteractionArguments) ** | ** {{wiki:ProtectedMethod.gif|}} KeyDownCore(KeyEventInteractionArguments) ** | ||
- | N/A | + | * //Occurs when key down on the map.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#KeyDownCore.28KeyEventInteractionArguments.29// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] | ||
- | * Description:N/A | + | * Description:A interactive result for key down on the map. |
== Parameters == | == Parameters == | ||
* //interactionArguments// | * //interactionArguments// | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] | ||
- | * Description:N/A | + | * Description:Interaction arguments for key down on the map. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} OnMapMouseDown(MapMouseDownInteractiveOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnMapMouseDown(MapMouseDownInteractiveOverlayEventArgs) ** | ||
- | N/A | + | * //This event will be fired when MapMouseDown is called.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 1039: | Line 1042: | ||
* //e// | * //e// | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]] | ||
- | * Description:N/A | + | * Description:The MapMouseDownInteractiveOverlayEventArgs passed for the event raised. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} OnMapMouseMove(MapMouseMoveInteractiveOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnMapMouseMove(MapMouseMoveInteractiveOverlayEventArgs) ** | ||
- | N/A | + | * //This event will be fired when MapMouseMove is called.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 1055: | Line 1058: | ||
* //e// | * //e// | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]] | ||
- | * Description:N/A | + | * Description:The MapMouseMoveInteractiveOverlayEventArgs passed for the event raised. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} OnMapMouseUp(MapMouseUpInteractiveOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnMapMouseUp(MapMouseUpInteractiveOverlayEventArgs) ** | ||
- | N/A | + | * //This event will be fired when MapMouseUp is called.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 1071: | Line 1074: | ||
* //e// | * //e// | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]] | ||
- | * Description:N/A | + | * Description:The MapMouseUpInteractiveOverlayEventArgs passed for the event raised. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} OnMapMouseClick(MapMouseClickInteractiveOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnMapMouseClick(MapMouseClickInteractiveOverlayEventArgs) ** | ||
- | N/A | + | * //This event will be fired when MapMouseClick is called.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 1087: | Line 1090: | ||
* //e// | * //e// | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]] | ||
- | * Description:N/A | + | * Description:The MapMouseClickInteractiveOverlayEventArgs passed for the event raised. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} OnMapMouseDoubleClick(MapMouseDoubleClickInteractiveOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnMapMouseDoubleClick(MapMouseDoubleClickInteractiveOverlayEventArgs) ** | ||
- | N/A | + | * //This event will be fired when MapMouseDoubleClick is called.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 1103: | Line 1106: | ||
* //e// | * //e// | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]] | ||
- | * Description:N/A | + | * Description:The MapMouseDoubleClickInteractiveOverlayEventArgs passed for the event raised. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} OnMapMouseWheel(MapMouseWheelInteractiveOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnMapMouseWheel(MapMouseWheelInteractiveOverlayEventArgs) ** | ||
- | N/A | + | * //This event will be fired when MapMouseWheel is called.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 1119: | Line 1122: | ||
* //e// | * //e// | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]] | ||
- | * Description:N/A | + | * Description:The MapMouseWheelInteractiveOverlayEventArgs passed for the event raised. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} OnMapMouseLeave(MapMouseLeaveInteractiveOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnMapMouseLeave(MapMouseLeaveInteractiveOverlayEventArgs) ** | ||
- | N/A | + | * //Occurs when mouse leave from the map object.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnMapMouseLeave.28MapMouseLeaveInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 1135: | Line 1138: | ||
* //e// | * //e// | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseLeaveInteractiveOverlayEventArgs|MapMouseLeaveInteractiveOverlayEventArgs]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseLeaveInteractiveOverlayEventArgs|MapMouseLeaveInteractiveOverlayEventArgs]] | ||
- | * Description:N/A | + | * Description:Event argument for the MapMouseLeave event. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} OnMapMouseEnter(MapMouseEnterInteractiveOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnMapMouseEnter(MapMouseEnterInteractiveOverlayEventArgs) ** | ||
- | N/A | + | * //Occurs when mouse enter on the map object.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnMapMouseEnter.28MapMouseEnterInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 1151: | Line 1154: | ||
* //e// | * //e// | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseEnterInteractiveOverlayEventArgs|MapMouseEnterInteractiveOverlayEventArgs]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseEnterInteractiveOverlayEventArgs|MapMouseEnterInteractiveOverlayEventArgs]] | ||
- | * Description:N/A | + | * Description:Event argument for the MapMouseEnter event. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} OnMapKeyUp(MapKeyUpInteractiveOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnMapKeyUp(MapKeyUpInteractiveOverlayEventArgs) ** | ||
- | N/A | + | * //Occurs when key up on the map object.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 1167: | Line 1170: | ||
* //e// | * //e// | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]] | ||
- | * Description:N/A | + | * Description:Event argument for the MapKeyUp event. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} OnMapKeyDown(MapKeyDownInteractiveOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnMapKeyDown(MapKeyDownInteractiveOverlayEventArgs) ** | ||
- | N/A | + | * //Occurs when key down on the map object.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 1183: | Line 1186: | ||
* //e// | * //e// | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]] | ||
- | * Description:N/A | + | * Description:Event argument for the MapKeyDown event. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} LhQ=(LayerTile) ** | ** {{wiki:ProtectedMethod.gif|}} LhQ=(LayerTile) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1204: | Line 1207: | ||
** {{wiki:ProtectedMethod.gif|}} IhQ=(RectangleShape,Double) ** | ** {{wiki:ProtectedMethod.gif|}} IhQ=(RectangleShape,Double) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1224: | Line 1227: | ||
** {{wiki:ProtectedMethod.gif|}} InitializeCore(MapArguments) ** | ** {{wiki:ProtectedMethod.gif|}} InitializeCore(MapArguments) ** | ||
- | N/A | + | * //This method initializes overlay object.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //When implementing this method, consider initializing the overlay canvas such as setting its z-index, setting current map reference to the CurrentMap property.// |
== Return Value == | == Return Value == | ||
Line 1235: | Line 1238: | ||
* //mapArguments// | * //mapArguments// | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]] | ||
- | * Description:N/A | + | * Description:This parameter maintains current map information for calculating mechanism. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} RefreshCore(RectangleShape) ** | ** {{wiki:ProtectedMethod.gif|}} RefreshCore(RectangleShape) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#RefreshCore.28RectangleShape.29// |
== Return Value == | == Return Value == | ||
Line 1256: | Line 1259: | ||
** {{wiki:ProtectedMethod.gif|}} RefreshCore() ** | ** {{wiki:ProtectedMethod.gif|}} RefreshCore() ** | ||
- | N/A | + | * //This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not.// |
== Return Value == | == Return Value == | ||
Line 1268: | Line 1271: | ||
** {{wiki:ProtectedMethod.gif|}} CloseCore() ** | ** {{wiki:ProtectedMethod.gif|}} CloseCore() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#CloseCore.28.29// |
== Return Value == | == Return Value == | ||
Line 1280: | Line 1283: | ||
** {{wiki:ProtectedMethod.gif|}} OpenCore() ** | ** {{wiki:ProtectedMethod.gif|}} OpenCore() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OpenCore.28.29// |
== Return Value == | == Return Value == | ||
Line 1292: | Line 1295: | ||
** {{wiki:ProtectedMethod.gif|}} 4hM=(GeoCanvas) ** | ** {{wiki:ProtectedMethod.gif|}} 4hM=(GeoCanvas) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1308: | Line 1311: | ||
** {{wiki:ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas) ** | ** {{wiki:ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#DrawAttributionCore.28GeoCanvas.29// |
== Return Value == | == Return Value == | ||
Line 1324: | Line 1327: | ||
** {{wiki:ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionOverlayEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 1340: | Line 1343: | ||
** {{wiki:ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionOverlayEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 1356: | Line 1359: | ||
** {{wiki:ProtectedMethod.gif|}} PanToCore(RectangleShape) ** | ** {{wiki:ProtectedMethod.gif|}} PanToCore(RectangleShape) ** | ||
- | N/A | + | * //This method pans the overlay to the provided world extent.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //Some overlay doesn't need to continously drawing all the tile. For example, MarkerOverlay is formed by markers. When mouse down to pan, the markers don't need to redraw, we can only change its position. When mouse up to end panning, we can redraw the overlay for better performance.// |
== Return Value == | == Return Value == | ||
Line 1367: | Line 1370: | ||
* //targetExtent// | * //targetExtent// | ||
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
- | * Description:N/A | + | * Description:This parameter is the target world extent for panning. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} OnDrawing(DrawingOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnDrawing(DrawingOverlayEventArgs) ** | ||
- | N/A | + | * //This method raises before the overlay is drawing.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnDrawing.28DrawingOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 1383: | Line 1386: | ||
* //e// | * //e// | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] | ||
- | * Description:N/A | + | * Description:This parameter is the event argument for Drawing event. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} OnDrawn(DrawnOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnDrawn(DrawnOverlayEventArgs) ** | ||
- | N/A | + | * //This method raises after the overlay is drawn.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OnDrawn.28DrawnOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 1399: | Line 1402: | ||
* //e// | * //e// | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] | ||
- | * Description:N/A | + | * Description:This parameter is the event argument for Drawn event. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} GetBoundingBoxCore() ** | ** {{wiki:ProtectedMethod.gif|}} GetBoundingBoxCore() ** | ||
- | N/A | + | * //This method returns the bounding box of the Overlay.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //This method returns the bounding box of the Overlay.// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
- | * Description:N/A | + | * Description:This method returns the bounding box of the Overlay. |
== Parameters == | == Parameters == | ||
Line 1416: | Line 1419: | ||
** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#Finalize.28.29// |
== Return Value == | == Return Value == | ||
Line 1428: | Line 1431: | ||
** {{wiki:ProtectedMethod.gif|}} OnRefreshing(OverlayRefreshType) ** | ** {{wiki:ProtectedMethod.gif|}} OnRefreshing(OverlayRefreshType) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1444: | Line 1447: | ||
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#MemberwiseClone.28.29// |
== Return Value == | == Return Value == | ||
Line 1459: | Line 1462: | ||
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. | 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. | ||
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#IsEmpty |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 1467: | Line 1470: | ||
This property gets the TrackShape layers which holds the track shapes. | This property gets the TrackShape layers which holds the track shapes. | ||
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#TrackShapeLayer |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | * Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | ||
Line 1475: | Line 1478: | ||
N/A | N/A | ||
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#TrackShapesInProcessLayer |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | * Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | ||
Line 1483: | Line 1486: | ||
Gets and sets the the times of mouse click. | Gets and sets the the times of mouse click. | ||
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#MouseDownCount |
== Return Value == | == Return Value == | ||
* Type:Int32 | * Type:Int32 | ||
Line 1491: | Line 1494: | ||
N/A | N/A | ||
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here: |
== Return Value == | == Return Value == | ||
* Type:Int32 | * Type:Int32 | ||
Line 1499: | Line 1502: | ||
N/A | N/A | ||
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#PolygonTrackMode |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.PolygonTrackMode|PolygonTrackMode]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.PolygonTrackMode|PolygonTrackMode]] | ||
Line 1515: | Line 1518: | ||
N/A | N/A | ||
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here: |
== Return Value == | == Return Value == | ||
* Type:Double | * Type:Double | ||
Line 1521: | Line 1524: | ||
** {{wiki:PublicProperty.gif|}} RenderMode ** | ** {{wiki:PublicProperty.gif|}} RenderMode ** | ||
- | N/A | + | This property gets and sets the render mode for drawing this overlay. |
== Remarks == | == Remarks == | ||
- | N/A | + | 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. |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.RenderMode|RenderMode]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.RenderMode|RenderMode]] | ||
Line 1531: | Line 1534: | ||
N/A | N/A | ||
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#AutoRefreshInterval |
== Return Value == | == Return Value == | ||
* Type:TimeSpan | * Type:TimeSpan | ||
Line 1537: | Line 1540: | ||
** {{wiki:PublicProperty.gif|}} Name ** | ** {{wiki:PublicProperty.gif|}} Name ** | ||
- | N/A | + | Gets or sets the name of this overaly. |
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#Name |
== Return Value == | == Return Value == | ||
* Type:String | * Type:String | ||
Line 1545: | Line 1548: | ||
** {{wiki:PublicProperty.gif|}} MapArguments ** | ** {{wiki:PublicProperty.gif|}} MapArguments ** | ||
- | N/A | + | Gets or sets current map information which will be used for calculating mechanism. |
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#Initialize.28MapArguments.29 |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]] | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]] | ||
Line 1553: | Line 1556: | ||
** {{wiki:PublicProperty.gif|}} OverlayCanvas ** | ** {{wiki:PublicProperty.gif|}} OverlayCanvas ** | ||
- | N/A | + | Gets or sets the actual canvas which maintains all the visual elements on the overlay. |
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#OverlayCanvas |
== Return Value == | == Return Value == | ||
* Type:Canvas | * Type:Canvas | ||
Line 1563: | Line 1566: | ||
N/A | N/A | ||
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#IsBase |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 1571: | Line 1574: | ||
N/A | N/A | ||
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#CanRefreshRegion |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 1577: | Line 1580: | ||
** {{wiki:PublicProperty.gif|}} DrawingExceptionMode ** | ** {{wiki:PublicProperty.gif|}} DrawingExceptionMode ** | ||
- | N/A | + | This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. |
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#DrawingExceptionMode |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | * Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | ||
Line 1585: | Line 1588: | ||
** {{wiki:PublicProperty.gif|}} IsVisible ** | ** {{wiki:PublicProperty.gif|}} IsVisible ** | ||
- | N/A | + | Gets or sets if this overlay is visible. |
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#IsVisible |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 1595: | Line 1598: | ||
N/A | N/A | ||
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#DrawAttributionCore.28GeoCanvas.29 |
== Return Value == | == Return Value == | ||
* Type:String | * Type:String | ||
Line 1604: | Line 1607: | ||
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. | 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. | ||
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#Vertices |
== Return Value == | == Return Value == | ||
* Type:Collection<[[ThinkGeo.MapSuite.Core.Vertex|Vertex]]> | * Type:Collection<[[ThinkGeo.MapSuite.Core.Vertex|Vertex]]> | ||
Line 1610: | Line 1613: | ||
** {{wiki:ProtectedProperty.gif|}} PreviousExtent ** | ** {{wiki:ProtectedProperty.gif|}} PreviousExtent ** | ||
- | N/A | + | Gets or sets the previous exent of the overlay. |
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#PreviousExtent |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
Line 1626: | Line 1629: | ||
** {{wiki:ProtectedProperty.gif|}} IsOverlayInitialized ** | ** {{wiki:ProtectedProperty.gif|}} IsOverlayInitialized ** | ||
- | N/A | + | Gets or sets if the overlay canvas is initialized. |
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay#IsOverlayInitialized |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 1636: | Line 1639: | ||
This event will be fired after the end of tracking shape. | This event will be fired after the end of tracking shape. | ||
== Remarks == | == Remarks == | ||
- | N/A | + | 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:[[ThinkGeo.MapSuite.WpfDesktopEdition.TrackEndedTrackInteractiveOverlayEventArgs|TrackEndedTrackInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.TrackEndedTrackInteractiveOverlayEventArgs|TrackEndedTrackInteractiveOverlayEventArgs]] | ||
Line 1643: | Line 1646: | ||
This event will be fired before the end of tracking shape. | This event will be fired before the end of tracking shape. | ||
== Remarks == | == Remarks == | ||
- | N/A | + | 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:[[ThinkGeo.MapSuite.WpfDesktopEdition.TrackEndingTrackInteractiveOverlayEventArgs|TrackEndingTrackInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.TrackEndingTrackInteractiveOverlayEventArgs|TrackEndingTrackInteractiveOverlayEventArgs]] | ||
Line 1650: | Line 1653: | ||
This event will be fired after the start of tracking shape. | This event will be fired after the start of tracking shape. | ||
== Remarks == | == Remarks == | ||
- | N/A | + | 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:[[ThinkGeo.MapSuite.WpfDesktopEdition.TrackStartedTrackInteractiveOverlayEventArgs|TrackStartedTrackInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.TrackStartedTrackInteractiveOverlayEventArgs|TrackStartedTrackInteractiveOverlayEventArgs]] | ||
Line 1657: | Line 1660: | ||
This event will be fired before the start of tracking shape. | This event will be fired before the start of tracking shape. | ||
== Remarks == | == Remarks == | ||
- | N/A | + | 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:[[ThinkGeo.MapSuite.WpfDesktopEdition.TrackStartingTrackInteractiveOverlayEventArgs|TrackStartingTrackInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.TrackStartingTrackInteractiveOverlayEventArgs|TrackStartingTrackInteractiveOverlayEventArgs]] | ||
Line 1664: | Line 1667: | ||
This event will be fired after a vertex added to the tracking shape. | This event will be fired after a vertex added to the tracking shape. | ||
== Remarks == | == Remarks == | ||
- | N/A | + | 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:[[ThinkGeo.MapSuite.WpfDesktopEdition.VertexAddedTrackInteractiveOverlayEventArgs|VertexAddedTrackInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.VertexAddedTrackInteractiveOverlayEventArgs|VertexAddedTrackInteractiveOverlayEventArgs]] | ||
Line 1671: | Line 1674: | ||
This event will be fired before a vertex added to the tracking shape. | This event will be fired before a vertex added to the tracking shape. | ||
== Remarks == | == Remarks == | ||
- | N/A | + | 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:[[ThinkGeo.MapSuite.WpfDesktopEdition.VertexAddingTrackInteractiveOverlayEventArgs|VertexAddingTrackInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.VertexAddingTrackInteractiveOverlayEventArgs|VertexAddingTrackInteractiveOverlayEventArgs]] | ||
Line 1678: | Line 1681: | ||
This event will be fired when mouse moved on the vertex of tracking shape. | This event will be fired when mouse moved on the vertex of tracking shape. | ||
== Remarks == | == Remarks == | ||
- | N/A | + | 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:[[ThinkGeo.MapSuite.WpfDesktopEdition.MouseMovedTrackInteractiveOverlayEventArgs|MouseMovedTrackInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.MouseMovedTrackInteractiveOverlayEventArgs|MouseMovedTrackInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} MapMouseDown ** | ** {{wiki:PublicEvent.gif|}} MapMouseDown ** | ||
- | N/A | + | This event will be fired when Mouse pressed Down on the Map. |
== Remarks == | == Remarks == | ||
- | N/A | + | 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:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} MapMouseMove ** | ** {{wiki:PublicEvent.gif|}} MapMouseMove ** | ||
- | N/A | + | This event will be fired when Mouse moved on the Map. |
== Remarks == | == Remarks == | ||
- | N/A | + | 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:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} MapMouseUp ** | ** {{wiki:PublicEvent.gif|}} MapMouseUp ** | ||
- | N/A | + | This event will be fired when Mouse released up on the Map. |
== Remarks == | == Remarks == | ||
- | N/A | + | 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:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} MapMouseClick ** | ** {{wiki:PublicEvent.gif|}} MapMouseClick ** | ||
- | N/A | + | This event will be fired when Mouse clicked(mouse up and mouse down in the same postion) on the Map. |
== Remarks == | == Remarks == | ||
- | N/A | + | 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:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} MapMouseDoubleClick ** | ** {{wiki:PublicEvent.gif|}} MapMouseDoubleClick ** | ||
- | N/A | + | This event will be fired when Mouse double clicked on the Map. |
== Remarks == | == Remarks == | ||
- | N/A | + | 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:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} MapMouseWheel ** | ** {{wiki:PublicEvent.gif|}} MapMouseWheel ** | ||
- | N/A | + | This event will be fired when Mouse wheel on the Map. |
== Remarks == | == Remarks == | ||
- | N/A | + | 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:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} MapMouseLeave ** | ** {{wiki:PublicEvent.gif|}} MapMouseLeave ** | ||
- | N/A | + | Occurs when mouse leave the map canvas. |
== Remarks == | == Remarks == | ||
- | N/A | + | 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:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseLeaveInteractiveOverlayEventArgs|MapMouseLeaveInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseLeaveInteractiveOverlayEventArgs|MapMouseLeaveInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} MapMouseEnter ** | ** {{wiki:PublicEvent.gif|}} MapMouseEnter ** | ||
- | N/A | + | Occurs when mouse enter the map canvas. |
== Remarks == | == Remarks == | ||
- | N/A | + | 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:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseEnterInteractiveOverlayEventArgs|MapMouseEnterInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseEnterInteractiveOverlayEventArgs|MapMouseEnterInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} MapKeyDown ** | ** {{wiki:PublicEvent.gif|}} MapKeyDown ** | ||
- | N/A | + | Occurs when key down on the map canvas. |
== Remarks == | == Remarks == | ||
- | N/A | + | 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:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} MapKeyUp ** | ** {{wiki:PublicEvent.gif|}} MapKeyUp ** | ||
- | N/A | + | Occurs when key up on the map canvas. |
== Remarks == | == Remarks == | ||
- | N/A | + | 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:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} Drawing ** | ** {{wiki:PublicEvent.gif|}} Drawing ** | ||
- | N/A | + | This event raises before the overlay is drawing. |
== Remarks == | == Remarks == | ||
- | N/A | + | 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:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} Drawn ** | ** {{wiki:PublicEvent.gif|}} Drawn ** | ||
- | N/A | + | This event raises after the overlay is drawn. |
== Remarks == | == Remarks == | ||
- | N/A | + | 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:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] | ||
Line 1769: | Line 1772: | ||
N/A | N/A | ||
== Remarks == | == Remarks == | ||
- | N/A | + | 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:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] | ||
Line 1776: | Line 1779: | ||
N/A | N/A | ||
== Remarks == | == Remarks == | ||
- | N/A | + | 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:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] | ||