ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> This class inherits from the InterativeOverlay abstract class. This specified overlay describes the EditShape interactive process with the MapControl using the Mouse or Keyboard.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay</a>
*System.Object ThinkGeo.MapSuite.DesktopEdition.Overlay *ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Default constructor of the class. If you use this constructor, please set the properties manually or it will use their default values. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | PointShape, Double | This is the method used to add vertex to a feature. | |
![]() | Feature, PointShape, Double | This is the Core method of AddVertex which encapsulates the logic. | |
![]() | This method calculates the Drag control points for all the features in the EditShapesLayer. You can override its logic by rewriting its core method. | ||
![]() | Feature | This is the core API for the CalculateDragControlPoints method. You can override this method if you want to change its logic. | |
![]() | This method calculates the Resize control points for all the features in the EditShapesLayer. You can override its logic by rewriting its core method. | ||
![]() | Feature | This is the core API for the CalculateResizeControlPoints method. You can override this method if you want to change its logic. | |
![]() | This method calculates the Rotate control points for all the features in the EditShapesLayer. You can override its logic by rewriting its core method. | ||
![]() | Feature | This is the core API for the CalculateRotateControlPoints method. You can override this method if you want to change its logic. | |
![]() | This method calculates the Vertex control points for all the features in the EditShapesLayer. You can override its logic by rewriting its core method. | ||
![]() | Feature | This is the core API for the CalculateVertexControlPoints method. You can override this method if you want to change its logic. | |
![]() | This method clears all control points in a corresponding layer. | ||
![]() | Feature, PointShape, PointShape | This is the method used to Drag a feature. | |
![]() | Feature, PointShape, PointShape | This is the Core method of DragFeature which encapsulates the logic. | |
![]() | GeoCanvas | Overlay | |
![]() | GeoCanvas | Overlay(overriden) | This method draws the EditInterativeOverlay. |
![]() | GeoCanvas, Exception | Overlay | This method will draw on the canvas when an exception occurs during the drawing process. |
![]() | GeoCanvas, Exception | Overlay | 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. |
![]() | GeoCanvas | Overlay | This is the core method of DrawPreview which is intended to be overridden by its concrete sub class. |
![]() | PointShape | This method ends the interative editing on the feature in the EditShapesLayer. You can override its logic by rewriting its core method. | |
![]() | PointShape | This is the core method of the EndEditing method. This method end interative editing on the feature in the EditShapesLayer. | |
![]() | Object | ||
![]() | KeyEventInteractionArguments | InteractiveOverlay(overriden) | |
![]() | KeyEventInteractionArguments | InteractiveOverlay(overriden) | |
![]() | Object | ||
![]() | InteractionArguments | InteractiveOverlay(overriden) | This overrides the MouseClick logic in its base class. |
![]() | InteractionArguments | InteractiveOverlay(overriden) | This overrides the MouseDoubleClick logic in its base class InterativeOverlay. |
![]() | InteractionArguments | InteractiveOverlay(overriden) | This overrides the MouseDown logic in its base class InterativeOverlay. |
![]() | InteractionArguments | InteractiveOverlay(overriden) | This overrides the MouseMove logic in its base class InterativeOverlay. |
![]() | InteractionArguments | InteractiveOverlay(overriden) | This overrides the MouseUp logic in its base class InterativeOverlay. |
![]() | InteractionArguments | InteractiveOverlay | This protected virtual method is the Core method of the MouseWheel API. |
![]() | Feature, PointShape, PointShape | This is the method used to move a vertex in a feature. | |
![]() | Feature, PointShape, PointShape | This is the Core method of MoveVertex which encapsulates the logic. | |
![]() | ControlPointSelectedEditInteractiveOverlayEventArgs | This event will be fired after the control point is selected. | |
![]() | ControlPointSelectingEditInteractiveOverlayEventArgs | This event will be fired before the control point is selected. | |
![]() | DrawingOverlayEventArgs | Overlay | This event will be fired before Overlay is drawn. |
![]() | DrawingAttributionOverlayEventArgs | Overlay | |
![]() | DrawnOverlayEventArgs | Overlay | This event will be fired after Overlay is drawn. |
![]() | DrawnAttributionOverlayEventArgs | Overlay | |
![]() | FeatureDraggedEditInteractiveOverlayEventArgs | This event will be fired after dragging the feature. | |
![]() | FeatureDraggingEditInteractiveOverlayEventArgs | This event will be fired before dragging the feature. | |
![]() | FeatureResizedEditInteractiveOverlayEventArgs | This event will be fired after resizing the feature. | |
![]() | FeatureResizingEditInteractiveOverlayEventArgs | This event will be fired before resizing the feature. | |
![]() | FeatureRotatedEditInteractiveOverlayEventArgs | This event will be fired after rotating the feature. | |
![]() | FeatureRotatingEditInteractiveOverlayEventArgs | This event will be fired before rotating the feature. | |
![]() | MapKeyDownInteractiveOverlayEventArgs | InteractiveOverlay | This event will be fired when MapKeyDown is called. |
![]() | MapKeyUpInteractiveOverlayEventArgs | InteractiveOverlay | This event will be fired when MapKeyUp is called. |
![]() | MapMouseClickInteractiveOverlayEventArgs | InteractiveOverlay | This event will be fired when MapMouseClick is called. |
![]() | MapMouseDoubleClickInteractiveOverlayEventArgs | InteractiveOverlay | This event will be fired when MapMouseDoubleClick is called. |
![]() | MapMouseDownInteractiveOverlayEventArgs | InteractiveOverlay | This event will be fired when MapMouseDown is called. |
![]() | MapMouseMoveInteractiveOverlayEventArgs | InteractiveOverlay | This event will be fired when MapMouseMove is called. |
![]() | MapMouseUpInteractiveOverlayEventArgs | InteractiveOverlay | This event will be fired when MapMouseUp is called. |
![]() | MapMouseWheelInteractiveOverlayEventArgs | InteractiveOverlay | This event will be fired when MapMouseWheel is called. |
![]() | RequestedDrawingOverlayEventArgs | Overlay | |
![]() | RequestingDrawingOverlayEventArgs | Overlay | |
![]() | VertexAddedEditInteractiveOverlayEventArgs | This event will be fired after the vertex is added to the edit feature. | |
![]() | VertexAddingEditInteractiveOverlayEventArgs | This event will be fired before the vertex is added to the edit feature. | |
![]() | VertexMovedEditInteractiveOverlayEventArgs | This event will be fired after moving the feature. | |
![]() | VertexMovingEditInteractiveOverlayEventArgs | This event will be fired before moving the feature. | |
![]() | VertexRemovedEditInteractiveOverlayEventArgs | This event will be fired after the vertex is removed from the edit feature. | |
![]() | VertexRemovingEditInteractiveOverlayEventArgs | This event will be fired before the vertex is removed from the edit feature. | |
![]() | GeoCanvas, RectangleShape | Overlay | |
![]() | PointShape, Double | This is the method used to remove a vertex from a feature. | |
![]() | Feature, Vertex, Double | This is the Core method of RemoveVertex which encapsulates the logic. | |
![]() | Feature, PointShape, PointShape | This is the method used to Resize a feature. | |
![]() | Feature, PointShape, PointShape | This is the Core method of ResizeFeature which encapsulates the logic. | |
![]() | Feature, PointShape, PointShape | This is the method used to Rotate a feature. | |
![]() | Feature, PointShape, PointShape | This is the Core method of RotateFeature which encapsulates the logic. | |
![]() | PointShape, Double | This protected method sets the control point. | |
![]() | PointShape, Double | This protected virtual method is the Core method of the SetSelectedControlPoint API. |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | String | Overlay | |
![]() | TimeSpan | Overlay | |
![]() | Boolean | Gets a value that indicates whether or not the shape can Add new vertex. | |
![]() | Boolean | Gets a value that indicates whether or not the shape can be dragged. | |
![]() | Boolean | Gets a value that indicates whether or not the shape can remove a existing vertex. | |
![]() | Boolean | Gets a value that indicates whether or not the shape can be reshaped. | |
![]() | Boolean | Gets a value that indicates whether or not the shape can be resized. | |
![]() | Boolean | Gets a value that indicates whether or not the shape can be rotated. | |
![]() | ControlPointType | This property gets or sets the ControlPointType for the control points of the edit shapes. | |
![]() | InMemoryFeatureLayer | This property gets the InMemoryFeatureLayer, which holds the control points for dragging. | |
![]() | DrawingExceptionMode | Overlay | This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. |
![]() | TimeSpan | Overlay | This property gets the last drawing time for the Overlay. |
![]() | InMemoryFeatureLayer | This property gets the InMemoryFeatureLayer which holds the edit shapes. | |
![]() | InMemoryFeatureLayer | This property gets the InMemoryFeatureLayer which holds the control points that represent the existing vertices of the edit shapes. | |
![]() | Boolean | Overlay | Gets or sets a value that indicates whether the overlay is a base overlay. The default value is false. |
![]() | Boolean | Overlay(overriden) | 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. |
![]() | Boolean | Overlay | Gets or sets a value that indicates whether the overlay is visible on the map. |
![]() | OverlayLock | Overlay | This property gets the OverlayLock object. |
![]() | String | Overlay | Gets or sets the name of the overlay, which can be used to represent a specific overlay. |
![]() | BitmapTileCache | Overlay | 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. |
![]() | InMemoryFeatureLayer | This property gets the InMemoryFeatureLayer which holds the control points for resizing. | |
![]() | InMemoryFeatureLayer | This property gets the InMemoryFeatureLayer which holds the control points for rotating. | |
![]() | BitmapTileCache | Overlay | This property gets or sets the TileCache used for the overlay. |
![]() | VertexDraggingMode |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | Feature | This property gets the feature that represents the original editing feature. | |
![]() | Feature | This property gets the feature that represents the selected control points of the edit shapes. |
Default constructor of the class. If you use this constructor, please set the properties manually or it will use their default values.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#EditInteractiveOverlay.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#EditInteractiveOverlay.28.29</a>
Name | Type | Description |
---|
This method calculates all control points.
First, it will clear all control points. Then it will calculate each control point according to their settings.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This method draws the Overlay.
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 Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | This parameter is the canvas object to draw on. |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
This method will be used to draw preview tiles to the canvas.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#DrawPreview.28GeoCanvas.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#DrawPreview.28GeoCanvas.29</a>
Return Type | Description |
---|---|
TilesExistingType<!– ThinkGeo.MapSuite.DesktopEdition.TilesExistingType –> | The tile existing type, which indicates whether any tiles exist. |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | This parameter is the canvas object to draw on. |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#Equals.28Object.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#Equals.28Object.29</a>
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#GetHashCode.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#GetHashCode.28.29</a>
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#GetType.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#GetType.28.29</a>
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method will simulate the KeyDown interaction.
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 Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | KeyEventInteractionArguments<!– ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments –> | This parameter represents the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This method will simulate the KeyUp interaction.
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 Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | KeyEventInteractionArguments<!– ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments –> | This parameter represents the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This method will simulate the MouseClick interaction.
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 Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> | This parameter represents the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This method will simulate the MouseDoubleClick interaction.
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 Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> | This parameter represents the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This method will simulate the MouseDown interaction.
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 Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> | This parameter represents the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This method will simulate the MouseMove interaction.
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 Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> | This parameter represents the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This method will simulate the MouseUp interaction.
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 Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> | This parameter represents the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This method will simulate the MouseWheel interaction.
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 Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> | This parameter represents the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#Refresh.28GeoCanvas.2C_RectangleShape.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#Refresh.28GeoCanvas.2C_RectangleShape.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | |
extent | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
extentsToRefresh | IEnumerable<RectangleShape><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} –> | |
bufferTime | TimeSpan<!– System.TimeSpan –> | |
bufferTimeType | RequestDrawingBufferTimeType<!– ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
extentsToRefresh | IEnumerable<RectangleShape><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} –> | |
bufferTime | TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
extentToRefresh | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
bufferTime | TimeSpan<!– System.TimeSpan –> | |
bufferTimeType | RequestDrawingBufferTimeType<!– ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
extentToRefresh | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
bufferTime | TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
extentToRefresh | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
bufferTime | TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
extentsToRefresh | IEnumerable<RectangleShape><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
bufferTime | TimeSpan<!– System.TimeSpan –> | |
bufferTimeType | RequestDrawingBufferTimeType<!– ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#ToString.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#ToString.28.29</a>
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
<!– static –>
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#get_InteractiveClickInterval.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#get_InteractiveClickInterval.28.29</a>
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
<!– static –>
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#set_InteractiveClickInterval.28Int32.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#set_InteractiveClickInterval.28Int32.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
value | Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This is the method used to add vertex to a feature.
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 Type | Description |
---|---|
Boolean<!– System.Boolean –> | True if add vertex succeeded, otherwise returns false. |
Name | Type | Description |
---|---|---|
targetPointShape | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter specifies the point shape in which to search for the vertex. |
searchingTolerance | Double<!– System.Double –> | This parameter specifies the search tolerance used when searching for the vertex. |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This is the Core method of AddVertex which encapsulates the logic.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#AddVertexCore.28Feature.2C_PointShape.2C_Double.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#AddVertexCore.28Feature.2C_PointShape.2C_Double.29</a>
Return Type | Description |
---|---|
Feature<!– ThinkGeo.MapSuite.Core.Feature –> | Returns a feature with vertex added. |
Name | Type | Description |
---|---|---|
targetFeature | Feature<!– ThinkGeo.MapSuite.Core.Feature –> | This parameter specifies the target feature that the vertex will be added to. |
targetPointShape | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter specifies the target vertex to be added. |
searchingTolerance | Double<!– System.Double –> | This parameter specifies the search tolerance used when searching for the vertex. |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This method calculates the Drag control points for all the features in the EditShapesLayer. You can override its logic by rewriting its core method.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CalculateDragControlPoints.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CalculateDragControlPoints.28.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This is the core API for the CalculateDragControlPoints method. You can override this method if you want to change its logic.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CalculateDragControlPointsCore.28Feature.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CalculateDragControlPointsCore.28Feature.29</a>
Return Type | Description |
---|---|
IEnumerable<Feature><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Feature} –> | A collection of features representing the Drag control points. |
Name | Type | Description |
---|---|---|
feature | Feature<!– ThinkGeo.MapSuite.Core.Feature –> | The target feature whose control points you want to calculate. |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This method calculates the Resize control points for all the features in the EditShapesLayer. You can override its logic by rewriting its core method.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CalculateResizeControlPoints.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CalculateResizeControlPoints.28.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This is the core API for the CalculateResizeControlPoints method. You can override this method if you want to change its logic.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CalculateResizeControlPointsCore.28Feature.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CalculateResizeControlPointsCore.28Feature.29</a>
Return Type | Description |
---|---|
IEnumerable<Feature><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Feature} –> | A collection of features representing the Resize control points. |
Name | Type | Description |
---|---|---|
feature | Feature<!– ThinkGeo.MapSuite.Core.Feature –> | The target feature whose control points you want to calculate. |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This method calculates the Rotate control points for all the features in the EditShapesLayer. You can override its logic by rewriting its core method.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CalculateRotateControlPoints.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CalculateRotateControlPoints.28.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This is the core API for the CalculateRotateControlPoints method. You can override this method if you want to change its logic.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CalculateRotateControlPointsCore.28Feature.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CalculateRotateControlPointsCore.28Feature.29</a>
Return Type | Description |
---|---|
IEnumerable<Feature><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Feature} –> | A collection of features representing the Rotate control points. |
Name | Type | Description |
---|---|---|
feature | Feature<!– ThinkGeo.MapSuite.Core.Feature –> | The target feature whose control points you want to calculate. |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This method calculates the Vertex control points for all the features in the EditShapesLayer. You can override its logic by rewriting its core method.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CalculateVertexControlPoints.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CalculateVertexControlPoints.28.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This is the core API for the CalculateVertexControlPoints method. You can override this method if you want to change its logic.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CalculateVertexControlPointsCore.28Feature.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CalculateVertexControlPointsCore.28Feature.29</a>
Return Type | Description |
---|---|
IEnumerable<Feature><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Feature} –> | A collection of features representing the Vertex control points. |
Name | Type | Description |
---|---|---|
feature | Feature<!– ThinkGeo.MapSuite.Core.Feature –> | The target feature whose control points you want to calculate. |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This method clears all control points in a corresponding layer.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#ClearAllControlPoints.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#ClearAllControlPoints.28.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This is the method used to Drag a feature.
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 Type | Description |
---|---|
Feature<!– ThinkGeo.MapSuite.Core.Feature –> | Returns a dragged feature. |
Name | Type | Description |
---|---|---|
sourceFeature | Feature<!– ThinkGeo.MapSuite.Core.Feature –> | This parameter specifies the source feature to be dragged. |
sourceControlPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter specifies the source control point used to drag the feature. |
targetControlPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter specifies the target control point used to drag the feature. |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This is the Core method of DragFeature which encapsulates the logic.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#DragFeatureCore.28Feature.2C_PointShape.2C_PointShape.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#DragFeatureCore.28Feature.2C_PointShape.2C_PointShape.29</a>
Return Type | Description |
---|---|
Feature<!– ThinkGeo.MapSuite.Core.Feature –> | Returns a dragged feature. |
Name | Type | Description |
---|---|---|
sourceFeature | Feature<!– ThinkGeo.MapSuite.Core.Feature –> | This parameter specifies the source feature to be dragged. |
sourceControlPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter specifies the source control point used to drag the feature. |
targetControlPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter specifies the target control point used to drag the feature. |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#DrawAttributionCore.28GeoCanvas.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#DrawAttributionCore.28GeoCanvas.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
This method draws the EditInterativeOverlay.
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 Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | This parameter is the canvas object or a GeoImage to draw on. |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay(overriden) –> Go Back
This method will draw on the canvas when an exception occurs during the drawing process.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#DrawException.28GeoCanvas.2C_Exception.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#DrawException.28GeoCanvas.2C_Exception.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | This parameter is the canvas object to draw on. |
e | Exception<!– System.Exception –> | This parameter is the exception that is occurring. |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
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.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#DrawExceptionCore.28GeoCanvas.2C_Exception.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#DrawExceptionCore.28GeoCanvas.2C_Exception.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | This parameter is the canvas object to draw on. |
e | Exception<!– System.Exception –> | This parameter is the exception that is occurring. |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
This is the core method of DrawPreview which is intended to be overridden by its concrete sub class.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#DrawPreviewCore.28GeoCanvas.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#DrawPreviewCore.28GeoCanvas.29</a>
Return Type | Description |
---|---|
TilesExistingType<!– ThinkGeo.MapSuite.DesktopEdition.TilesExistingType –> | The tile existing type, which indicates whether any tiles exist. |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | This parameter is the canvas object to draw on. |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
This method ends the interative editing on the feature in the EditShapesLayer. You can override its logic by rewriting its core method.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#EndEditing.28PointShape.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#EndEditing.28PointShape.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
targetPointShape | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This is the targetPointShape to be used when overriding. |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This is the core method of the EndEditing method. This method end interative editing on the feature in the EditShapesLayer.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#EndEditingCore.28PointShape.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#EndEditingCore.28PointShape.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
targetPointShape | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This is the targetPointShape to be used when overriding. |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#Finalize.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#Finalize.28.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#KeyDownCore.28KeyEventInteractionArguments.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#KeyDownCore.28KeyEventInteractionArguments.29</a>
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveResult –> |
Name | Type | Description |
---|---|---|
interactionArguments | KeyEventInteractionArguments<!– ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments –> |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay(overriden) –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#KeyUpCore.28KeyEventInteractionArguments.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#KeyUpCore.28KeyEventInteractionArguments.29</a>
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveResult –> |
Name | Type | Description |
---|---|---|
interactionArguments | KeyEventInteractionArguments<!– ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments –> |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay(overriden) –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#MemberwiseClone.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#MemberwiseClone.28.29</a>
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This overrides the MouseClick logic in its base class.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#MouseClickCore.28InteractionArguments.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#MouseClickCore.28InteractionArguments.29</a>
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> | This parameter represents the interaction arguments for the method. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay(overriden) –> Go Back
This overrides the MouseDoubleClick logic in its base class InterativeOverlay.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#MouseDoubleClickCore.28InteractionArguments.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#MouseDoubleClickCore.28InteractionArguments.29</a>
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> | This parameter represents the interaction arguments for the method. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay(overriden) –> Go Back
This overrides the MouseDown logic in its base class InterativeOverlay.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#MouseDownCore.28InteractionArguments.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#MouseDownCore.28InteractionArguments.29</a>
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> | This parameter represents the interaction arguments for the method. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay(overriden) –> Go Back
This overrides the MouseMove logic in its base class InterativeOverlay.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#MouseMoveCore.28InteractionArguments.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#MouseMoveCore.28InteractionArguments.29</a>
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> | This parameter represents the interaction arguments for the method. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay(overriden) –> Go Back
This overrides the MouseUp logic in its base class InterativeOverlay.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#MouseUpCore.28InteractionArguments.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#MouseUpCore.28InteractionArguments.29</a>
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> | This parameter represents the interaction arguments for the method. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay(overriden) –> Go Back
This protected virtual method is the Core method of the MouseWheel API.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#MouseWheelCore.28InteractionArguments.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#MouseWheelCore.28InteractionArguments.29</a>
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> | This parameter represents the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This is the method used to move a vertex in a feature.
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 Type | Description |
---|---|
Feature<!– ThinkGeo.MapSuite.Core.Feature –> | Returns a feature with vertex moved. |
Name | Type | Description |
---|---|---|
sourceFeature | Feature<!– ThinkGeo.MapSuite.Core.Feature –> | This parameter specifies the source feature whose vertex will be moved. |
sourceControlPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter specifies the source control point used to move the feature's vertex. |
targetControlPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter specifies the target control point used to move the feature's vertex. |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This is the Core method of MoveVertex which encapsulates the logic.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#MoveVertexCore.28Feature.2C_PointShape.2C_PointShape.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#MoveVertexCore.28Feature.2C_PointShape.2C_PointShape.29</a>
Return Type | Description |
---|---|
Feature<!– ThinkGeo.MapSuite.Core.Feature –> | Returns a feature with vertex moved. |
Name | Type | Description |
---|---|---|
sourceFeature | Feature<!– ThinkGeo.MapSuite.Core.Feature –> | This parameter specifies the source feature whose vertex will be moved. |
sourceControlPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter specifies the source control point used to move the feature's vertex. |
targetControlPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter specifies the target control point used to move the feature's vertex. |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This event will be fired after the control point is selected.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnControlPointSelected.28ControlPointSelectedEditInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnControlPointSelected.28ControlPointSelectedEditInteractiveOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | ControlPointSelectedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.ControlPointSelectedEditInteractiveOverlayEventArgs –> | The ControlPointSelectedEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This event will be fired before the control point is selected.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnControlPointSelecting.28ControlPointSelectingEditInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnControlPointSelecting.28ControlPointSelectingEditInteractiveOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | ControlPointSelectingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.ControlPointSelectingEditInteractiveOverlayEventArgs –> | The ControlPointSelectingEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This event will be fired before Overlay is drawn.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnDrawing.28DrawingOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnDrawing.28DrawingOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | DrawingOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs –> | The OverlayDrawingEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
args | DrawingAttributionOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
This event will be fired after Overlay is drawn.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnDrawn.28DrawnOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnDrawn.28DrawnOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | DrawnOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs –> | The OverlayDrawnEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
args | DrawnAttributionOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
This event will be fired after dragging the feature.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureDragged.28FeatureDraggedEditInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureDragged.28FeatureDraggedEditInteractiveOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | FeatureDraggedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.FeatureDraggedEditInteractiveOverlayEventArgs –> | The FeatureDraggedEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This event will be fired before dragging the feature.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureDragging.28FeatureDraggingEditInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureDragging.28FeatureDraggingEditInteractiveOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | FeatureDraggingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.FeatureDraggingEditInteractiveOverlayEventArgs –> | The FeatureDraggingEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This event will be fired after resizing the feature.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureResized.28FeatureResizedEditInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureResized.28FeatureResizedEditInteractiveOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | FeatureResizedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.FeatureResizedEditInteractiveOverlayEventArgs –> | The FeatureResizedEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This event will be fired before resizing the feature.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureResizing.28FeatureResizingEditInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureResizing.28FeatureResizingEditInteractiveOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | FeatureResizingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.FeatureResizingEditInteractiveOverlayEventArgs –> | The FeatureResizingEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This event will be fired after rotating the feature.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureRotated.28FeatureRotatedEditInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureRotated.28FeatureRotatedEditInteractiveOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | FeatureRotatedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.FeatureRotatedEditInteractiveOverlayEventArgs –> | The FeatureRotatedEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This event will be fired before rotating the feature.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureRotating.28FeatureRotatingEditInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureRotating.28FeatureRotatingEditInteractiveOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | FeatureRotatingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.FeatureRotatingEditInteractiveOverlayEventArgs –> | The FeatureRotatingEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This event will be fired when MapKeyDown is called.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MapKeyDownInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.MapKeyDownInteractiveOverlayEventArgs –> | The MapKeyDownInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This event will be fired when MapKeyUp is called.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MapKeyUpInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.MapKeyUpInteractiveOverlayEventArgs –> | The MapKeyUpInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This event will be fired when MapMouseClick is called.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MapMouseClickInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.MapMouseClickInteractiveOverlayEventArgs –> | The MapMouseClickInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This event will be fired when MapMouseDoubleClick is called.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MapMouseDoubleClickInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs –> | The MapMouseDoubleClickInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This event will be fired when MapMouseDown is called.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MapMouseDownInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.MapMouseDownInteractiveOverlayEventArgs –> | The MapMouseDownInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This event will be fired when MapMouseMove is called.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MapMouseMoveInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.MapMouseMoveInteractiveOverlayEventArgs –> | The MapMouseMoveInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This event will be fired when MapMouseUp is called.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MapMouseUpInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.MapMouseUpInteractiveOverlayEventArgs –> | The MapMouseUpInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This event will be fired when MapMouseWheel is called.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MapMouseWheelInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.MapMouseWheelInteractiveOverlayEventArgs –> | The MapMouseWheelInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
eventArgs | RequestedDrawingOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
eventArgs | RequestingDrawingOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
This event will be fired after the vertex is added to the edit feature.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexAdded.28VertexAddedEditInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexAdded.28VertexAddedEditInteractiveOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | VertexAddedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.VertexAddedEditInteractiveOverlayEventArgs –> | The VertexAddedEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This event will be fired before the vertex is added to the edit feature.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexAdding.28VertexAddingEditInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexAdding.28VertexAddingEditInteractiveOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | VertexAddingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.VertexAddingEditInteractiveOverlayEventArgs –> | The VertexAddingEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This event will be fired after moving the feature.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexMoved.28VertexMovedEditInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexMoved.28VertexMovedEditInteractiveOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | VertexMovedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.VertexMovedEditInteractiveOverlayEventArgs –> | The VertexMovedEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This event will be fired before moving the feature.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexMoving.28VertexMovingEditInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexMoving.28VertexMovingEditInteractiveOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | VertexMovingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.VertexMovingEditInteractiveOverlayEventArgs –> | The VertexMovingEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This event will be fired after the vertex is removed from the edit feature.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexRemoved.28VertexRemovedEditInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexRemoved.28VertexRemovedEditInteractiveOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | VertexRemovedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.VertexRemovedEditInteractiveOverlayEventArgs –> | The VertexRemovedEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This event will be fired before the vertex is removed from the edit feature.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexRemoving.28VertexRemovingEditInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexRemoving.28VertexRemovingEditInteractiveOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | VertexRemovingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs –> | The VertexRemovingEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#RefreshCore.28GeoCanvas.2C_RectangleShape.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#RefreshCore.28GeoCanvas.2C_RectangleShape.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | |
extent | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
This is the method used to remove a vertex from a feature.
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 Type | Description |
---|---|
Boolean<!– System.Boolean –> | True if remove vertex succeeded, otherwise returns false. |
Name | Type | Description |
---|---|---|
targetPointShape | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter specifies the point shape in which to search for the vertex. |
searchingTolerance | Double<!– System.Double –> | This parameter specifies the search tolerance used when searching for the vertex. |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This is the Core method of RemoveVertex which encapsulates the logic.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#RemoveVertexCore.28Feature.2C_Vertex.2C_Double.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#RemoveVertexCore.28Feature.2C_Vertex.2C_Double.29</a>
Return Type | Description |
---|---|
Feature<!– ThinkGeo.MapSuite.Core.Feature –> | Returns a feature with vertex removed. |
Name | Type | Description |
---|---|---|
editShapeFeature | Feature<!– ThinkGeo.MapSuite.Core.Feature –> | This parameter specifies the target feature to remove the vertex from. |
selectedVertex | Vertex<!– ThinkGeo.MapSuite.Core.Vertex –> | This parameter specifies the selected vertex to search for. |
searchingTolerance | Double<!– System.Double –> | This parameter specifies the search tolerance used when searching for the vertex. |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This is the method used to Resize a feature.
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 Type | Description |
---|---|
Feature<!– ThinkGeo.MapSuite.Core.Feature –> | Returns a resized feature. |
Name | Type | Description |
---|---|---|
sourceFeature | Feature<!– ThinkGeo.MapSuite.Core.Feature –> | This parameter specifies the source feature to be resized. |
sourceControlPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter specifies the source control point used to resize the feature. |
targetControlPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter specifies the target control point used to resize the feature. |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This is the Core method of ResizeFeature which encapsulates the logic.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#ResizeFeatureCore.28Feature.2C_PointShape.2C_PointShape.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#ResizeFeatureCore.28Feature.2C_PointShape.2C_PointShape.29</a>
Return Type | Description |
---|---|
Feature<!– ThinkGeo.MapSuite.Core.Feature –> | Returns a resized feature. |
Name | Type | Description |
---|---|---|
sourceFeature | Feature<!– ThinkGeo.MapSuite.Core.Feature –> | This parameter specifies the source feature to be resized. |
sourceControlPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter specifies the source control point used to resize the feature. |
targetControlPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter specifies the target control point used to resize the feature. |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This is the method used to Rotate a feature.
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 Type | Description |
---|---|
Feature<!– ThinkGeo.MapSuite.Core.Feature –> | Returns a rotated feature. |
Name | Type | Description |
---|---|---|
sourceFeature | Feature<!– ThinkGeo.MapSuite.Core.Feature –> | This parameter specifies the source feature to be rotated. |
sourceControlPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter specifies the source control point used to rotate the feature. |
targetControlPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter specifies the target control point used to rotate the feature. |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This is the Core method of RotateFeature which encapsulates the logic.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#RotateFeatureCore.28Feature.2C_PointShape.2C_PointShape.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#RotateFeatureCore.28Feature.2C_PointShape.2C_PointShape.29</a>
Return Type | Description |
---|---|
Feature<!– ThinkGeo.MapSuite.Core.Feature –> | Returns a rotated feature. |
Name | Type | Description |
---|---|---|
sourceFeature | Feature<!– ThinkGeo.MapSuite.Core.Feature –> | This parameter specifies the source feature to be rotated. |
sourceControlPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter specifies the source control point used to rotate the feature. |
targetControlPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter specifies the target control point used to rotate the feature. |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This protected method sets the control point.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#SetSelectedControlPoint.28PointShape.2C_Double.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#SetSelectedControlPoint.28PointShape.2C_Double.29</a>
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> | Returns true if control points are found and set correctly, otherwise returns false. |
Name | Type | Description |
---|---|---|
targetPointShape | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter is the target point shape we will edit. |
searchingTolerance | Double<!– System.Double –> | This parameter is the search tolerance used when searching for the control point. |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This protected virtual method is the Core method of the SetSelectedControlPoint API.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#SetSelectedControlPointCore.28PointShape.2C_Double.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#SetSelectedControlPointCore.28PointShape.2C_Double.29</a>
Return Type | Description |
---|---|
Feature<!– ThinkGeo.MapSuite.Core.Feature –> | A feature that represents the selected control point. |
Name | Type | Description |
---|---|---|
targetPointShape | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter is the target point shape we will edit. |
searchingTolerance | Double<!– System.Double –> | This parameter is the search tolerance to use when searching for the control point. |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#DrawAttributionCore.28GeoCanvas.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#DrawAttributionCore.28GeoCanvas.29</a>
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type |
---|
TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
Gets a value that indicates whether or not the shape can Add new vertex.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanAddVertex” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanAddVertex</a>
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
Gets a value that indicates whether or not the shape can be dragged.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanDrag” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanDrag</a>
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
Gets a value that indicates whether or not the shape can remove a existing vertex.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanRemoveVertex” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanRemoveVertex</a>
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
Gets a value that indicates whether or not the shape can be reshaped.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanReshape” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanReshape</a>
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
Gets a value that indicates whether or not the shape can be resized.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanResize” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanResize</a>
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
Gets a value that indicates whether or not the shape can be rotated.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanRotate” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanRotate</a>
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This property gets or sets the ControlPointType for the control points of the edit shapes.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#ControlPointType” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#ControlPointType</a>
Return Type |
---|
ControlPointType<!– ThinkGeo.MapSuite.DesktopEdition.ControlPointType –> |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This property gets the InMemoryFeatureLayer, which holds the control points for dragging.
Every control point for dragging is not an existing vertex of the edit shapes.
Return Type |
---|
InMemoryFeatureLayer<!– ThinkGeo.MapSuite.Core.InMemoryFeatureLayer –> |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#DrawingExceptionMode” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#DrawingExceptionMode</a>
Return Type |
---|
DrawingExceptionMode<!– ThinkGeo.MapSuite.Core.DrawingExceptionMode –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
This property gets the last drawing time for the Overlay.
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 Type |
---|
TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
This property gets the InMemoryFeatureLayer which holds the edit shapes.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#EditShapesLayer” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#EditShapesLayer</a>
Return Type |
---|
InMemoryFeatureLayer<!– ThinkGeo.MapSuite.Core.InMemoryFeatureLayer –> |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This property gets the InMemoryFeatureLayer which holds the control points that represent the existing vertices of the edit shapes.
Every control point in this layer is an existing vertex of the edit shapes.
Return Type |
---|
InMemoryFeatureLayer<!– ThinkGeo.MapSuite.Core.InMemoryFeatureLayer –> |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
Gets or sets a value that indicates whether the overlay is a base overlay. The default value is false.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#IsBase” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#IsBase</a>
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
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.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#IsEmpty” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#IsEmpty</a>
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay(overriden) –> Go Back
Gets or sets a value that indicates whether the overlay is visible on the map.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#IsVisible” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#IsVisible</a>
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
This property gets the OverlayLock object.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#Lock” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#Lock</a>
Return Type |
---|
OverlayLock<!– ThinkGeo.MapSuite.DesktopEdition.OverlayLock –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
Gets or sets the name of the overlay, which can be used to represent a specific overlay.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#Name” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#Name</a>
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
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.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#PreviewTileCache” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#PreviewTileCache</a>
Return Type |
---|
BitmapTileCache<!– ThinkGeo.MapSuite.Core.BitmapTileCache –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
This property gets the InMemoryFeatureLayer which holds the control points for resizing.
Every control point for resizing is not an existing vertex of the edit shapes.
Return Type |
---|
InMemoryFeatureLayer<!– ThinkGeo.MapSuite.Core.InMemoryFeatureLayer –> |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This property gets the InMemoryFeatureLayer which holds the control points for rotating.
Every control point for rotating is not an existing vertex of the edit shapes.
Return Type |
---|
InMemoryFeatureLayer<!– ThinkGeo.MapSuite.Core.InMemoryFeatureLayer –> |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This property gets or sets the TileCache used for the overlay.
The TileCache system is always used for better performance, especially in the case where your application tiles can be pregenerated.
Return Type |
---|
BitmapTileCache<!– ThinkGeo.MapSuite.Core.BitmapTileCache –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#VertexDraggingMode” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#VertexDraggingMode</a>
Return Type |
---|
VertexDraggingMode<!– ThinkGeo.MapSuite.DesktopEdition.VertexDraggingMode –> |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This property gets the feature that represents the original editing feature.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OriginalEditingFeature” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OriginalEditingFeature</a>
Return Type |
---|
Feature<!– ThinkGeo.MapSuite.Core.Feature –> |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This property gets the feature that represents the selected control points of the edit shapes.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#SelectControlPointFeature” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#SelectControlPointFeature</a>
Return Type |
---|
Feature<!– ThinkGeo.MapSuite.Core.Feature –> |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This event will be fired after selecting the control point.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnControlPointSelected.28ControlPointSelectedEditInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnControlPointSelected.28ControlPointSelectedEditInteractiveOverlayEventArgs.29</a>
Event Arguments |
---|
ControlPointSelectedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.ControlPointSelectedEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This event will be fired before selecting the control point.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnControlPointSelecting.28ControlPointSelectingEditInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnControlPointSelecting.28ControlPointSelectingEditInteractiveOverlayEventArgs.29</a>
Event Arguments |
---|
ControlPointSelectingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.ControlPointSelectingEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This event will be fired before the Overlay is drawn.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnDrawing.28DrawingOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnDrawing.28DrawingOverlayEventArgs.29</a>
Event Arguments |
---|
DrawingOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29</a>
Event Arguments |
---|
DrawingAttributionOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
This event will be fired after the Overlay is drawn.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnDrawn.28DrawnOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnDrawn.28DrawnOverlayEventArgs.29</a>
Event Arguments |
---|
DrawnOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29</a>
Event Arguments |
---|
DrawnAttributionOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
This event will be fired after dragging the feature.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureDragged.28FeatureDraggedEditInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureDragged.28FeatureDraggedEditInteractiveOverlayEventArgs.29</a>
Event Arguments |
---|
FeatureDraggedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.FeatureDraggedEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This event will be fired before dragging the feature.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureDragging.28FeatureDraggingEditInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureDragging.28FeatureDraggingEditInteractiveOverlayEventArgs.29</a>
Event Arguments |
---|
FeatureDraggingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.FeatureDraggingEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This event will be fired after resizing the feature.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureResized.28FeatureResizedEditInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureResized.28FeatureResizedEditInteractiveOverlayEventArgs.29</a>
Event Arguments |
---|
FeatureResizedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.FeatureResizedEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This event will be fired before resizing the feature.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureResizing.28FeatureResizingEditInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureResizing.28FeatureResizingEditInteractiveOverlayEventArgs.29</a>
Event Arguments |
---|
FeatureResizingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.FeatureResizingEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This event will be fired after rotating the feature.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureRotated.28FeatureRotatedEditInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureRotated.28FeatureRotatedEditInteractiveOverlayEventArgs.29</a>
Event Arguments |
---|
FeatureRotatedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.FeatureRotatedEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This event will be fired before rotating the feature.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureRotating.28FeatureRotatingEditInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureRotating.28FeatureRotatingEditInteractiveOverlayEventArgs.29</a>
Event Arguments |
---|
FeatureRotatingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.FeatureRotatingEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This event will be fired when the key is pressed down when focusing on the Map.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29</a>
Event Arguments |
---|
MapKeyDownInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.MapKeyDownInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This event will be fired when the key is released up when focusing on the Map.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29</a>
Event Arguments |
---|
MapKeyUpInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.MapKeyUpInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This event will be fired when the Mouse button is clicked (mouse up and mouse down in the same postion) on the Map.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29</a>
Event Arguments |
---|
MapMouseClickInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.MapMouseClickInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This event will be fired when the Mouse button is double-clicked on the Map.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29</a>
Event Arguments |
---|
MapMouseDoubleClickInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This event will be fired when the Mouse button is pressed (down) on the Map.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29</a>
Event Arguments |
---|
MapMouseDownInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.MapMouseDownInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This event will be fired when the Mouse is moved on the Map.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29</a>
Event Arguments |
---|
MapMouseMoveInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.MapMouseMoveInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This event will be fired when the Mouse button is released (up) on the Map.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29</a>
Event Arguments |
---|
MapMouseUpInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.MapMouseUpInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This event will be fired when the Mouse wheel is scrolled while the cursor is over the Map.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29</a>
Event Arguments |
---|
MapMouseWheelInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.MapMouseWheelInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Event Arguments |
---|
RequestedDrawingOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Event Arguments |
---|
RequestingDrawingOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
This event will be fired after adding the vertex.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexAdded.28VertexAddedEditInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexAdded.28VertexAddedEditInteractiveOverlayEventArgs.29</a>
Event Arguments |
---|
VertexAddedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.VertexAddedEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This event will be fired before adding the vertex.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexAdding.28VertexAddingEditInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexAdding.28VertexAddingEditInteractiveOverlayEventArgs.29</a>
Event Arguments |
---|
VertexAddingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.VertexAddingEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This event will be fired after moving the vertex.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexMoved.28VertexMovedEditInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexMoved.28VertexMovedEditInteractiveOverlayEventArgs.29</a>
Event Arguments |
---|
VertexMovedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.VertexMovedEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This event will be fired before moving the vertex.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexMoving.28VertexMovingEditInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexMoving.28VertexMovingEditInteractiveOverlayEventArgs.29</a>
Event Arguments |
---|
VertexMovingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.VertexMovingEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This event will be fired after removing the vertex.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexRemoved.28VertexRemovedEditInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexRemoved.28VertexRemovedEditInteractiveOverlayEventArgs.29</a>
Event Arguments |
---|
VertexRemovedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.VertexRemovedEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
This event will be fired before removing the vertex.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexRemoving.28VertexRemovingEditInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexRemoving.28VertexRemovingEditInteractiveOverlayEventArgs.29</a>
Event Arguments |
---|
VertexRemovingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay –> Go Back
NOTOC DesktopEdition ThinkGeo.MapSuite.DesktopEdition UpdateDocumentation