====== 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.
===== Inheritance Hierarchy =====
*System.Object
*ThinkGeo.MapSuite.DesktopEdition.Overlay
*ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay
***ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay**
===== Members Summary =====
==== Public Constructors ====
** {{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.//
== Remarks ==
* //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 ==
==== Protected Constructors ====
==== Public Methods ====
** {{wiki:PublicMethod.gif|}} CalculateAllControlPoints() **
* //This method calculates all control points.//
== Remarks ==
* //First, it will clear all control points. Then it will calculate each control point according to their settings.//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{wiki:PublicMethod.gif|}} KeyDown(KeyEventInteractionArguments) **
* //This method will simulate the KeyDown interaction.//
== Remarks ==
* //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 ==
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]]
* Description:Interaction results of this method.
== Parameters ==
* //interactionArguments//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]]
* Description:This parameter represents the interaction auguments for the method.
** {{wiki:PublicMethod.gif|}} KeyUp(KeyEventInteractionArguments) **
* //This method will simulate the KeyUp interaction.//
== Remarks ==
* //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 ==
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]]
* Description:Interaction results of this method.
== Parameters ==
* //interactionArguments//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]]
* Description:This parameter represents the interaction auguments for the method.
** {{wiki:PublicMethod.gif|}} MouseDown(InteractionArguments) **
* //This method will simulate the MouseDown interaction.//
== Remarks ==
* //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 ==
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]]
* Description:Interaction results of this method.
== Parameters ==
* //interactionArguments//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]]
* Description:This parameter represents the interaction auguments for the method.
** {{wiki:PublicMethod.gif|}} MouseMove(InteractionArguments) **
* //This method will simulate the MouseMove interaction.//
== Remarks ==
* //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 ==
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]]
* Description:Interaction results of this method.
== Parameters ==
* //interactionArguments//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]]
* Description:This parameter represents the interaction auguments for the method.
** {{wiki:PublicMethod.gif|}} MouseUp(InteractionArguments) **
* //This method will simulate the MouseUp interaction.//
== Remarks ==
* //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 ==
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]]
* Description:Interaction results of this method.
== Parameters ==
* //interactionArguments//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]]
* Description:This parameter represents the interaction auguments for the method.
** {{wiki:PublicMethod.gif|}} MouseClick(InteractionArguments) **
* //This method will simulate the MouseClick interaction.//
== Remarks ==
* //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 ==
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]]
* Description:Interaction results of this method.
== Parameters ==
* //interactionArguments//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]]
* Description:This parameter represents the interaction auguments for the method.
** {{wiki:PublicMethod.gif|}} MouseDoubleClick(InteractionArguments) **
* //This method will simulate the MouseDoubleClick interaction.//
== Remarks ==
* //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 ==
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]]
* Description:Interaction results of this method.
== Parameters ==
* //interactionArguments//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]]
* Description:This parameter represents the interaction auguments for the method.
** {{wiki:PublicMethod.gif|}} MouseWheel(InteractionArguments) **
* //This method will simulate the MouseWheel interaction.//
== Remarks ==
* //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 ==
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]]
* Description:Interaction results of this method.
== Parameters ==
* //interactionArguments//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]]
* Description:This parameter represents the interaction auguments for the method.
** {{wiki:PublicMethod.gif|}} Refresh(GeoCanvas,RectangleShape) **
* //N/A//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
* //canvas//
* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
* Description:N/A
* //extent//
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
* Description:N/A
** {{wiki:PublicMethod.gif|}} DrawPreview(GeoCanvas) **
* //This method will be used to draw preview tiles to the canvas.//
== Remarks ==
* //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 ==
* Type:[[ThinkGeo.MapSuite.DesktopEdition.TilesExistingType|TilesExistingType]]
* Description:The tile existing type, which indicates whether any tiles exist.
== Parameters ==
* //canvas//
* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
* Description:This parameter is the canvas object to draw on.
** {{wiki:PublicMethod.gif|}} Draw(GeoCanvas) **
* //This method draws the Overlay.//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
* //canvas//
* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
* Description:This parameter is the canvas object to draw on.
** {{wiki:PublicMethod.gif|}} RequestDrawing() **
* //N/A//
== Remarks ==
* //For the most updated Info for this topic, please check it here://
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{wiki:PublicMethod.gif|}} RequestDrawing(RectangleShape) **
* //N/A//
== Remarks ==
* //For the most updated Info for this topic, please check it here://
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //extentToRefresh//
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
* Description:N/A
** {{wiki:PublicMethod.gif|}} RequestDrawing(IEnumerable) **
* //N/A//
== Remarks ==
* //For the most updated Info for this topic, please check it here://
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //extentsToRefresh//
* Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>
* Description:N/A
** {{wiki:PublicMethod.gif|}} RequestDrawing(TimeSpan) **
* //N/A//
== Remarks ==
* //For the most updated Info for this topic, please check it here://
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //bufferTime//
* Type:TimeSpan
* Description:N/A
** {{wiki:PublicMethod.gif|}} RequestDrawing(TimeSpan,RequestDrawingBufferTimeType) **
* //N/A//
== Remarks ==
* //For the most updated Info for this topic, please check it here://
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //bufferTime//
* Type:TimeSpan
* Description:N/A
* //bufferTimeType//
* Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]
* Description:N/A
** {{wiki:PublicMethod.gif|}} RequestDrawing(RectangleShape,TimeSpan) **
* //N/A//
== Remarks ==
* //For the most updated Info for this topic, please check it here://
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //extentToRefresh//
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
* Description:N/A
* //bufferTime//
* Type:TimeSpan
* Description:N/A
** {{wiki:PublicMethod.gif|}} RequestDrawing(RectangleShape,TimeSpan,RequestDrawingBufferTimeType) **
* //N/A//
== Remarks ==
* //For the most updated Info for this topic, please check it here://
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //extentToRefresh//
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
* Description:N/A
* //bufferTime//
* Type:TimeSpan
* Description:N/A
* //bufferTimeType//
* Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]
* Description:N/A
** {{wiki:PublicMethod.gif|}} RequestDrawing(IEnumerable,TimeSpan) **
* //N/A//
== Remarks ==
* //For the most updated Info for this topic, please check it here://
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //extentsToRefresh//
* Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>
* Description:N/A
* //bufferTime//
* Type:TimeSpan
* Description:N/A
** {{wiki:PublicMethod.gif|}} RequestDrawing(IEnumerable,TimeSpan,RequestDrawingBufferTimeType) **
* //N/A//
== Remarks ==
* //For the most updated Info for this topic, please check it here://
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //extentsToRefresh//
* Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>
* Description:N/A
* //bufferTime//
* Type:TimeSpan
* Description:N/A
* //bufferTimeType//
* Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]
* Description:N/A
** {{wiki:PublicMethod.gif|}} ToString() **
* //N/A//
== Remarks ==
* //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 ==
* Type:String
* Description:N/A
== Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) **
* //N/A//
== Remarks ==
* //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 ==
* Type:Boolean
* Description:N/A
== Parameters ==
* //obj//
* Type:Object
* Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() **
* //N/A//
== Remarks ==
* //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 ==
* Type:Int32
* Description:N/A
== Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() **
* //N/A//
== Remarks ==
* //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 ==
* Type:Type
* Description:N/A
== Parameters ==
==== Protected Methods ====
** {{wiki:ProtectedMethod.gif|}} RotateFeature(Feature,PointShape,PointShape) **
* //This is the method used to Rotate a feature.//
== 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.//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]]
* Description:Returns a rotated feature.
== Parameters ==
* //sourceFeature//
* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]]
* Description:This parameter specifies the source feature to be rotated.
* //sourceControlPoint//
* Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
* Description:This parameter specifies the source control point used to rotate the feature.
* //targetControlPoint//
* Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
* Description:This parameter specifies the target control point used to rotate the feature.
** {{wiki:ProtectedMethod.gif|}} RotateFeatureCore(Feature,PointShape,PointShape) **
* //This is the Core method of RotateFeature which encapsulates the logic.//
== Remarks ==
* //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 ==
* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]]
* Description:Returns a rotated feature.
== Parameters ==
* //sourceFeature//
* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]]
* Description:This parameter specifies the source feature to be rotated.
* //sourceControlPoint//
* Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
* Description:This parameter specifies the source control point used to rotate the feature.
* //targetControlPoint//
* Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
* Description:This parameter specifies the target control point used to rotate the feature.
** {{wiki:ProtectedMethod.gif|}} AddVertex(PointShape,Double) **
* //This is the method used to add vertex to a feature.//
== 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.//
== Return Value ==
* Type:Boolean
* Description:True if add vertex succeeded, otherwise returns false.
== Parameters ==
* //targetPointShape//
* Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
* Description:This parameter specifies the point shape in which to search for the vertex.
* //searchingTolerance//
* Type:Double
* Description:This parameter specifies the search tolerance used when searching for the vertex.
** {{wiki:ProtectedMethod.gif|}} AddVertexCore(Feature,PointShape,Double) **
* //This is the Core method of AddVertex which encapsulates the logic.//
== Remarks ==
* //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 ==
* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]]
* Description:Returns a feature with vertex added.
== Parameters ==
* //targetFeature//
* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]]
* Description:This parameter specifies the target feature that the vertex will be added to.
* //targetPointShape//
* Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
* Description:This parameter specifies the target vertex to be added.
* //searchingTolerance//
* Type:Double
* Description:This parameter specifies the search tolerance used when searching for the vertex.
** {{wiki:ProtectedMethod.gif|}} MoveVertex(Feature,PointShape,PointShape) **
* //This is the method used to move a vertex in a feature.//
== 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.//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]]
* Description:Returns a feature with vertex moved.
== Parameters ==
* //sourceFeature//
* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]]
* Description:This parameter specifies the source feature whose vertex will be moved.
* //sourceControlPoint//
* Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
* Description:This parameter specifies the source control point used to move the feature's vertex.
* //targetControlPoint//
* Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
* Description:This parameter specifies the target control point used to move the feature's vertex.
** {{wiki:ProtectedMethod.gif|}} MoveVertexCore(Feature,PointShape,PointShape) **
* //This is the Core method of MoveVertex which encapsulates the logic.//
== Remarks ==
* //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 ==
* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]]
* Description:Returns a feature with vertex moved.
== Parameters ==
* //sourceFeature//
* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]]
* Description:This parameter specifies the source feature whose vertex will be moved.
* //sourceControlPoint//
* Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
* Description:This parameter specifies the source control point used to move the feature's vertex.
* //targetControlPoint//
* Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
* Description:This parameter specifies the target control point used to move the feature's vertex.
** {{wiki:ProtectedMethod.gif|}} RemoveVertex(PointShape,Double) **
* //This is the method used to remove a vertex from a feature.//
== 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.//
== Return Value ==
* Type:Boolean
* Description:True if remove vertex succeeded, otherwise returns false.
== Parameters ==
* //targetPointShape//
* Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
* Description:This parameter specifies the point shape in which to search for the vertex.
* //searchingTolerance//
* Type:Double
* Description:This parameter specifies the search tolerance used when searching for the vertex.
** {{wiki:ProtectedMethod.gif|}} RemoveVertexCore(Feature,Vertex,Double) **
* //This is the Core method of RemoveVertex which encapsulates the logic.//
== Remarks ==
* //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 ==
* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]]
* Description:Returns a feature with vertex removed.
== Parameters ==
* //editShapeFeature//
* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]]
* Description:This parameter specifies the target feature to remove the vertex from.
* //selectedVertex//
* Type:[[ThinkGeo.MapSuite.Core.Vertex|Vertex]]
* Description:This parameter specifies the selected vertex to search for.
* //searchingTolerance//
* Type:Double
* Description:This parameter specifies the search tolerance used when searching for the vertex.
** {{wiki:ProtectedMethod.gif|}} OnFeatureDragging(FeatureDraggingEditInteractiveOverlayEventArgs) **
* //This event will be fired before dragging the feature.//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.FeatureDraggingEditInteractiveOverlayEventArgs|FeatureDraggingEditInteractiveOverlayEventArgs]]
* Description:The FeatureDraggingEditInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnFeatureDragged(FeatureDraggedEditInteractiveOverlayEventArgs) **
* //This event will be fired after dragging the feature.//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.FeatureDraggedEditInteractiveOverlayEventArgs|FeatureDraggedEditInteractiveOverlayEventArgs]]
* Description:The FeatureDraggedEditInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnFeatureResizing(FeatureResizingEditInteractiveOverlayEventArgs) **
* //This event will be fired before resizing the feature.//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.FeatureResizingEditInteractiveOverlayEventArgs|FeatureResizingEditInteractiveOverlayEventArgs]]
* Description:The FeatureResizingEditInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnFeatureResized(FeatureResizedEditInteractiveOverlayEventArgs) **
* //This event will be fired after resizing the feature.//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.FeatureResizedEditInteractiveOverlayEventArgs|FeatureResizedEditInteractiveOverlayEventArgs]]
* Description:The FeatureResizedEditInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnFeatureRotating(FeatureRotatingEditInteractiveOverlayEventArgs) **
* //This event will be fired before rotating the feature.//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.FeatureRotatingEditInteractiveOverlayEventArgs|FeatureRotatingEditInteractiveOverlayEventArgs]]
* Description:The FeatureRotatingEditInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnFeatureRotated(FeatureRotatedEditInteractiveOverlayEventArgs) **
* //This event will be fired after rotating the feature.//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.FeatureRotatedEditInteractiveOverlayEventArgs|FeatureRotatedEditInteractiveOverlayEventArgs]]
* Description:The FeatureRotatedEditInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnControlPointSelecting(ControlPointSelectingEditInteractiveOverlayEventArgs) **
* //This event will be fired before the control point is selected.//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.ControlPointSelectingEditInteractiveOverlayEventArgs|ControlPointSelectingEditInteractiveOverlayEventArgs]]
* Description:The ControlPointSelectingEditInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnControlPointSelected(ControlPointSelectedEditInteractiveOverlayEventArgs) **
* //This event will be fired after the control point is selected.//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.ControlPointSelectedEditInteractiveOverlayEventArgs|ControlPointSelectedEditInteractiveOverlayEventArgs]]
* Description:The ControlPointSelectedEditInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnVertexAdding(VertexAddingEditInteractiveOverlayEventArgs) **
* //This event will be fired before the vertex is added to the edit feature.//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.VertexAddingEditInteractiveOverlayEventArgs|VertexAddingEditInteractiveOverlayEventArgs]]
* Description:The VertexAddingEditInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnVertexAdded(VertexAddedEditInteractiveOverlayEventArgs) **
* //This event will be fired after the vertex is added to the edit feature.//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.VertexAddedEditInteractiveOverlayEventArgs|VertexAddedEditInteractiveOverlayEventArgs]]
* Description:The VertexAddedEditInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnVertexMoving(VertexMovingEditInteractiveOverlayEventArgs) **
* //This event will be fired before moving the feature.//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.VertexMovingEditInteractiveOverlayEventArgs|VertexMovingEditInteractiveOverlayEventArgs]]
* Description:The VertexMovingEditInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnVertexMoved(VertexMovedEditInteractiveOverlayEventArgs) **
* //This event will be fired after moving the feature.//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.VertexMovedEditInteractiveOverlayEventArgs|VertexMovedEditInteractiveOverlayEventArgs]]
* Description:The VertexMovedEditInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnVertexRemoving(VertexRemovingEditInteractiveOverlayEventArgs) **
* //This event will be fired before the vertex is removed from the edit feature.//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs|VertexRemovingEditInteractiveOverlayEventArgs]]
* Description:The VertexRemovingEditInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnVertexRemoved(VertexRemovedEditInteractiveOverlayEventArgs) **
* //This event will be fired after the vertex is removed from the edit feature.//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.VertexRemovedEditInteractiveOverlayEventArgs|VertexRemovedEditInteractiveOverlayEventArgs]]
* Description:The VertexRemovedEditInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} KeyDownCore(KeyEventInteractionArguments) **
* //N/A//
== Remarks ==
* //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 ==
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]]
* Description:N/A
== Parameters ==
* //interactionArguments//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} KeyUpCore(KeyEventInteractionArguments) **
* //N/A//
== Remarks ==
* //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 ==
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]]
* Description:N/A
== Parameters ==
* //interactionArguments//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} DrawCore(GeoCanvas) **
* //This method draws the EditInterativeOverlay.//
== 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.//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //canvas//
* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
* Description:This parameter is the canvas object or a GeoImage to draw on.
** {{wiki:ProtectedMethod.gif|}} SetSelectedControlPoint(PointShape,Double) **
* //This protected method sets the control point.//
== Remarks ==
* //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 ==
* Type:Boolean
* Description:Returns true if control points are found and set correctly, otherwise returns false.
== Parameters ==
* //targetPointShape//
* Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
* Description:This parameter is the target point shape we will edit.
* //searchingTolerance//
* Type:Double
* Description:This parameter is the search tolerance used when searching for the control point.
** {{wiki:ProtectedMethod.gif|}} SetSelectedControlPointCore(PointShape,Double) **
* //This protected virtual method is the Core method of the SetSelectedControlPoint API.//
== Remarks ==
* //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 ==
* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]]
* Description:A feature that represents the selected control point.
== Parameters ==
* //targetPointShape//
* Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
* Description:This parameter is the target point shape we will edit.
* //searchingTolerance//
* Type:Double
* Description:This parameter is the search tolerance to use when searching for the control point.
** {{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.//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
* //targetPointShape//
* Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
* Description:This is the targetPointShape to be used when overriding.
** {{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.//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
* //targetPointShape//
* Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
* Description:This is the targetPointShape to be used when overriding.
** {{wiki:ProtectedMethod.gif|}} ClearAllControlPoints() **
* //This method clears all control points in a corresponding layer.//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
** {{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.//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
** {{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.//
== Remarks ==
* //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 ==
* Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>
* Description:A collection of features representing the Drag control points.
== Parameters ==
* //feature//
* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]]
* Description:The target feature whose control points you want to calculate.
** {{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.//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
** {{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.//
== Remarks ==
* //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 ==
* Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>
* Description:A collection of features representing the Rotate control points.
== Parameters ==
* //feature//
* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]]
* Description:The target feature whose control points you want to calculate.
** {{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.//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
** {{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.//
== Remarks ==
* //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 ==
* Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>
* Description:A collection of features representing the Resize control points.
== Parameters ==
* //feature//
* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]]
* Description:The target feature whose control points you want to calculate.
** {{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.//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
** {{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.//
== Remarks ==
* //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 ==
* Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>
* Description:A collection of features representing the Vertex control points.
== Parameters ==
* //feature//
* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]]
* Description:The target feature whose control points you want to calculate.
** {{wiki:ProtectedMethod.gif|}} MouseDownCore(InteractionArguments) **
* //This overrides the MouseDown logic in its base class InterativeOverlay.//
== Remarks ==
* //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 ==
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]]
* Description:Interaction results of this method.
== Parameters ==
* //interactionArguments//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]]
* Description:This parameter represents the interaction arguments for the method.
** {{wiki:ProtectedMethod.gif|}} MouseMoveCore(InteractionArguments) **
* //This overrides the MouseMove logic in its base class InterativeOverlay.//
== Remarks ==
* //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 ==
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]]
* Description:Interaction results of this method.
== Parameters ==
* //interactionArguments//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]]
* Description:This parameter represents the interaction arguments for the method.
** {{wiki:ProtectedMethod.gif|}} MouseUpCore(InteractionArguments) **
* //This overrides the MouseUp logic in its base class InterativeOverlay.//
== Remarks ==
* //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 ==
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]]
* Description:Interaction results of this method.
== Parameters ==
* //interactionArguments//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]]
* Description:This parameter represents the interaction arguments for the method.
** {{wiki:ProtectedMethod.gif|}} MouseClickCore(InteractionArguments) **
* //This overrides the MouseClick logic in its base class.//
== Remarks ==
* //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 ==
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]]
* Description:Interaction results of this method.
== Parameters ==
* //interactionArguments//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]]
* Description:This parameter represents the interaction arguments for the method.
** {{wiki:ProtectedMethod.gif|}} MouseDoubleClickCore(InteractionArguments) **
* //This overrides the MouseDoubleClick logic in its base class InterativeOverlay.//
== Remarks ==
* //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 ==
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]]
* Description:Interaction results of this method.
== Parameters ==
* //interactionArguments//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]]
* Description:This parameter represents the interaction arguments for the method.
** {{wiki:ProtectedMethod.gif|}} DragFeature(Feature,PointShape,PointShape) **
* //This is the method used to Drag a feature.//
== 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.//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]]
* Description:Returns a dragged feature.
== Parameters ==
* //sourceFeature//
* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]]
* Description:This parameter specifies the source feature to be dragged.
* //sourceControlPoint//
* Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
* Description:This parameter specifies the source control point used to drag the feature.
* //targetControlPoint//
* Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
* Description:This parameter specifies the target control point used to drag the feature.
** {{wiki:ProtectedMethod.gif|}} DragFeatureCore(Feature,PointShape,PointShape) **
* //This is the Core method of DragFeature which encapsulates the logic.//
== Remarks ==
* //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 ==
* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]]
* Description:Returns a dragged feature.
== Parameters ==
* //sourceFeature//
* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]]
* Description:This parameter specifies the source feature to be dragged.
* //sourceControlPoint//
* Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
* Description:This parameter specifies the source control point used to drag the feature.
* //targetControlPoint//
* Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
* Description:This parameter specifies the target control point used to drag the feature.
** {{wiki:ProtectedMethod.gif|}} ResizeFeature(Feature,PointShape,PointShape) **
* //This is the method used to Resize a feature.//
== 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.//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]]
* Description:Returns a resized feature.
== Parameters ==
* //sourceFeature//
* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]]
* Description:This parameter specifies the source feature to be resized.
* //sourceControlPoint//
* Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
* Description:This parameter specifies the source control point used to resize the feature.
* //targetControlPoint//
* Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
* Description:This parameter specifies the target control point used to resize the feature.
** {{wiki:ProtectedMethod.gif|}} ResizeFeatureCore(Feature,PointShape,PointShape) **
* //This is the Core method of ResizeFeature which encapsulates the logic.//
== Remarks ==
* //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 ==
* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]]
* Description:Returns a resized feature.
== Parameters ==
* //sourceFeature//
* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]]
* Description:This parameter specifies the source feature to be resized.
* //sourceControlPoint//
* Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
* Description:This parameter specifies the source control point used to resize the feature.
* //targetControlPoint//
* Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
* Description:This parameter specifies the target control point used to resize the feature.
** {{wiki:ProtectedMethod.gif|}} MouseWheelCore(InteractionArguments) **
* //This protected virtual method is the Core method of the MouseWheel API.//
== Remarks ==
* //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 ==
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]]
* Description:Interaction results of this method.
== Parameters ==
* //interactionArguments//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]]
* Description:This parameter represents the interaction auguments for the method.
** {{wiki:ProtectedMethod.gif|}} OnMapMouseDown(MapMouseDownInteractiveOverlayEventArgs) **
* //This event will be fired when MapMouseDown is called.//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]]
* Description:The MapMouseDownInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnMapMouseMove(MapMouseMoveInteractiveOverlayEventArgs) **
* //This event will be fired when MapMouseMove is called.//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]]
* Description:The MapMouseMoveInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnMapMouseUp(MapMouseUpInteractiveOverlayEventArgs) **
* //This event will be fired when MapMouseUp is called.//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]]
* Description:The MapMouseUpInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnMapMouseClick(MapMouseClickInteractiveOverlayEventArgs) **
* //This event will be fired when MapMouseClick is called.//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]]
* Description:The MapMouseClickInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnMapMouseDoubleClick(MapMouseDoubleClickInteractiveOverlayEventArgs) **
* //This event will be fired when MapMouseDoubleClick is called.//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]]
* Description:The MapMouseDoubleClickInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnMapMouseWheel(MapMouseWheelInteractiveOverlayEventArgs) **
* //This event will be fired when MapMouseWheel is called.//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]]
* Description:The MapMouseWheelInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnMapKeyDown(MapKeyDownInteractiveOverlayEventArgs) **
* //This event will be fired when MapKeyDown is called.//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]]
* Description:The MapKeyDownInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnMapKeyUp(MapKeyUpInteractiveOverlayEventArgs) **
* //This event will be fired when MapKeyUp is called.//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]]
* Description:The MapKeyUpInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnDrawing(DrawingOverlayEventArgs) **
* //This event will be fired before Overlay is drawn.//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]
* Description:The OverlayDrawingEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnDrawn(DrawnOverlayEventArgs) **
* //This event will be fired after Overlay is drawn.//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]]
* Description:The OverlayDrawnEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} RefreshCore(GeoCanvas,RectangleShape) **
* //N/A//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
* //canvas//
* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
* Description:N/A
* //extent//
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} DrawPreviewCore(GeoCanvas) **
* //This is the core method of DrawPreview which is intended to be overridden by its concrete sub class.//
== Remarks ==
* //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 ==
* Type:[[ThinkGeo.MapSuite.DesktopEdition.TilesExistingType|TilesExistingType]]
* Description:The tile existing type, which indicates whether any tiles exist.
== Parameters ==
* //canvas//
* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
* Description:This parameter is the canvas object to draw on.
** {{wiki:ProtectedMethod.gif|}} sBM=(GeoCanvas) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //canvas//
* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas) **
* //N/A//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
* //canvas//
* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionOverlayEventArgs) **
* //N/A//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
* //args//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionOverlayEventArgs) **
* //N/A//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
* //args//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} DrawException(GeoCanvas,Exception) **
* //This method will draw on the canvas when an exception occurs during the drawing process.//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
* //canvas//
* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
* Description:This parameter is the canvas object to draw on.
* //e//
* Type:Exception
* Description:This parameter is the exception that is occurring.
** {{wiki:ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,Exception) **
* //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 ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
* //canvas//
* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
* Description:This parameter is the canvas object to draw on.
* //e//
* Type:Exception
* Description:This parameter is the exception that is occurring.
** {{wiki:ProtectedMethod.gif|}} OnRequestedDrawing(RequestedDrawingOverlayEventArgs) **
* //N/A//
== Remarks ==
* //For the most updated Info for this topic, please check it here://
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //eventArgs//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnRequestingDrawing(RequestingDrawingOverlayEventArgs) **
* //N/A//
== Remarks ==
* //For the most updated Info for this topic, please check it here://
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //eventArgs//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} Finalize() **
* //N/A//
== Remarks ==
* //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 ==
* Type:Void
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() **
* //N/A//
== Remarks ==
* //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 ==
* Type:Object
* Description:N/A
== Parameters ==
==== Public Properties ====
** {{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.//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#IsEmpty//
== Return Value ==
* Type:Boolean
** {{wiki:PublicProperty.gif|}} VertexDraggingMode **
* //N/A//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#VertexDraggingMode//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.DesktopEdition.VertexDraggingMode|VertexDraggingMode]]
** {{wiki:PublicProperty.gif|}} EditShapesLayer **
* //This property gets the InMemoryFeatureLayer which holds the edit shapes.//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#EditShapesLayer//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]]
** {{wiki:PublicProperty.gif|}} DragControlPointsLayer **
* //This property gets the InMemoryFeatureLayer, which holds the control points for dragging.//
== Remarks ==
* //Every control point for dragging is not an existing vertex of the edit shapes.//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]]
** {{wiki:PublicProperty.gif|}} RotateControlPointsLayer **
* //This property gets the InMemoryFeatureLayer which holds the control points for rotating.//
== Remarks ==
* //Every control point for rotating is not an existing vertex of the edit shapes.//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]]
** {{wiki:PublicProperty.gif|}} ResizeControlPointsLayer **
* //This property gets the InMemoryFeatureLayer which holds the control points for resizing.//
== Remarks ==
* //Every control point for resizing is not an existing vertex of the edit shapes.//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]]
** {{wiki:PublicProperty.gif|}} ExistingControlPointsLayer **
* //This property gets the InMemoryFeatureLayer which holds the control points that represent the existing vertices of the edit shapes.//
== Remarks ==
* //Every control point in this layer is an existing vertex of the edit shapes.//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]]
** {{wiki:PublicProperty.gif|}} ControlPointType **
* //This property gets or sets the ControlPointType for the control points of the edit shapes.//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#ControlPointType//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.DesktopEdition.ControlPointType|ControlPointType]]
** {{wiki:PublicProperty.gif|}} CanDrag **
* //Gets a value that indicates whether or not the shape can be dragged.//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanDrag//
== Return Value ==
* Type:Boolean
** {{wiki:PublicProperty.gif|}} CanReshape **
* //Gets a value that indicates whether or not the shape can be reshaped.//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanReshape//
== Return Value ==
* Type:Boolean
** {{wiki:PublicProperty.gif|}} CanResize **
* //Gets a value that indicates whether or not the shape can be resized.//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanResize//
== Return Value ==
* Type:Boolean
** {{wiki:PublicProperty.gif|}} CanRotate **
* //Gets a value that indicates whether or not the shape can be rotated.//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanRotate//
== Return Value ==
* Type:Boolean
** {{wiki:PublicProperty.gif|}} CanAddVertex **
* //Gets a value that indicates whether or not the shape can Add new vertex.//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanAddVertex//
== Return Value ==
* Type:Boolean
** {{wiki:PublicProperty.gif|}} CanRemoveVertex **
* //Gets a value that indicates whether or not the shape can remove a existing vertex.//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanRemoveVertex//
== Return Value ==
* Type:Boolean
** {{wiki:PublicProperty.gif|}} Attribution **
* //N/A//
== Remarks ==
* //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 ==
* Type:String
** {{wiki:PublicProperty.gif|}} Lock **
* //This property gets the OverlayLock object.//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#Lock//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.DesktopEdition.OverlayLock|OverlayLock]]
** {{wiki:PublicProperty.gif|}} IsBase **
* //Gets or sets a value that indicates whether the overlay is a base overlay. The default value is false.//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#IsBase//
== Return Value ==
* Type:Boolean
** {{wiki:PublicProperty.gif|}} DrawingExceptionMode **
* //This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing.//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#DrawingExceptionMode//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]
** {{wiki:PublicProperty.gif|}} IsVisible **
* //Gets or sets a value that indicates whether the overlay is visible on the map.//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#IsVisible//
== Return Value ==
* Type:Boolean
** {{wiki:PublicProperty.gif|}} Name **
* //Gets or sets the name of the overlay, which can be used to represent a specific overlay.//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#Name//
== Return Value ==
* Type:String
** {{wiki:PublicProperty.gif|}} TileCache **
* //This property gets or sets the TileCache used for the overlay.//
== Remarks ==
* //The TileCache system is always used for better performance, especially in the case where your application tiles can be pregenerated.//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]
** {{wiki:PublicProperty.gif|}} PreviewTileCache **
* //This property gets or sets the preview tile cache system. In order for this system to work, you must be in multi-threaded mode and have the tile cache set.//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#PreviewTileCache//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]
** {{wiki:PublicProperty.gif|}} DrawingTime **
* //This property gets the last drawing time for the Overlay.//
== Remarks ==
* //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 ==
* Type:TimeSpan
** {{wiki:PublicProperty.gif|}} AutoRefreshInterval **
* //N/A//
== Remarks ==
* //For the most updated Info for this topic, please check it here://
== Return Value ==
* Type:TimeSpan
==== Protected Properties ====
** {{wiki:ProtectedProperty.gif|}} SelectControlPointFeature **
* //This property gets the feature that represents the selected control points of the edit shapes.//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#SelectControlPointFeature//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]]
** {{wiki:ProtectedProperty.gif|}} OriginalEditingFeature **
* //This property gets the feature that represents the original editing feature.//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OriginalEditingFeature//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]]
** {{wiki:ProtectedProperty.gif|}} xRM= **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
** {{wiki:ProtectedProperty.gif|}} rxM= **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]]
==== Public Events ====
** {{wiki:PublicEvent.gif|}} FeatureDragged **
* //This event will be fired after dragging the feature.//
== Remarks ==
* //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]]
** {{wiki:PublicEvent.gif|}} FeatureDragging **
* //This event will be fired before dragging the feature.//
== Remarks ==
* //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]]
** {{wiki:PublicEvent.gif|}} FeatureResized **
* //This event will be fired after resizing the feature.//
== Remarks ==
* //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]]
** {{wiki:PublicEvent.gif|}} FeatureResizing **
* //This event will be fired before resizing the feature.//
== Remarks ==
* //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]]
** {{wiki:PublicEvent.gif|}} FeatureRotated **
* //This event will be fired after rotating the feature.//
== Remarks ==
* //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]]
** {{wiki:PublicEvent.gif|}} FeatureRotating **
* //This event will be fired before rotating the feature.//
== Remarks ==
* //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]]
** {{wiki:PublicEvent.gif|}} VertexAdded **
* //This event will be fired after adding the vertex.//
== Remarks ==
* //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]]
** {{wiki:PublicEvent.gif|}} VertexAdding **
* //This event will be fired before adding the vertex.//
== Remarks ==
* //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]]
** {{wiki:PublicEvent.gif|}} VertexMoved **
* //This event will be fired after moving the vertex.//
== Remarks ==
* //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]]
** {{wiki:PublicEvent.gif|}} VertexMoving **
* //This event will be fired before moving the vertex.//
== Remarks ==
* //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]]
** {{wiki:PublicEvent.gif|}} VertexRemoved **
* //This event will be fired after removing the vertex.//
== Remarks ==
* //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]]
** {{wiki:PublicEvent.gif|}} VertexRemoving **
* //This event will be fired before removing the vertex.//
== Remarks ==
* //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]]
** {{wiki:PublicEvent.gif|}} ControlPointSelected **
* //This event will be fired after selecting the control point.//
== Remarks ==
* //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]]
** {{wiki:PublicEvent.gif|}} ControlPointSelecting **
* //This event will be fired before selecting the control point.//
== Remarks ==
* //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]]
** {{wiki:PublicEvent.gif|}} MapMouseDown **
* //This event will be fired when the Mouse button is pressed (down) on the Map.//
== Remarks ==
* //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]]
** {{wiki:PublicEvent.gif|}} MapMouseMove **
* //This event will be fired when the Mouse is moved on the Map.//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29//
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]]
** {{wiki:PublicEvent.gif|}} MapMouseUp **
* //This event will be fired when the Mouse button is released (up) on the Map.//
== Remarks ==
* //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]]
** {{wiki:PublicEvent.gif|}} MapMouseClick **
* //This event will be fired when the Mouse button is clicked (mouse up and mouse down in the same postion) on the Map.//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29//
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]]
** {{wiki:PublicEvent.gif|}} MapMouseDoubleClick **
* //This event will be fired when the Mouse button is double-clicked on the Map.//
== Remarks ==
* //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]]
** {{wiki:PublicEvent.gif|}} MapMouseWheel **
* //This event will be fired when the Mouse wheel is scrolled while the cursor is over the Map.//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29//
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]]
** {{wiki:PublicEvent.gif|}} MapKeyDown **
* //This event will be fired when the key is pressed down when focusing on the Map.//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29//
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]]
** {{wiki:PublicEvent.gif|}} MapKeyUp **
* //This event will be fired when the key is released up when focusing on the Map.//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29//
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]]
** {{wiki:PublicEvent.gif|}} Drawing **
* //This event will be fired before the Overlay is drawn.//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnDrawing.28DrawingOverlayEventArgs.29//
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]
** {{wiki:PublicEvent.gif|}} Drawn **
* //This event will be fired after the Overlay is drawn.//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnDrawn.28DrawnOverlayEventArgs.29//
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]]
** {{wiki:PublicEvent.gif|}} DrawingAttribution **
* //N/A//
== Remarks ==
* //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]]
** {{wiki:PublicEvent.gif|}} DrawnAttribution **
* //N/A//
== Remarks ==
* //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]]
** {{wiki:PublicEvent.gif|}} RequestedDrawing **
* //N/A//
== Remarks ==
* //For the most updated Info for this topic, please check it here://
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]]
** {{wiki:PublicEvent.gif|}} RequestingDrawing **
* //N/A//
== Remarks ==
* //For the most updated Info for this topic, please check it here://
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]]