This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.desktopedition.editinteractiveoverlay [2015/09/18 03:02] admin |
thinkgeo.mapsuite.desktopedition.editinteractiveoverlay [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay ====== | ====== ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
This class inherits from the InterativeOverlay abstract class. This specified overlay describes the EditShape interactive process with the MapControl using the Mouse or Keyboard. | This class inherits from the InterativeOverlay abstract class. This specified overlay describes the EditShape interactive process with the MapControl using the Mouse or Keyboard. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 10: | Line 13: | ||
** {{wiki:PublicMethod.gif|}} EditInteractiveOverlay() ** | ** {{wiki:PublicMethod.gif|}} EditInteractiveOverlay() ** | ||
- | Default constructor of the class. If you use this constructor, please set the properties manually or it will use their default values. | + | * //Default constructor of the class. If you use this constructor, please set the properties manually 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.DesktopEdition.EditInteractiveOverlay#EditInteractiveOverlay.28.29// |
== Parameters == | == Parameters == | ||
<div newline></div> | <div newline></div> | ||
Line 19: | Line 22: | ||
** {{wiki:PublicMethod.gif|}} CalculateAllControlPoints() ** | ** {{wiki:PublicMethod.gif|}} CalculateAllControlPoints() ** | ||
- | This method calculates all control points. | + | * //This method calculates all control points.// |
== Remarks == | == Remarks == | ||
- | First, it will clear all control points. Then it will calculate each control point according to their settings. | + | * //First, it will clear all control points. Then it will calculate each control point according to their settings.// |
== Return Value == | == Return Value == | ||
Line 31: | Line 34: | ||
** {{wiki:PublicMethod.gif|}} KeyDown(KeyEventInteractionArguments) ** | ** {{wiki:PublicMethod.gif|}} KeyDown(KeyEventInteractionArguments) ** | ||
- | N/A | + | * //This method will simulate the KeyDown 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.DesktopEdition.InteractiveResult|InteractiveResult]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]] | ||
- | * Description:N/A | + | * Description:Interaction results of this method. |
== Parameters == | == Parameters == | ||
* //interactionArguments// | * //interactionArguments// | ||
* Type:[[ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] | ||
- | * Description:N/A | + | * Description:This parameter represents the interaction auguments for the method. |
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} KeyUp(KeyEventInteractionArguments) ** | ** {{wiki:PublicMethod.gif|}} KeyUp(KeyEventInteractionArguments) ** | ||
- | N/A | + | * //This method will simulate the KeyUp 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.DesktopEdition.InteractiveResult|InteractiveResult]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]] | ||
- | * Description:N/A | + | * Description:Interaction results of this method. |
== Parameters == | == Parameters == | ||
* //interactionArguments// | * //interactionArguments// | ||
* Type:[[ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] | ||
- | * Description:N/A | + | * Description:This parameter represents the interaction auguments for the method. |
<div newline></div> | <div newline></div> | ||
** {{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.DesktopEdition.InteractiveResult|InteractiveResult]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]] | ||
- | * Description:N/A | + | * Description:Interaction results of this method. |
== Parameters == | == Parameters == | ||
* //interactionArguments// | * //interactionArguments// | ||
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] | ||
- | * Description:N/A | + | * Description:This parameter represents 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.DesktopEdition.InteractiveResult|InteractiveResult]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]] | ||
- | * Description:N/A | + | * Description:Interaction results of this method. |
== Parameters == | == Parameters == | ||
* //interactionArguments// | * //interactionArguments// | ||
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] | ||
- | * Description:N/A | + | * Description:This parameter represents the interaction auguments for the method. |
<div newline></div> | <div newline></div> | ||
** {{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.DesktopEdition.InteractiveResult|InteractiveResult]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]] | ||
- | * Description:N/A | + | * Description:Interaction results of this method. |
== Parameters == | == Parameters == | ||
* //interactionArguments// | * //interactionArguments// | ||
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] | ||
- | * Description:N/A | + | * Description:This parameter represents 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.DesktopEdition.InteractiveResult|InteractiveResult]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]] | ||
- | * Description:N/A | + | * Description:Interaction results of this method. |
== Parameters == | == Parameters == | ||
* //interactionArguments// | * //interactionArguments// | ||
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] | ||
- | * Description:N/A | + | * Description:This parameter represents 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.DesktopEdition.InteractiveResult|InteractiveResult]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]] | ||
- | * Description:N/A | + | * Description:Interaction results of this method. |
== Parameters == | == Parameters == | ||
* //interactionArguments// | * //interactionArguments// | ||
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] | ||
- | * Description:N/A | + | * Description:This parameter represents 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.DesktopEdition.InteractiveResult|InteractiveResult]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]] | ||
- | * Description:N/A | + | * Description:Interaction results of this method. |
== Parameters == | == Parameters == | ||
* //interactionArguments// | * //interactionArguments// | ||
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] | ||
- | * Description:N/A | + | * Description:This parameter represents the interaction auguments for the method. |
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} Refresh(GeoCanvas,RectangleShape) ** | ** {{wiki:PublicMethod.gif|}} Refresh(GeoCanvas,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.DesktopEdition.EditInteractiveOverlay#Refresh.28GeoCanvas.2C_RectangleShape.29// |
== Return Value == | == Return Value == | ||
Line 179: | Line 182: | ||
** {{wiki:PublicMethod.gif|}} DrawPreview(GeoCanvas) ** | ** {{wiki:PublicMethod.gif|}} DrawPreview(GeoCanvas) ** | ||
- | N/A | + | * //This method will be used to draw preview tiles to the canvas.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#DrawPreview.28GeoCanvas.29// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.DesktopEdition.TilesExistingType|TilesExistingType]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.TilesExistingType|TilesExistingType]] | ||
- | * Description:N/A | + | * Description:The tile existing type, which indicates whether any tiles exist. |
== Parameters == | == Parameters == | ||
* //canvas// | * //canvas// | ||
* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
- | * Description:N/A | + | * Description:This parameter is the canvas object to draw on. |
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} Draw(GeoCanvas) ** | ** {{wiki:PublicMethod.gif|}} Draw(GeoCanvas) ** | ||
- | N/A | + | * //This method draws the Overlay.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //This method is the concrete wrapper for the abstract method DrawCore. This method draws the representation of the overlay based on the extent you provided. 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 == | ||
Line 206: | Line 209: | ||
* //canvas// | * //canvas// | ||
* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
- | * Description:N/A | + | * Description:This parameter is the canvas object to draw on. |
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} RequestDrawing() ** | ** {{wiki:PublicMethod.gif|}} RequestDrawing() ** | ||
- | 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 223: | Line 226: | ||
** {{wiki:PublicMethod.gif|}} RequestDrawing(RectangleShape) ** | ** {{wiki:PublicMethod.gif|}} RequestDrawing(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 239: | Line 242: | ||
** {{wiki:PublicMethod.gif|}} RequestDrawing(IEnumerable<RectangleShape>) ** | ** {{wiki:PublicMethod.gif|}} RequestDrawing(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|}} RequestDrawing(TimeSpan) ** | ** {{wiki:PublicMethod.gif|}} RequestDrawing(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 271: | Line 274: | ||
** {{wiki:PublicMethod.gif|}} RequestDrawing(TimeSpan,RequestDrawingBufferTimeType) ** | ** {{wiki:PublicMethod.gif|}} RequestDrawing(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|}} RequestDrawing(RectangleShape,TimeSpan) ** | ** {{wiki:PublicMethod.gif|}} RequestDrawing(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 311: | Line 314: | ||
** {{wiki:PublicMethod.gif|}} RequestDrawing(RectangleShape,TimeSpan,RequestDrawingBufferTimeType) ** | ** {{wiki:PublicMethod.gif|}} RequestDrawing(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|}} RequestDrawing(IEnumerable<RectangleShape>,TimeSpan) ** | ** {{wiki:PublicMethod.gif|}} RequestDrawing(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|}} RequestDrawing(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType) ** | ** {{wiki:PublicMethod.gif|}} RequestDrawing(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|}} 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.DesktopEdition.EditInteractiveOverlay#ToString.28.29// |
== Return Value == | == Return Value == | ||
Line 391: | Line 394: | ||
** {{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.DesktopEdition.EditInteractiveOverlay#Equals.28Object.29// |
== Return Value == | == Return Value == | ||
Line 407: | Line 410: | ||
** {{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.DesktopEdition.EditInteractiveOverlay#GetHashCode.28.29// |
== Return Value == | == Return Value == | ||
Line 419: | Line 422: | ||
** {{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.DesktopEdition.EditInteractiveOverlay#GetType.28.29// |
== Return Value == | == Return Value == | ||
Line 432: | Line 435: | ||
** {{wiki:ProtectedMethod.gif|}} RotateFeature(Feature,PointShape,PointShape) ** | ** {{wiki:ProtectedMethod.gif|}} RotateFeature(Feature,PointShape,PointShape) ** | ||
- | This is the method used to Rotate a feature. | + | * //This is the method used to Rotate a feature.// |
== Remarks == | == Remarks == | ||
- | This method is the concrete wrapper for the abstract method RotateFeatureCore. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. | + | * //This method is the concrete wrapper for the abstract method RotateFeatureCore. 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 == | ||
Line 456: | Line 459: | ||
** {{wiki:ProtectedMethod.gif|}} RotateFeatureCore(Feature,PointShape,PointShape) ** | ** {{wiki:ProtectedMethod.gif|}} RotateFeatureCore(Feature,PointShape,PointShape) ** | ||
- | This is the Core method of RotateFeature which encapsulates the logic. | + | * //This is the Core method of RotateFeature which encapsulates the logic.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#RotateFeatureCore.28Feature.2C_PointShape.2C_PointShape.29// |
== Return Value == | == Return Value == | ||
Line 480: | Line 483: | ||
** {{wiki:ProtectedMethod.gif|}} AddVertex(PointShape,Double) ** | ** {{wiki:ProtectedMethod.gif|}} AddVertex(PointShape,Double) ** | ||
- | This is the method used to add vertex to a feature. | + | * //This is the method used to add vertex to a feature.// |
== Remarks == | == Remarks == | ||
- | This method is the concrete wrapper for the abstract method AddVertexCore. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. | + | * //This method is the concrete wrapper for the abstract method AddVertexCore. 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 == | ||
Line 500: | Line 503: | ||
** {{wiki:ProtectedMethod.gif|}} AddVertexCore(Feature,PointShape,Double) ** | ** {{wiki:ProtectedMethod.gif|}} AddVertexCore(Feature,PointShape,Double) ** | ||
- | This is the Core method of AddVertex which encapsulates the logic. | + | * //This is the Core method of AddVertex which encapsulates the logic.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#AddVertexCore.28Feature.2C_PointShape.2C_Double.29// |
== Return Value == | == Return Value == | ||
Line 524: | Line 527: | ||
** {{wiki:ProtectedMethod.gif|}} MoveVertex(Feature,PointShape,PointShape) ** | ** {{wiki:ProtectedMethod.gif|}} MoveVertex(Feature,PointShape,PointShape) ** | ||
- | This is the method used to move a vertex in a feature. | + | * //This is the method used to move a vertex in a feature.// |
== Remarks == | == Remarks == | ||
- | This method is the concrete wrapper for the abstract method MoveVertexCore. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. | + | * //This method is the concrete wrapper for the abstract method MoveVertexCore. 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 == | ||
Line 548: | Line 551: | ||
** {{wiki:ProtectedMethod.gif|}} MoveVertexCore(Feature,PointShape,PointShape) ** | ** {{wiki:ProtectedMethod.gif|}} MoveVertexCore(Feature,PointShape,PointShape) ** | ||
- | This is the Core method of MoveVertex which encapsulates the logic. | + | * //This is the Core method of MoveVertex which encapsulates the logic.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#MoveVertexCore.28Feature.2C_PointShape.2C_PointShape.29// |
== Return Value == | == Return Value == | ||
Line 572: | Line 575: | ||
** {{wiki:ProtectedMethod.gif|}} RemoveVertex(PointShape,Double) ** | ** {{wiki:ProtectedMethod.gif|}} RemoveVertex(PointShape,Double) ** | ||
- | This is the method used to remove a vertex from a feature. | + | * //This is the method used to remove a vertex from a feature.// |
== Remarks == | == Remarks == | ||
- | This method is the concrete wrapper for the abstract method RemoveVertexCore. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. | + | * //This method is the concrete wrapper for the abstract method RemoveVertexCore. 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 == | ||
Line 592: | Line 595: | ||
** {{wiki:ProtectedMethod.gif|}} RemoveVertexCore(Feature,Vertex,Double) ** | ** {{wiki:ProtectedMethod.gif|}} RemoveVertexCore(Feature,Vertex,Double) ** | ||
- | This is the Core method of RemoveVertex which encapsulates the logic. | + | * //This is the Core method of RemoveVertex which encapsulates the logic.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#RemoveVertexCore.28Feature.2C_Vertex.2C_Double.29// |
== Return Value == | == Return Value == | ||
Line 616: | Line 619: | ||
** {{wiki:ProtectedMethod.gif|}} OnFeatureDragging(FeatureDraggingEditInteractiveOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnFeatureDragging(FeatureDraggingEditInteractiveOverlayEventArgs) ** | ||
- | This event will be fired before dragging the feature. | + | * //This event will be fired before dragging the feature.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureDragging.28FeatureDraggingEditInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 632: | Line 635: | ||
** {{wiki:ProtectedMethod.gif|}} OnFeatureDragged(FeatureDraggedEditInteractiveOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnFeatureDragged(FeatureDraggedEditInteractiveOverlayEventArgs) ** | ||
- | This event will be fired after dragging the feature. | + | * //This event will be fired after dragging the feature.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureDragged.28FeatureDraggedEditInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 648: | Line 651: | ||
** {{wiki:ProtectedMethod.gif|}} OnFeatureResizing(FeatureResizingEditInteractiveOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnFeatureResizing(FeatureResizingEditInteractiveOverlayEventArgs) ** | ||
- | This event will be fired before resizing the feature. | + | * //This event will be fired before resizing the feature.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureResizing.28FeatureResizingEditInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 664: | Line 667: | ||
** {{wiki:ProtectedMethod.gif|}} OnFeatureResized(FeatureResizedEditInteractiveOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnFeatureResized(FeatureResizedEditInteractiveOverlayEventArgs) ** | ||
- | This event will be fired after resizing the feature. | + | * //This event will be fired after resizing the feature.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureResized.28FeatureResizedEditInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 680: | Line 683: | ||
** {{wiki:ProtectedMethod.gif|}} OnFeatureRotating(FeatureRotatingEditInteractiveOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnFeatureRotating(FeatureRotatingEditInteractiveOverlayEventArgs) ** | ||
- | This event will be fired before rotating the feature. | + | * //This event will be fired before rotating the feature.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureRotating.28FeatureRotatingEditInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 696: | Line 699: | ||
** {{wiki:ProtectedMethod.gif|}} OnFeatureRotated(FeatureRotatedEditInteractiveOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnFeatureRotated(FeatureRotatedEditInteractiveOverlayEventArgs) ** | ||
- | This event will be fired after rotating the feature. | + | * //This event will be fired after rotating the feature.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureRotated.28FeatureRotatedEditInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 712: | Line 715: | ||
** {{wiki:ProtectedMethod.gif|}} OnControlPointSelecting(ControlPointSelectingEditInteractiveOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnControlPointSelecting(ControlPointSelectingEditInteractiveOverlayEventArgs) ** | ||
- | This event will be fired before the control point is selected. | + | * //This event will be fired before the control point is selected.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnControlPointSelecting.28ControlPointSelectingEditInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 728: | Line 731: | ||
** {{wiki:ProtectedMethod.gif|}} OnControlPointSelected(ControlPointSelectedEditInteractiveOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnControlPointSelected(ControlPointSelectedEditInteractiveOverlayEventArgs) ** | ||
- | This event will be fired after the control point is selected. | + | * //This event will be fired after the control point is selected.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnControlPointSelected.28ControlPointSelectedEditInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 744: | Line 747: | ||
** {{wiki:ProtectedMethod.gif|}} OnVertexAdding(VertexAddingEditInteractiveOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnVertexAdding(VertexAddingEditInteractiveOverlayEventArgs) ** | ||
- | This event will be fired before the vertex is added to the edit feature. | + | * //This event will be fired before the vertex is added to the edit feature.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexAdding.28VertexAddingEditInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 760: | Line 763: | ||
** {{wiki:ProtectedMethod.gif|}} OnVertexAdded(VertexAddedEditInteractiveOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnVertexAdded(VertexAddedEditInteractiveOverlayEventArgs) ** | ||
- | This event will be fired after the vertex is added to the edit feature. | + | * //This event will be fired after the vertex is added to the edit feature.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexAdded.28VertexAddedEditInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 776: | Line 779: | ||
** {{wiki:ProtectedMethod.gif|}} OnVertexMoving(VertexMovingEditInteractiveOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnVertexMoving(VertexMovingEditInteractiveOverlayEventArgs) ** | ||
- | This event will be fired before moving the feature. | + | * //This event will be fired before moving the feature.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexMoving.28VertexMovingEditInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 792: | Line 795: | ||
** {{wiki:ProtectedMethod.gif|}} OnVertexMoved(VertexMovedEditInteractiveOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnVertexMoved(VertexMovedEditInteractiveOverlayEventArgs) ** | ||
- | This event will be fired after moving the feature. | + | * //This event will be fired after moving the feature.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexMoved.28VertexMovedEditInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 808: | Line 811: | ||
** {{wiki:ProtectedMethod.gif|}} OnVertexRemoving(VertexRemovingEditInteractiveOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnVertexRemoving(VertexRemovingEditInteractiveOverlayEventArgs) ** | ||
- | This event will be fired before the vertex is removed from the edit feature. | + | * //This event will be fired before the vertex is removed from the edit feature.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexRemoving.28VertexRemovingEditInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 824: | Line 827: | ||
** {{wiki:ProtectedMethod.gif|}} OnVertexRemoved(VertexRemovedEditInteractiveOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnVertexRemoved(VertexRemovedEditInteractiveOverlayEventArgs) ** | ||
- | This event will be fired after the vertex is removed from the edit feature. | + | * //This event will be fired after the vertex is removed from the edit feature.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexRemoved.28VertexRemovedEditInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 840: | Line 843: | ||
** {{wiki:ProtectedMethod.gif|}} KeyDownCore(KeyEventInteractionArguments) ** | ** {{wiki:ProtectedMethod.gif|}} KeyDownCore(KeyEventInteractionArguments) ** | ||
- | 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.DesktopEdition.EditInteractiveOverlay#KeyDownCore.28KeyEventInteractionArguments.29// |
== Return Value == | == Return Value == | ||
Line 856: | Line 859: | ||
** {{wiki:ProtectedMethod.gif|}} KeyUpCore(KeyEventInteractionArguments) ** | ** {{wiki:ProtectedMethod.gif|}} KeyUpCore(KeyEventInteractionArguments) ** | ||
- | 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.DesktopEdition.EditInteractiveOverlay#KeyUpCore.28KeyEventInteractionArguments.29// |
== Return Value == | == Return Value == | ||
Line 872: | Line 875: | ||
** {{wiki:ProtectedMethod.gif|}} DrawCore(GeoCanvas) ** | ** {{wiki:ProtectedMethod.gif|}} DrawCore(GeoCanvas) ** | ||
- | This method draws the EditInterativeOverlay. | + | * //This method draws the EditInterativeOverlay.// |
== Remarks == | == Remarks == | ||
- | This method draws a representation of the overlay based on the extent you provided. When implementing this abstract method, consider each feature and its column data values. You can use the full power of the GeoCanvas to do the drawing. If you need column data for a feature, be sure to override the GetRequiredColumnNamesCore and add the columns you need to the collection. In many of the styles, we add properties that allow the user to specify which field they need; then, in the GetRequiredColumnNamesCore, we read that property and add it to the collection. | + | * //This method draws a representation of the overlay based on the extent you provided. When implementing this abstract method, consider each feature and its column data values. You can use the full power of the GeoCanvas to do the drawing. If you need column data for a feature, be sure to override the GetRequiredColumnNamesCore and add the columns you need to the collection. In many of the styles, we add properties that allow the user to specify which field they need; then, in the GetRequiredColumnNamesCore, we read that property and add it to the collection.// |
== Return Value == | == Return Value == | ||
* Type:Void | * Type:Void | ||
- | * Description:None | + | * Description:N/A |
== Parameters == | == Parameters == | ||
Line 888: | Line 891: | ||
** {{wiki:ProtectedMethod.gif|}} SetSelectedControlPoint(PointShape,Double) ** | ** {{wiki:ProtectedMethod.gif|}} SetSelectedControlPoint(PointShape,Double) ** | ||
- | This protected method sets the control point. | + | * //This protected method sets the control point.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#SetSelectedControlPoint.28PointShape.2C_Double.29// |
== Return Value == | == Return Value == | ||
Line 908: | Line 911: | ||
** {{wiki:ProtectedMethod.gif|}} SetSelectedControlPointCore(PointShape,Double) ** | ** {{wiki:ProtectedMethod.gif|}} SetSelectedControlPointCore(PointShape,Double) ** | ||
- | This protected virtual method is the Core method of the SetSelectedControlPoint API. | + | * //This protected virtual method is the Core method of the SetSelectedControlPoint API.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#SetSelectedControlPointCore.28PointShape.2C_Double.29// |
== Return Value == | == Return Value == | ||
Line 928: | Line 931: | ||
** {{wiki:ProtectedMethod.gif|}} EndEditing(PointShape) ** | ** {{wiki:ProtectedMethod.gif|}} EndEditing(PointShape) ** | ||
- | This method ends the interative editing on the feature in the EditShapesLayer. You can override its logic by rewriting its core method. | + | * //This method ends the interative editing on the feature in the EditShapesLayer. You can override its logic by rewriting its core method.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#EndEditing.28PointShape.29// |
== Return Value == | == Return Value == | ||
Line 944: | Line 947: | ||
** {{wiki:ProtectedMethod.gif|}} EndEditingCore(PointShape) ** | ** {{wiki:ProtectedMethod.gif|}} EndEditingCore(PointShape) ** | ||
- | This is the core method of the EndEditing method. This method end interative editing on the feature in the EditShapesLayer. | + | * //This is the core method of the EndEditing method. This method end interative editing on the feature in the EditShapesLayer.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#EndEditingCore.28PointShape.29// |
== Return Value == | == Return Value == | ||
Line 960: | Line 963: | ||
** {{wiki:ProtectedMethod.gif|}} ClearAllControlPoints() ** | ** {{wiki:ProtectedMethod.gif|}} ClearAllControlPoints() ** | ||
- | This method clears all control points in a corresponding layer. | + | * //This method clears all control points in a corresponding layer.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#ClearAllControlPoints.28.29// |
== Return Value == | == Return Value == | ||
Line 972: | Line 975: | ||
** {{wiki:ProtectedMethod.gif|}} CalculateDragControlPoints() ** | ** {{wiki:ProtectedMethod.gif|}} CalculateDragControlPoints() ** | ||
- | This method calculates the Drag control points for all the features in the EditShapesLayer. You can override its logic by rewriting its core method. | + | * //This method calculates the Drag control points for all the features in the EditShapesLayer. You can override its logic by rewriting its core method.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CalculateDragControlPoints.28.29// |
== Return Value == | == Return Value == | ||
Line 984: | Line 987: | ||
** {{wiki:ProtectedMethod.gif|}} CalculateDragControlPointsCore(Feature) ** | ** {{wiki:ProtectedMethod.gif|}} CalculateDragControlPointsCore(Feature) ** | ||
- | This is the core API for the CalculateDragControlPoints method. You can override this method if you want to change its logic. | + | * //This is the core API for the CalculateDragControlPoints method. You can override this method if you want to change its logic.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CalculateDragControlPointsCore.28Feature.29// |
== Return Value == | == Return Value == | ||
Line 1000: | Line 1003: | ||
** {{wiki:ProtectedMethod.gif|}} CalculateRotateControlPoints() ** | ** {{wiki:ProtectedMethod.gif|}} CalculateRotateControlPoints() ** | ||
- | This method calculates the Rotate control points for all the features in the EditShapesLayer. You can override its logic by rewriting its core method. | + | * //This method calculates the Rotate control points for all the features in the EditShapesLayer. You can override its logic by rewriting its core method.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CalculateRotateControlPoints.28.29// |
== Return Value == | == Return Value == | ||
Line 1012: | Line 1015: | ||
** {{wiki:ProtectedMethod.gif|}} CalculateRotateControlPointsCore(Feature) ** | ** {{wiki:ProtectedMethod.gif|}} CalculateRotateControlPointsCore(Feature) ** | ||
- | This is the core API for the CalculateRotateControlPoints method. You can override this method if you want to change its logic. | + | * //This is the core API for the CalculateRotateControlPoints method. You can override this method if you want to change its logic.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CalculateRotateControlPointsCore.28Feature.29// |
== Return Value == | == Return Value == | ||
Line 1028: | Line 1031: | ||
** {{wiki:ProtectedMethod.gif|}} CalculateResizeControlPoints() ** | ** {{wiki:ProtectedMethod.gif|}} CalculateResizeControlPoints() ** | ||
- | This method calculates the Resize control points for all the features in the EditShapesLayer. You can override its logic by rewriting its core method. | + | * //This method calculates the Resize control points for all the features in the EditShapesLayer. You can override its logic by rewriting its core method.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CalculateResizeControlPoints.28.29// |
== Return Value == | == Return Value == | ||
Line 1040: | Line 1043: | ||
** {{wiki:ProtectedMethod.gif|}} CalculateResizeControlPointsCore(Feature) ** | ** {{wiki:ProtectedMethod.gif|}} CalculateResizeControlPointsCore(Feature) ** | ||
- | This is the core API for the CalculateResizeControlPoints method. You can override this method if you want to change its logic. | + | * //This is the core API for the CalculateResizeControlPoints method. You can override this method if you want to change its logic.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CalculateResizeControlPointsCore.28Feature.29// |
== Return Value == | == Return Value == | ||
Line 1056: | Line 1059: | ||
** {{wiki:ProtectedMethod.gif|}} CalculateVertexControlPoints() ** | ** {{wiki:ProtectedMethod.gif|}} CalculateVertexControlPoints() ** | ||
- | This method calculates the Vertex control points for all the features in the EditShapesLayer. You can override its logic by rewriting its core method. | + | * //This method calculates the Vertex control points for all the features in the EditShapesLayer. You can override its logic by rewriting its core method.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CalculateVertexControlPoints.28.29// |
== Return Value == | == Return Value == | ||
Line 1068: | Line 1071: | ||
** {{wiki:ProtectedMethod.gif|}} CalculateVertexControlPointsCore(Feature) ** | ** {{wiki:ProtectedMethod.gif|}} CalculateVertexControlPointsCore(Feature) ** | ||
- | This is the core API for the CalculateVertexControlPoints method. You can override this method if you want to change its logic. | + | * //This is the core API for the CalculateVertexControlPoints method. You can override this method if you want to change its logic.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CalculateVertexControlPointsCore.28Feature.29// |
== Return Value == | == Return Value == | ||
Line 1084: | Line 1087: | ||
** {{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.DesktopEdition.EditInteractiveOverlay#MouseDownCore.28InteractionArguments.29// |
== Return Value == | == Return Value == | ||
Line 1100: | Line 1103: | ||
** {{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.DesktopEdition.EditInteractiveOverlay#MouseMoveCore.28InteractionArguments.29// |
== Return Value == | == Return Value == | ||
Line 1116: | Line 1119: | ||
** {{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.DesktopEdition.EditInteractiveOverlay#MouseUpCore.28InteractionArguments.29// |
== Return Value == | == Return Value == | ||
Line 1132: | Line 1135: | ||
** {{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.DesktopEdition.EditInteractiveOverlay#MouseClickCore.28InteractionArguments.29// |
== Return Value == | == Return Value == | ||
Line 1148: | Line 1151: | ||
** {{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.DesktopEdition.EditInteractiveOverlay#MouseDoubleClickCore.28InteractionArguments.29// |
== Return Value == | == Return Value == | ||
Line 1164: | Line 1167: | ||
** {{wiki:ProtectedMethod.gif|}} DragFeature(Feature,PointShape,PointShape) ** | ** {{wiki:ProtectedMethod.gif|}} DragFeature(Feature,PointShape,PointShape) ** | ||
- | This is the method used to Drag a feature. | + | * //This is the method used to Drag a feature.// |
== Remarks == | == Remarks == | ||
- | This method is the concrete wrapper for the abstract method DragFeatureCore. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. | + | * //This method is the concrete wrapper for the abstract method DragFeatureCore. 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 == | ||
Line 1188: | Line 1191: | ||
** {{wiki:ProtectedMethod.gif|}} DragFeatureCore(Feature,PointShape,PointShape) ** | ** {{wiki:ProtectedMethod.gif|}} DragFeatureCore(Feature,PointShape,PointShape) ** | ||
- | This is the Core method of DragFeature which encapsulates the logic. | + | * //This is the Core method of DragFeature which encapsulates the logic.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#DragFeatureCore.28Feature.2C_PointShape.2C_PointShape.29// |
== Return Value == | == Return Value == | ||
Line 1212: | Line 1215: | ||
** {{wiki:ProtectedMethod.gif|}} ResizeFeature(Feature,PointShape,PointShape) ** | ** {{wiki:ProtectedMethod.gif|}} ResizeFeature(Feature,PointShape,PointShape) ** | ||
- | This is the method used to Resize a feature. | + | * //This is the method used to Resize a feature.// |
== Remarks == | == Remarks == | ||
- | This method is the concrete wrapper for the abstract method ResizeFeatureCore. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. | + | * //This method is the concrete wrapper for the abstract method ResizeFeatureCore. 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 == | ||
Line 1236: | Line 1239: | ||
** {{wiki:ProtectedMethod.gif|}} ResizeFeatureCore(Feature,PointShape,PointShape) ** | ** {{wiki:ProtectedMethod.gif|}} ResizeFeatureCore(Feature,PointShape,PointShape) ** | ||
- | This is the Core method of ResizeFeature which encapsulates the logic. | + | * //This is the Core method of ResizeFeature which encapsulates the logic.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#ResizeFeatureCore.28Feature.2C_PointShape.2C_PointShape.29// |
== Return Value == | == Return Value == | ||
Line 1260: | Line 1263: | ||
** {{wiki:ProtectedMethod.gif|}} MouseWheelCore(InteractionArguments) ** | ** {{wiki:ProtectedMethod.gif|}} MouseWheelCore(InteractionArguments) ** | ||
- | N/A | + | * //This protected virtual method is the Core method of the 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.DesktopEdition.EditInteractiveOverlay#MouseWheelCore.28InteractionArguments.29// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]] | ||
- | * Description:N/A | + | * Description:Interaction results of this method. |
== Parameters == | == Parameters == | ||
* //interactionArguments// | * //interactionArguments// | ||
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] | ||
- | * Description:N/A | + | * Description:This parameter represents the interaction auguments for the method. |
<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.DesktopEdition.EditInteractiveOverlay#OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 1287: | Line 1290: | ||
* //e// | * //e// | ||
* Type:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.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.DesktopEdition.EditInteractiveOverlay#OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 1303: | Line 1306: | ||
* //e// | * //e// | ||
* Type:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.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.DesktopEdition.EditInteractiveOverlay#OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 1319: | Line 1322: | ||
* //e// | * //e// | ||
* Type:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.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.DesktopEdition.EditInteractiveOverlay#OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 1335: | Line 1338: | ||
* //e// | * //e// | ||
* Type:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.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.DesktopEdition.EditInteractiveOverlay#OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 1351: | Line 1354: | ||
* //e// | * //e// | ||
* Type:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.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.DesktopEdition.EditInteractiveOverlay#OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 1367: | Line 1370: | ||
* //e// | * //e// | ||
* Type:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]] | ||
- | * Description:N/A | + | * Description:The MapMouseWheelInteractiveOverlayEventArgs passed for the event raised. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} OnMapKeyDown(MapKeyDownInteractiveOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnMapKeyDown(MapKeyDownInteractiveOverlayEventArgs) ** | ||
- | N/A | + | * //This event will be fired when MapKeyDown 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.DesktopEdition.EditInteractiveOverlay#OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 1383: | Line 1386: | ||
* //e// | * //e// | ||
* Type:[[ThinkGeo.MapSuite.DesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]] | ||
- | * Description:N/A | + | * Description:The MapKeyDownInteractiveOverlayEventArgs passed for the event raised. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} OnMapKeyUp(MapKeyUpInteractiveOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnMapKeyUp(MapKeyUpInteractiveOverlayEventArgs) ** | ||
- | N/A | + | * //This event will be fired when MapKeyUp 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.DesktopEdition.EditInteractiveOverlay#OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 1399: | Line 1402: | ||
* //e// | * //e// | ||
* Type:[[ThinkGeo.MapSuite.DesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]] | ||
- | * Description:N/A | + | * Description:The MapKeyUpInteractiveOverlayEventArgs passed for the event raised. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} OnDrawing(DrawingOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnDrawing(DrawingOverlayEventArgs) ** | ||
- | N/A | + | * //This event will be fired before 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.DesktopEdition.EditInteractiveOverlay#OnDrawing.28DrawingOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 1415: | Line 1418: | ||
* //e// | * //e// | ||
* Type:[[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] | ||
- | * Description:N/A | + | * Description:The OverlayDrawingEventArgs passed for the event raised. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} OnDrawn(DrawnOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnDrawn(DrawnOverlayEventArgs) ** | ||
- | N/A | + | * //This event will be fired after 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.DesktopEdition.EditInteractiveOverlay#OnDrawn.28DrawnOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 1431: | Line 1434: | ||
* //e// | * //e// | ||
* Type:[[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] | ||
- | * Description:N/A | + | * Description:The OverlayDrawnEventArgs passed for the event raised. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} RefreshCore(GeoCanvas,RectangleShape) ** | ** {{wiki:ProtectedMethod.gif|}} RefreshCore(GeoCanvas,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.DesktopEdition.EditInteractiveOverlay#RefreshCore.28GeoCanvas.2C_RectangleShape.29// |
== Return Value == | == Return Value == | ||
Line 1456: | Line 1459: | ||
** {{wiki:ProtectedMethod.gif|}} DrawPreviewCore(GeoCanvas) ** | ** {{wiki:ProtectedMethod.gif|}} DrawPreviewCore(GeoCanvas) ** | ||
- | N/A | + | * //This is the core method of DrawPreview which is intended to be overridden by its concrete sub class.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#DrawPreviewCore.28GeoCanvas.29// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.DesktopEdition.TilesExistingType|TilesExistingType]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.TilesExistingType|TilesExistingType]] | ||
- | * Description:N/A | + | * Description:The tile existing type, which indicates whether any tiles exist. |
== Parameters == | == Parameters == | ||
* //canvas// | * //canvas// | ||
* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
- | * Description:N/A | + | * Description:This parameter is the canvas object to draw on. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} sBM=(GeoCanvas) ** | ** {{wiki:ProtectedMethod.gif|}} sBM=(GeoCanvas) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1488: | Line 1491: | ||
** {{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.DesktopEdition.EditInteractiveOverlay#DrawAttributionCore.28GeoCanvas.29// |
== Return Value == | == Return Value == | ||
Line 1504: | Line 1507: | ||
** {{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.DesktopEdition.EditInteractiveOverlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 1520: | Line 1523: | ||
** {{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.DesktopEdition.EditInteractiveOverlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 1536: | Line 1539: | ||
** {{wiki:ProtectedMethod.gif|}} DrawException(GeoCanvas,Exception) ** | ** {{wiki:ProtectedMethod.gif|}} DrawException(GeoCanvas,Exception) ** | ||
- | N/A | + | * //This method will draw on the canvas when an exception occurs during the drawing process.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#DrawException.28GeoCanvas.2C_Exception.29// |
== Return Value == | == Return Value == | ||
Line 1547: | Line 1550: | ||
* //canvas// | * //canvas// | ||
* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
- | * Description:N/A | + | * Description:This parameter is the canvas object to draw on. |
* //e// | * //e// | ||
* Type:Exception | * Type:Exception | ||
- | * Description:N/A | + | * Description:This parameter is the exception that is occurring. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,Exception) ** | ** {{wiki:ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,Exception) ** | ||
- | N/A | + | * //This method is the Core method of DrawException, which can be overridden if you want to change its logic. This method will draw on the canvas when an exception occurs during drawing process.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#DrawExceptionCore.28GeoCanvas.2C_Exception.29// |
== Return Value == | == Return Value == | ||
Line 1567: | Line 1570: | ||
* //canvas// | * //canvas// | ||
* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
- | * Description:N/A | + | * Description:This parameter is the canvas object to draw on. |
* //e// | * //e// | ||
* Type:Exception | * Type:Exception | ||
- | * Description:N/A | + | * Description:This parameter is the exception that is occurring. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} OnRequestedDrawing(RequestedDrawingOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnRequestedDrawing(RequestedDrawingOverlayEventArgs) ** | ||
- | 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 1592: | Line 1595: | ||
** {{wiki:ProtectedMethod.gif|}} OnRequestingDrawing(RequestingDrawingOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnRequestingDrawing(RequestingDrawingOverlayEventArgs) ** | ||
- | 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 1608: | Line 1611: | ||
** {{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.DesktopEdition.EditInteractiveOverlay#Finalize.28.29// |
== Return Value == | == Return Value == | ||
Line 1620: | Line 1623: | ||
** {{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.DesktopEdition.EditInteractiveOverlay#MemberwiseClone.28.29// |
== Return Value == | == Return Value == | ||
Line 1633: | Line 1636: | ||
** {{wiki:PublicProperty.gif|}} IsEmpty ** | ** {{wiki:PublicProperty.gif|}} IsEmpty ** | ||
- | This property overrides its property in the base class by watching the feature count in editShapesLayer. If it is empty, we can skip drawing it for better performance. | + | * //This property overrides its property in the base class by watching the feature count in editShapesLayer. 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.DesktopEdition.EditInteractiveOverlay#IsEmpty// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 1641: | Line 1644: | ||
** {{wiki:PublicProperty.gif|}} VertexDraggingMode ** | ** {{wiki:PublicProperty.gif|}} VertexDraggingMode ** | ||
- | This property gets or sets the reshape mode for the control points when edit shapes. | + | * //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.DesktopEdition.EditInteractiveOverlay#VertexDraggingMode// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.DesktopEdition.VertexDraggingMode|VertexDraggingMode]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.VertexDraggingMode|VertexDraggingMode]] | ||
Line 1649: | Line 1652: | ||
** {{wiki:PublicProperty.gif|}} EditShapesLayer ** | ** {{wiki:PublicProperty.gif|}} EditShapesLayer ** | ||
- | This property gets the InMemoryFeatureLayer which holds the edit shapes. | + | * //This property gets the InMemoryFeatureLayer which holds the edit shapes.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#EditShapesLayer// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | * Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | ||
Line 1657: | Line 1660: | ||
** {{wiki:PublicProperty.gif|}} DragControlPointsLayer ** | ** {{wiki:PublicProperty.gif|}} DragControlPointsLayer ** | ||
- | This property gets the InMemoryFeatureLayer, which holds the control points for dragging. | + | * //This property gets the InMemoryFeatureLayer, which holds the control points for dragging.// |
== Remarks == | == Remarks == | ||
- | Every control point for dragging is not an existing vertex of the edit shapes. | + | * //Every control point for dragging is not an existing vertex of the edit shapes.// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | * Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | ||
Line 1665: | Line 1668: | ||
** {{wiki:PublicProperty.gif|}} RotateControlPointsLayer ** | ** {{wiki:PublicProperty.gif|}} RotateControlPointsLayer ** | ||
- | This property gets the InMemoryFeatureLayer which holds the control points for rotating. | + | * //This property gets the InMemoryFeatureLayer which holds the control points for rotating.// |
== Remarks == | == Remarks == | ||
- | Every control point for rotating is not an existing vertex of the edit shapes. | + | * //Every control point for rotating is not an existing vertex of the edit shapes.// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | * Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | ||
Line 1673: | Line 1676: | ||
** {{wiki:PublicProperty.gif|}} ResizeControlPointsLayer ** | ** {{wiki:PublicProperty.gif|}} ResizeControlPointsLayer ** | ||
- | This property gets the InMemoryFeatureLayer which holds the control points for resizing. | + | * //This property gets the InMemoryFeatureLayer which holds the control points for resizing.// |
== Remarks == | == Remarks == | ||
- | Every control point for resizing is not an existing vertex of the edit shapes. | + | * //Every control point for resizing is not an existing vertex of the edit shapes.// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | * Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | ||
Line 1681: | Line 1684: | ||
** {{wiki:PublicProperty.gif|}} ExistingControlPointsLayer ** | ** {{wiki:PublicProperty.gif|}} ExistingControlPointsLayer ** | ||
- | This property gets the InMemoryFeatureLayer which holds the control points that represent the existing vertices of the edit shapes. | + | * //This property gets the InMemoryFeatureLayer which holds the control points that represent the existing vertices of the edit shapes.// |
== Remarks == | == Remarks == | ||
- | Every control point in this layer is an existing vertex of the edit shapes. | + | * //Every control point in this layer is an existing vertex of the edit shapes.// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | * Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | ||
Line 1689: | Line 1692: | ||
** {{wiki:PublicProperty.gif|}} ControlPointType ** | ** {{wiki:PublicProperty.gif|}} ControlPointType ** | ||
- | This property gets or sets the ControlPointType for the control points of the edit shapes. | + | * //This property gets or sets the ControlPointType for the control points of the edit shapes.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#ControlPointType// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.DesktopEdition.ControlPointType|ControlPointType]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.ControlPointType|ControlPointType]] | ||
Line 1697: | Line 1700: | ||
** {{wiki:PublicProperty.gif|}} CanDrag ** | ** {{wiki:PublicProperty.gif|}} CanDrag ** | ||
- | Gets a value that indicates whether or not the shape can be dragged. | + | * //Gets a value that indicates whether or not the shape can be dragged.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanDrag// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 1705: | Line 1708: | ||
** {{wiki:PublicProperty.gif|}} CanReshape ** | ** {{wiki:PublicProperty.gif|}} CanReshape ** | ||
- | Gets a value that indicates whether or not the shape can be reshaped. | + | * //Gets a value that indicates whether or not the shape can be reshaped.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanReshape// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 1713: | Line 1716: | ||
** {{wiki:PublicProperty.gif|}} CanResize ** | ** {{wiki:PublicProperty.gif|}} CanResize ** | ||
- | Gets a value that indicates whether or not the shape can be resized. | + | * //Gets a value that indicates whether or not the shape can be resized.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanResize// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 1721: | Line 1724: | ||
** {{wiki:PublicProperty.gif|}} CanRotate ** | ** {{wiki:PublicProperty.gif|}} CanRotate ** | ||
- | Gets a value that indicates whether or not the shape can be rotated. | + | * //Gets a value that indicates whether or not the shape can be rotated.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanRotate// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 1729: | Line 1732: | ||
** {{wiki:PublicProperty.gif|}} CanAddVertex ** | ** {{wiki:PublicProperty.gif|}} CanAddVertex ** | ||
- | Gets a value that indicates whether or not the shape can Add new vertex. | + | * //Gets a value that indicates whether or not the shape can Add new vertex.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanAddVertex// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 1737: | Line 1740: | ||
** {{wiki:PublicProperty.gif|}} CanRemoveVertex ** | ** {{wiki:PublicProperty.gif|}} CanRemoveVertex ** | ||
- | Gets a value that indicates whether or not the shape can remove a existing vertex. | + | * //Gets a value that indicates whether or not the shape can remove a existing vertex.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanRemoveVertex// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 1745: | Line 1748: | ||
** {{wiki:PublicProperty.gif|}} Attribution ** | ** {{wiki:PublicProperty.gif|}} Attribution ** | ||
- | 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.DesktopEdition.EditInteractiveOverlay#DrawAttributionCore.28GeoCanvas.29// |
== Return Value == | == Return Value == | ||
* Type:String | * Type:String | ||
Line 1753: | Line 1756: | ||
** {{wiki:PublicProperty.gif|}} Lock ** | ** {{wiki:PublicProperty.gif|}} Lock ** | ||
- | N/A | + | * //This property gets the OverlayLock object.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#Lock// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.DesktopEdition.OverlayLock|OverlayLock]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.OverlayLock|OverlayLock]] | ||
Line 1761: | Line 1764: | ||
** {{wiki:PublicProperty.gif|}} IsBase ** | ** {{wiki:PublicProperty.gif|}} IsBase ** | ||
- | N/A | + | * //Gets or sets a value that indicates whether the overlay is a base overlay. The default value is false.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#IsBase// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 1769: | Line 1772: | ||
** {{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.DesktopEdition.EditInteractiveOverlay#DrawingExceptionMode// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | * Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | ||
Line 1777: | Line 1780: | ||
** {{wiki:PublicProperty.gif|}} IsVisible ** | ** {{wiki:PublicProperty.gif|}} IsVisible ** | ||
- | N/A | + | * //Gets or sets a value that indicates whether the overlay is visible 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.DesktopEdition.EditInteractiveOverlay#IsVisible// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 1785: | Line 1788: | ||
** {{wiki:PublicProperty.gif|}} Name ** | ** {{wiki:PublicProperty.gif|}} Name ** | ||
- | N/A | + | * //Gets or sets the name of the overlay, which can be used to represent a specific overlay.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#Name// |
== Return Value == | == Return Value == | ||
* Type:String | * Type:String | ||
Line 1793: | Line 1796: | ||
** {{wiki:PublicProperty.gif|}} TileCache ** | ** {{wiki:PublicProperty.gif|}} TileCache ** | ||
- | N/A | + | * //This property gets or sets the TileCache used for the overlay.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //The TileCache system is always used for better performance, especially in the case where your application tiles can be pregenerated.// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | * Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | ||
Line 1801: | Line 1804: | ||
** {{wiki:PublicProperty.gif|}} PreviewTileCache ** | ** {{wiki:PublicProperty.gif|}} PreviewTileCache ** | ||
- | N/A | + | * //This property gets or sets the preview tile cache system. In order for this system to work, you must be in multi-threaded mode and have the tile cache set.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#PreviewTileCache// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | * Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | ||
Line 1809: | Line 1812: | ||
** {{wiki:PublicProperty.gif|}} DrawingTime ** | ** {{wiki:PublicProperty.gif|}} DrawingTime ** | ||
- | N/A | + | * //This property gets the last drawing time for the Overlay.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //We track the drawing time for the Overlay and report it back in this method. This is useful to determine the speed of various Overlays.// |
== Return Value == | == Return Value == | ||
* Type:TimeSpan | * Type:TimeSpan | ||
Line 1817: | Line 1820: | ||
** {{wiki:PublicProperty.gif|}} AutoRefreshInterval ** | ** {{wiki:PublicProperty.gif|}} AutoRefreshInterval ** | ||
- | 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:TimeSpan | * Type:TimeSpan | ||
Line 1826: | Line 1829: | ||
** {{wiki:ProtectedProperty.gif|}} SelectControlPointFeature ** | ** {{wiki:ProtectedProperty.gif|}} SelectControlPointFeature ** | ||
- | This property gets the feature that represents the selected control points of the edit shapes. | + | * //This property gets the feature that represents the selected control points of the edit shapes.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#SelectControlPointFeature// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | ||
Line 1834: | Line 1837: | ||
** {{wiki:ProtectedProperty.gif|}} OriginalEditingFeature ** | ** {{wiki:ProtectedProperty.gif|}} OriginalEditingFeature ** | ||
- | This property gets the feature that represents the original editing feature. | + | * //This property gets the feature that represents the original editing feature.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OriginalEditingFeature// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | ||
Line 1842: | Line 1845: | ||
** {{wiki:ProtectedProperty.gif|}} xRM= ** | ** {{wiki:ProtectedProperty.gif|}} xRM= ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 1850: | Line 1853: | ||
** {{wiki:ProtectedProperty.gif|}} rxM= ** | ** {{wiki:ProtectedProperty.gif|}} rxM= ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] | * Type:[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] | ||
Line 1858: | Line 1861: | ||
==== Public Events ==== | ==== Public Events ==== | ||
** {{wiki:PublicEvent.gif|}} FeatureDragged ** | ** {{wiki:PublicEvent.gif|}} FeatureDragged ** | ||
- | This event will be fired after dragging the feature. | + | * //This event will be fired after dragging the feature.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureDragged.28FeatureDraggedEditInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.FeatureDraggedEditInteractiveOverlayEventArgs|FeatureDraggedEditInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.FeatureDraggedEditInteractiveOverlayEventArgs|FeatureDraggedEditInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} FeatureDragging ** | ** {{wiki:PublicEvent.gif|}} FeatureDragging ** | ||
- | This event will be fired before dragging the feature. | + | * //This event will be fired before dragging the feature.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureDragging.28FeatureDraggingEditInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.FeatureDraggingEditInteractiveOverlayEventArgs|FeatureDraggingEditInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.FeatureDraggingEditInteractiveOverlayEventArgs|FeatureDraggingEditInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} FeatureResized ** | ** {{wiki:PublicEvent.gif|}} FeatureResized ** | ||
- | This event will be fired after resizing the feature. | + | * //This event will be fired after resizing the feature.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureResized.28FeatureResizedEditInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.FeatureResizedEditInteractiveOverlayEventArgs|FeatureResizedEditInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.FeatureResizedEditInteractiveOverlayEventArgs|FeatureResizedEditInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} FeatureResizing ** | ** {{wiki:PublicEvent.gif|}} FeatureResizing ** | ||
- | This event will be fired before resizing the feature. | + | * //This event will be fired before resizing the feature.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureResizing.28FeatureResizingEditInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.FeatureResizingEditInteractiveOverlayEventArgs|FeatureResizingEditInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.FeatureResizingEditInteractiveOverlayEventArgs|FeatureResizingEditInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} FeatureRotated ** | ** {{wiki:PublicEvent.gif|}} FeatureRotated ** | ||
- | This event will be fired after rotating the feature. | + | * //This event will be fired after rotating the feature.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureRotated.28FeatureRotatedEditInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.FeatureRotatedEditInteractiveOverlayEventArgs|FeatureRotatedEditInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.FeatureRotatedEditInteractiveOverlayEventArgs|FeatureRotatedEditInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} FeatureRotating ** | ** {{wiki:PublicEvent.gif|}} FeatureRotating ** | ||
- | This event will be fired before rotating the feature. | + | * //This event will be fired before rotating the feature.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureRotating.28FeatureRotatingEditInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.FeatureRotatingEditInteractiveOverlayEventArgs|FeatureRotatingEditInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.FeatureRotatingEditInteractiveOverlayEventArgs|FeatureRotatingEditInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} VertexAdded ** | ** {{wiki:PublicEvent.gif|}} VertexAdded ** | ||
- | This event will be fired after adding the vertex. | + | * //This event will be fired after adding the vertex.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexAdded.28VertexAddedEditInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.VertexAddedEditInteractiveOverlayEventArgs|VertexAddedEditInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.VertexAddedEditInteractiveOverlayEventArgs|VertexAddedEditInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} VertexAdding ** | ** {{wiki:PublicEvent.gif|}} VertexAdding ** | ||
- | This event will be fired before adding the vertex. | + | * //This event will be fired before adding the vertex.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexAdding.28VertexAddingEditInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.VertexAddingEditInteractiveOverlayEventArgs|VertexAddingEditInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.VertexAddingEditInteractiveOverlayEventArgs|VertexAddingEditInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} VertexMoved ** | ** {{wiki:PublicEvent.gif|}} VertexMoved ** | ||
- | This event will be fired after moving the vertex. | + | * //This event will be fired after moving the vertex.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexMoved.28VertexMovedEditInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.VertexMovedEditInteractiveOverlayEventArgs|VertexMovedEditInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.VertexMovedEditInteractiveOverlayEventArgs|VertexMovedEditInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} VertexMoving ** | ** {{wiki:PublicEvent.gif|}} VertexMoving ** | ||
- | This event will be fired before moving the vertex. | + | * //This event will be fired before moving the vertex.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexMoving.28VertexMovingEditInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.VertexMovingEditInteractiveOverlayEventArgs|VertexMovingEditInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.VertexMovingEditInteractiveOverlayEventArgs|VertexMovingEditInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} VertexRemoved ** | ** {{wiki:PublicEvent.gif|}} VertexRemoved ** | ||
- | This event will be fired after removing the vertex. | + | * //This event will be fired after removing the vertex.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexRemoved.28VertexRemovedEditInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.VertexRemovedEditInteractiveOverlayEventArgs|VertexRemovedEditInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.VertexRemovedEditInteractiveOverlayEventArgs|VertexRemovedEditInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} VertexRemoving ** | ** {{wiki:PublicEvent.gif|}} VertexRemoving ** | ||
- | This event will be fired before removing the vertex. | + | * //This event will be fired before removing the vertex.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexRemoving.28VertexRemovingEditInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs|VertexRemovingEditInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs|VertexRemovingEditInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} ControlPointSelected ** | ** {{wiki:PublicEvent.gif|}} ControlPointSelected ** | ||
- | This event will be fired after selecting the control point. | + | * //This event will be fired after selecting the control point.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnControlPointSelected.28ControlPointSelectedEditInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.ControlPointSelectedEditInteractiveOverlayEventArgs|ControlPointSelectedEditInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.ControlPointSelectedEditInteractiveOverlayEventArgs|ControlPointSelectedEditInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} ControlPointSelecting ** | ** {{wiki:PublicEvent.gif|}} ControlPointSelecting ** | ||
- | This event will be fired before selecting the control point. | + | * //This event will be fired before selecting the control point.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnControlPointSelecting.28ControlPointSelectingEditInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.ControlPointSelectingEditInteractiveOverlayEventArgs|ControlPointSelectingEditInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.ControlPointSelectingEditInteractiveOverlayEventArgs|ControlPointSelectingEditInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} MapMouseDown ** | ** {{wiki:PublicEvent.gif|}} MapMouseDown ** | ||
- | N/A | + | * //This event will be fired when the Mouse button is 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.DesktopEdition.EditInteractiveOverlay#OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} MapMouseMove ** | ** {{wiki:PublicEvent.gif|}} MapMouseMove ** | ||
- | N/A | + | * //This event will be fired when the Mouse is 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.DesktopEdition.EditInteractiveOverlay#OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} MapMouseUp ** | ** {{wiki:PublicEvent.gif|}} MapMouseUp ** | ||
- | N/A | + | * //This event will be fired when the Mouse button is 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.DesktopEdition.EditInteractiveOverlay#OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} MapMouseClick ** | ** {{wiki:PublicEvent.gif|}} MapMouseClick ** | ||
- | N/A | + | * //This event will be fired when the Mouse button is 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.DesktopEdition.EditInteractiveOverlay#OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} MapMouseDoubleClick ** | ** {{wiki:PublicEvent.gif|}} MapMouseDoubleClick ** | ||
- | N/A | + | * //This event will be fired when the Mouse button is 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.DesktopEdition.EditInteractiveOverlay#OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} MapMouseWheel ** | ** {{wiki:PublicEvent.gif|}} MapMouseWheel ** | ||
- | N/A | + | * //This event will be fired when the Mouse wheel is scrolled while the cursor is over 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.DesktopEdition.EditInteractiveOverlay#OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} MapKeyDown ** | ** {{wiki:PublicEvent.gif|}} MapKeyDown ** | ||
- | N/A | + | * //This event will be fired when the key is pressed down when focusing 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.DesktopEdition.EditInteractiveOverlay#OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} MapKeyUp ** | ** {{wiki:PublicEvent.gif|}} MapKeyUp ** | ||
- | N/A | + | * //This event will be fired when the key is released up when focusing 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.DesktopEdition.EditInteractiveOverlay#OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} Drawing ** | ** {{wiki:PublicEvent.gif|}} Drawing ** | ||
- | N/A | + | * //This event will be fired before 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.DesktopEdition.EditInteractiveOverlay#OnDrawing.28DrawingOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} Drawn ** | ** {{wiki:PublicEvent.gif|}} Drawn ** | ||
- | N/A | + | * //This event will be fired 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.DesktopEdition.EditInteractiveOverlay#OnDrawn.28DrawnOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} DrawingAttribution ** | ** {{wiki:PublicEvent.gif|}} DrawingAttribution ** | ||
- | 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.DesktopEdition.EditInteractiveOverlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} DrawnAttribution ** | ** {{wiki:PublicEvent.gif|}} DrawnAttribution ** | ||
- | 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.DesktopEdition.EditInteractiveOverlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} RequestedDrawing ** | ** {{wiki:PublicEvent.gif|}} RequestedDrawing ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} RequestingDrawing ** | ** {{wiki:PublicEvent.gif|}} RequestingDrawing ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]] | ||