User Tools

Site Tools


thinkgeo.mapsuite.wpfdesktopedition.editinteractiveoverlay

ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

This class inherits from InterativeOverlay abstract class. This specified overlay describle the EditShape interative process with MapControl using Mouse or Keyborad.

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.WpfDesktopEdition.Overlay
      • ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay
        • ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay

Members Summary

Public Constructors

EditInteractiveOverlay()

  • Default constructor of the class. If you use thi constructor, please set the properties correctly or it will use their default values.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#EditInteractiveOverlay.28.29
Parameters

Protected Constructors

Public Methods

CalculateAllControlPoints()

  • This method calculates all control points.
Remarks
  • First, it will clear all control points. Then it will calculate each control points according to their settings.
Return Value
  • Type:Void
  • Description:N/A
Parameters

MouseDown(InteractionArguments)

  • This method will simulate the MouseDown interaction.
Remarks
  • This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Value
Parameters
  • interactionArguments

MouseMove(InteractionArguments)

  • This method will simulate the MouseMove interaction.
Remarks
  • This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Value
Parameters
  • interactionArguments

ManipulationStarted(InteractionArguments)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
Parameters

ManipulationDelta(InteractionArguments)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
Parameters

ManipulationCompleted(InteractionArguments)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
Parameters

MouseUp(InteractionArguments)

  • This method will simulate the MouseUp interaction.
Remarks
  • This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Value
Parameters
  • interactionArguments

MouseClick(InteractionArguments)

  • This method will simulate the MouseClick interaction.
Remarks
  • This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Value
Parameters
  • interactionArguments

MouseDoubleClick(InteractionArguments)

  • This method will simulate the MouseDoubleClick interaction.
Remarks
  • This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Value
Parameters
  • interactionArguments

MouseWheel(InteractionArguments)

  • This method will simulate the MouseWheel interaction.
Remarks
  • This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Value
Parameters
  • interactionArguments

MouseLeave(InteractionArguments)

  • Occurs when the mouse leave the map.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#MouseLeave.28InteractionArguments.29
Return Value
Parameters
  • interactionArguments

MouseEnter(InteractionArguments)

  • Occurs when the mouse enter the map.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#MouseEnter.28InteractionArguments.29
Return Value
  • Description:A interactive result for mouse entering the map.
Parameters
  • interactionArguments

KeyUp(KeyEventInteractionArguments)

  • Occurs when key up on the map.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#KeyUp.28KeyEventInteractionArguments.29
Return Value
Parameters

KeyDown(KeyEventInteractionArguments)

  • Occurs when key down on the map.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#KeyDown.28KeyEventInteractionArguments.29
Return Value
Parameters

Refresh(IEnumerable<RectangleShape>)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters

Refresh(TimeSpan)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#Refresh.28TimeSpan.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bufferTime
    • Type:TimeSpan
    • Description:N/A

Refresh(TimeSpan,RequestDrawingBufferTimeType)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bufferTime
    • Type:TimeSpan
    • Description:N/A

Refresh(RectangleShape,TimeSpan)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#Refresh.28RectangleShape.2C_TimeSpan.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bufferTime
    • Type:TimeSpan
    • Description:N/A

Refresh(RectangleShape,TimeSpan,RequestDrawingBufferTimeType)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bufferTime
    • Type:TimeSpan
    • Description:N/A

Refresh(IEnumerable<RectangleShape>,TimeSpan)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bufferTime
    • Type:TimeSpan
    • Description:N/A

Refresh(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bufferTime
    • Type:TimeSpan
    • Description:N/A

Initialize(MapArguments)

  • This method initializes overlay object.
Remarks
  • This is a wrapper method for the virtual method InitializeCore.
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • mapArguments
    • Description:This parameter maintains current map information for calculating mechanism.

Refresh(RectangleShape)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#Refresh.28RectangleShape.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

Refresh()

  • This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles.
Remarks
  • The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not.
Return Value
  • Type:Void
  • Description:N/A
Parameters

Close()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#Close.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

Open()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#Open.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

Draw(RectangleShape)

  • This method draws the overlay with the provided extent in world coordinate.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#Draw.28RectangleShape.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • targetExtent
    • Description:This parameter indicates an extent in world coordinate for drawing the overlay.

Draw(RectangleShape,OverlayRefreshType)

  • This method draws the overlay with the provided extent in world coordinate.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#Draw.28RectangleShape.2C_OverlayRefreshType.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • targetExtent
    • Description:This parameter indicates an extent in world coordinate for drawing the overlay.
  • refreshType
    • Description:This parameter indicates whether the elements of this overlay needs to be refreshed. For example, TileOverlay is formed by tiles. When panning the map around, the existing tile doesn't need to be redraw, the only thing we need to do is modifying the position of these tiles. On another hand, when click to change the style of the overlay, we need to redraw the tile images to change the appearance. So we need refresh mode.

PanTo(RectangleShape)

  • This method pans the overlay to the provided world extent.
Remarks
  • Some overlay doesn't need to continously drawing all the tile. For example, MarkerOverlay is formed by markers. When mouse down to pan, the markers don't need to redraw, we can only change its position. When mouse up to end panning, we can redraw the overlay for better performance.
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • targetExtent
    • Description:This parameter is the target world extent for panning.

GetBoundingBox()

  • This method gets a bounding box of the Overlay.
Remarks
  • This method is the concrete wrapper for the abstract method GetBoundingBoxCore. This method returns the bounding box of the Overlay. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Value
  • Description:A RectangleShape indicating the bounding box of this overlay
Parameters

SaveState()

  • This method saves overlay state to a byte array.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#SaveState.28.29
Return Value
  • Type:Byte[]
  • Description:A byte array indicates current overlay state.
Parameters

LoadState(Byte[])

  • This method restore the overlay state back from the specified state.
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • state
    • Type:Byte[]
    • Description:This parameter indicates the state for restore the overlay.

Dispose()

  • This method dispose unmanaged resource used in this class.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#Dispose.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

ToString()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#ToString.28.29
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#Equals.28Object.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#GetHashCode.28.29
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#GetType.28.29
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

MoveVertexCore(Feature,PointShape,PointShape)

  • This is the Core method of MoveVertex which encapsulate the logic.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#MoveVertexCore.28Feature.2C_PointShape.2C_PointShape.29
Return Value
  • Type:Feature
  • Description:Returns a vertex moved feature.
Parameters
  • sourceFeature
    • Type:Feature
    • Description:This parameter specifies the source feature to be move vertex from.
  • sourceControlPoint
    • Description:This parameter specifes the source control point to move vertex from the feature.
  • targetControlPoint
    • Description:This parameter specifes the target control point to move vertex from the feature.

RemoveVertex(PointShape,Double)

  • This is the method to remove vertex from a feature.
Remarks
  • This method is the concrete wrapper for the abstract method RemoveVertexCore. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Value
  • Type:Boolean
  • Description:True if remove vertex succeed , other wise return false.
Parameters
  • targetPointShape
    • Description:This parameter specifies the point shape to search the vertex.
  • searchingTolerance
    • Type:Double
    • Description:This parameter specifes the searching tolerance to search the vetex.

RemoveVertexCore(Feature,Vertex,Double)

  • This is the Core method of RemoveVertex which encapsulate the logic.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#RemoveVertexCore.28Feature.2C_Vertex.2C_Double.29
Return Value
  • Type:Feature
  • Description:Returns a vertex removed feature.
Parameters
  • editShapeFeature
    • Type:Feature
    • Description:This parameter specifies the target feature to be remove vertex from.
  • selectedVertex
    • Type:Vertex
    • Description:This parameter specifies the selected vertex to search the vertex.
  • searchingTolerance
    • Type:Double
    • Description:This parameter specifes the searching tolerance to search the vetex.

OnFeatureDragging(FeatureDraggingEditInteractiveOverlayEventArgs)

  • This event will be fired before dragging the feature.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnFeatureDragging.28FeatureDraggingEditInteractiveOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnFeatureDragged(FeatureDraggedEditInteractiveOverlayEventArgs)

  • This event will be fired after dragging the feature.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnFeatureDragged.28FeatureDraggedEditInteractiveOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnFeatureResizing(FeatureResizingEditInteractiveOverlayEventArgs)

  • This event will be fired before resizing the feature.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnFeatureResizing.28FeatureResizingEditInteractiveOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnFeatureResized(FeatureResizedEditInteractiveOverlayEventArgs)

  • This event will be fired after resizing the feature.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnFeatureResized.28FeatureResizedEditInteractiveOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnFeatureRotating(FeatureRotatingEditInteractiveOverlayEventArgs)

  • This event will be fired before rotating the feature.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnFeatureRotating.28FeatureRotatingEditInteractiveOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnFeatureRotated(FeatureRotatedEditInteractiveOverlayEventArgs)

  • This event will be fired after rotating the feature.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnFeatureRotated.28FeatureRotatedEditInteractiveOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnControlPointSelecting(ControlPointSelectingEditInteractiveOverlayEventArgs)

  • This event will be fired before control point selected.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnControlPointSelecting.28ControlPointSelectingEditInteractiveOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnControlPointSelected(ControlPointSelectedEditInteractiveOverlayEventArgs)

  • This event will be fired after control point selected.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnControlPointSelected.28ControlPointSelectedEditInteractiveOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnVertexAdding(VertexAddingEditInteractiveOverlayEventArgs)

  • This event will be fired before vertex added to the edit feature.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnVertexAdding.28VertexAddingEditInteractiveOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnVertexAdded(VertexAddedEditInteractiveOverlayEventArgs)

  • This event will be fired after vertex added to the edit feature.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnVertexAdded.28VertexAddedEditInteractiveOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnVertexMoving(VertexMovingEditInteractiveOverlayEventArgs)

  • This event will be fired before moving the feature.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnVertexMoving.28VertexMovingEditInteractiveOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnVertexMoved(VertexMovedEditInteractiveOverlayEventArgs)

  • This event will be fired after moving the feature.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnVertexMoved.28VertexMovedEditInteractiveOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnVertexRemoving(VertexRemovingEditInteractiveOverlayEventArgs)

  • This event will be fired before vertex removed from the edit feature.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnVertexRemoving.28VertexRemovingEditInteractiveOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnVertexRemoved(VertexRemovedEditInteractiveOverlayEventArgs)

  • This event will be fired after vertex removed from the edit feature.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnVertexRemoved.28VertexRemovedEditInteractiveOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

SaveStateCore()

  • This method saves overlay state to a byte array.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#SaveStateCore.28.29
Return Value
  • Type:Byte[]
  • Description:A byte array indicates current overlay state.
Parameters

LoadStateCore(Byte[])

  • This method restore the overlay state back from the specified state.
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • state
    • Type:Byte[]
    • Description:This parameter indicates the state for restore the overlay.

OnFeatureEditing(FeatureEditingEditInteractiveOverlayEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnFeatureEditing.28FeatureEditingEditInteractiveOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnFeatureEdited(FeatureEditedEditInteractiveOverlayEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnFeatureEdited.28FeatureEditedEditInteractiveOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

DrawCore(RectangleShape,OverlayRefreshType)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#DrawCore.28RectangleShape.2C_OverlayRefreshType.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

DrawTileCore(GeoCanvas)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#DrawTileCore.28GeoCanvas.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

SetSelectedControlPoint(PointShape,Double)

  • This protected method is to set the control point.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#SetSelectedControlPoint.28PointShape.2C_Double.29
Return Value
  • Type:Boolean
  • Description:Returns true if control point are found and set correct, other wise, returns false.
Parameters
  • targetPointShape
    • Description:This parameter is target point shape we determine to edit.
  • searchingTolerance
    • Type:Double
    • Description:This parameter is the searchinig tolerance to seach the control point.

SetSelectedControlPointCore(PointShape,Double)

  • This protected virtual method is the Core method of SetSelectedControlPoint API.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#SetSelectedControlPointCore.28PointShape.2C_Double.29
Return Value
  • Type:Feature
  • Description:A feature stands for the selected control point.
Parameters
  • targetPointShape
    • Description:This parameter is target point shape we determine to edit.
  • searchingTolerance
    • Type:Double
    • Description:This parameter is the searchinig tolerance to seach the control point.

EndEditing(PointShape)

  • This method End the editing for the interative editing on the feature in the EditShapesLayer. You can override its logic by rewrite its core method.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#EndEditing.28PointShape.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • targetPointShape
    • Description:This is the targetPointShape possible be used when overriding.

EndEditingCore(PointShape)

  • This is the core method of EndEditing method. This method End the editing for the interative editing on the feature in the EditShapesLayer.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#EndEditingCore.28PointShape.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • targetPointShape
    • Description:This is the targetPointShape possible be used when overriding.

ClearAllControlPoints()

  • This method clears all control points in corresponding layer.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#ClearAllControlPoints.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

CalculateDragControlPoints()

  • This method caculates the Drag control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#CalculateDragControlPoints.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

CalculateDragControlPointsCore(Feature)

  • This is the core API for the CalculateDragControlPoints, you can override this method if you want to change its logic.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#CalculateDragControlPointsCore.28Feature.29
Return Value
  • Type:IEnumerable<Feature>
  • Description:A collection of features stands for the Drag control points.
Parameters
  • feature
    • Type:Feature
    • Description:The target feature to caculate the control point.

CalculateRotateControlPoints()

  • This method caculates the Rotate control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#CalculateRotateControlPoints.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

CalculateRotateControlPointsCore(Feature)

  • This is the core API for the CalculateRotateControlPoints, you can override this method if you want to change its logic.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#CalculateRotateControlPointsCore.28Feature.29
Return Value
  • Type:IEnumerable<Feature>
  • Description:A collection of features stands for the Rotate control points.
Parameters
  • feature
    • Type:Feature
    • Description:The target feature to caculate the control point.

CalculateResizeControlPoints()

  • This method caculates the Resize control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#CalculateResizeControlPoints.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

CalculateResizeControlPointsCore(Feature)

  • This is the core API for the CalculateResizeControlPoints, you can override this method if you want to change its logic.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#CalculateResizeControlPointsCore.28Feature.29
Return Value
  • Type:IEnumerable<Feature>
  • Description:A collection of features stands for the Resize control points.
Parameters
  • feature
    • Type:Feature
    • Description:The target feature to caculate the control point.

CalculateVertexControlPoints()

  • This method caculates the vertex control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#CalculateVertexControlPoints.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

CalculateVertexControlPointsCore(Feature)

  • This is the core API for the CalculateVertexControlPoints, you can override this method if you want to change its logic.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#CalculateVertexControlPointsCore.28Feature.29
Return Value
  • Type:IEnumerable<Feature>
  • Description:A collection of features stands for the Vertex control points.
Parameters
  • feature
    • Type:Feature
    • Description:The target feature to caculate the control point.

MouseDownCore(InteractionArguments)

  • This overrides the MouseDown logic in its base class InterativeOverlay.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#MouseDownCore.28InteractionArguments.29
Return Value
Parameters
  • interactionArguments

MouseMoveCore(InteractionArguments)

  • This overrides the MouseMove logic in its base class InterativeOverlay.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#MouseMoveCore.28InteractionArguments.29
Return Value
Parameters
  • interactionArguments

MouseUpCore(InteractionArguments)

  • This overrides the MouseUp logic in its base class InterativeOverlay.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#MouseUpCore.28InteractionArguments.29
Return Value
Parameters
  • interactionArguments

ManipulationStartedCore(InteractionArguments)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
Parameters

ManipulationDeltaCore(InteractionArguments)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
Parameters

ManipulationCompletedCore(InteractionArguments)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
Parameters

MouseClickCore(InteractionArguments)

  • This overrides the MouseClick logic in its base class.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#MouseClickCore.28InteractionArguments.29
Return Value
Parameters
  • interactionArguments

MouseDoubleClickCore(InteractionArguments)

  • This overrides the MouseDoubleClick logic in its base class InterativeOverlay.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#MouseDoubleClickCore.28InteractionArguments.29
Return Value
Parameters
  • interactionArguments

DragFeature(Feature,PointShape,PointShape)

  • This is the method to Drag a feature.
Remarks
  • This method is the concrete wrapper for the abstract method DragFeatureCore. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Value
  • Type:Feature
  • Description:Returns a dragged feature.
Parameters
  • sourceFeature
    • Type:Feature
    • Description:This parameter specifies the source feature to be dragged.
  • sourceControlPoint
    • Description:This parameter specifes the source control point to drag the feature.
  • targetControlPoint
    • Description:This parameter specifes the target control point to drag the feature.

DragFeatureCore(Feature,PointShape,PointShape)

  • This is the Core method of DragFeature which encapsulate the logic.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#DragFeatureCore.28Feature.2C_PointShape.2C_PointShape.29
Return Value
  • Type:Feature
  • Description:Returns a dragged feature.
Parameters
  • sourceFeature
    • Type:Feature
    • Description:This parameter specifies the source feature to be dragged.
  • sourceControlPoint
    • Description:This parameter specifes the source control point to drag the feature.
  • targetControlPoint
    • Description:This parameter specifes the target control point to drag the feature.

ResizeFeature(Feature,PointShape,PointShape)

  • This is the method to Resize a feature.
Remarks
  • This method is the concrete wrapper for the abstract method ResizeFeatureCore. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Value
  • Type:Feature
  • Description:Returns a resized feature.
Parameters
  • sourceFeature
    • Type:Feature
    • Description:This parameter specifies the source feature to be resized.
  • sourceControlPoint
    • Description:This parameter specifes the source control point to resize the feature.
  • targetControlPoint
    • Description:This parameter specifes the target control point to resize the feature.

ResizeFeatureCore(Feature,PointShape,PointShape)

  • This is the Core method of ResizeFeature which encapsulate the logic.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#ResizeFeatureCore.28Feature.2C_PointShape.2C_PointShape.29
Return Value
  • Type:Feature
  • Description:Returns a resized feature.
Parameters
  • sourceFeature
    • Type:Feature
    • Description:This parameter specifies the source feature to be resized.
  • sourceControlPoint
    • Description:This parameter specifes the source control point to resize the feature.
  • targetControlPoint
    • Description:This parameter specifes the target control point to resize the feature.

RotateFeature(Feature,PointShape,PointShape)

  • This is the method to Rotate a feature.
Remarks
  • This method is the concrete wrapper for the abstract method RotateFeatureCore. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Value
  • Type:Feature
  • Description:Returns a rotated feature.
Parameters
  • sourceFeature
    • Type:Feature
    • Description:This parameter specifies the source feature to be rotated.
  • sourceControlPoint
    • Description:This parameter specifes the source control point to rotate the feature.
  • targetControlPoint
    • Description:This parameter specifes the target control point to rotate the feature.

RotateFeatureCore(Feature,PointShape,PointShape)

  • This is the Core method of RotateFeature which encapsulate the logic.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#RotateFeatureCore.28Feature.2C_PointShape.2C_PointShape.29
Return Value
  • Type:Feature
  • Description:Returns a resized feature.
Parameters
  • sourceFeature
    • Type:Feature
    • Description:This parameter specifies the source feature to be rotated.
  • sourceControlPoint
    • Description:This parameter specifes the source control point to rotate the feature.
  • targetControlPoint
    • Description:This parameter specifes the target control point to rotate the feature.

AddVertex(PointShape,Double)

  • This is the method to add vertex from a feature.
Remarks
  • This method is the concrete wrapper for the abstract method AddVertexCore. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Value
  • Type:Boolean
  • Description:True if add vertex succeed , other wise return false.
Parameters
  • targetPointShape
    • Description:This parameter specifies the point shape to search the vertex.
  • searchingTolerance
    • Type:Double
    • Description:This parameter specifes the searching tolerance to search the vetex.

AddVertexCore(Feature,PointShape,Double)

  • This is the Core method of AddVertex which encapsulate the logic.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#AddVertexCore.28Feature.2C_PointShape.2C_Double.29
Return Value
  • Type:Feature
  • Description:Returns a vertex added feature.
Parameters
  • targetFeature
    • Type:Feature
    • Description:This parameter specifies the target feature to be add vertex from.
  • targetPointShape
    • Description:This parameter specifies the target vertex to be added.
  • searchingTolerance
    • Type:Double
    • Description:This parameter specifes the searching tolerance to search the vetex.

MoveVertex(Feature,PointShape,PointShape)

  • This is the method to move vertex from a feature.
Remarks
  • This method is the concrete wrapper for the abstract method MoveVertexCore. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Value
  • Type:Feature
  • Description:Returns a rotated feature.
Parameters
  • sourceFeature
    • Type:Feature
    • Description:This parameter specifies the source feature to be move vertex from.
  • sourceControlPoint
    • Description:This parameter specifes the source control point to move vertex from the feature.
  • targetControlPoint
    • Description:This parameter specifes the target control point to move vertex from the feature.

MouseWheelCore(InteractionArguments)

  • This protected virtual method is the Core method of MouseWheel API.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#MouseWheelCore.28InteractionArguments.29
Return Value
Parameters
  • interactionArguments

MouseLeaveCore(InteractionArguments)

  • Occurs when the mouse leave the map.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#MouseLeaveCore.28InteractionArguments.29
Return Value
Parameters
  • interactionArguments

MouseEnterCore(InteractionArguments)

  • Occurs when the mouse enter the map.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#MouseEnterCore.28InteractionArguments.29
Return Value
  • Description:A interactive result for mouse entering the map.
Parameters
  • interactionArguments

KeyUpCore(KeyEventInteractionArguments)

  • Occurs when key up on the map.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#KeyUpCore.28KeyEventInteractionArguments.29
Return Value
Parameters

KeyDownCore(KeyEventInteractionArguments)

  • Occurs when key down on the map.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#KeyDownCore.28KeyEventInteractionArguments.29
Return Value
Parameters

OnMapMouseDown(MapMouseDownInteractiveOverlayEventArgs)

  • This event will be fired when MapMouseDown is called.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnMapMouseMove(MapMouseMoveInteractiveOverlayEventArgs)

  • This event will be fired when MapMouseMove is called.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnMapMouseUp(MapMouseUpInteractiveOverlayEventArgs)

  • This event will be fired when MapMouseUp is called.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnMapMouseClick(MapMouseClickInteractiveOverlayEventArgs)

  • This event will be fired when MapMouseClick is called.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnMapMouseDoubleClick(MapMouseDoubleClickInteractiveOverlayEventArgs)

  • This event will be fired when MapMouseDoubleClick is called.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnMapMouseWheel(MapMouseWheelInteractiveOverlayEventArgs)

  • This event will be fired when MapMouseWheel is called.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnMapMouseLeave(MapMouseLeaveInteractiveOverlayEventArgs)

  • Occurs when mouse leave from the map object.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnMapMouseLeave.28MapMouseLeaveInteractiveOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnMapMouseEnter(MapMouseEnterInteractiveOverlayEventArgs)

  • Occurs when mouse enter on the map object.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnMapMouseEnter.28MapMouseEnterInteractiveOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnMapKeyUp(MapKeyUpInteractiveOverlayEventArgs)

  • Occurs when key up on the map object.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnMapKeyDown(MapKeyDownInteractiveOverlayEventArgs)

  • Occurs when key down on the map object.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

LhQ=(LayerTile)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

IhQ=(RectangleShape,Double)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • resolution
    • Type:Double
    • Description:N/A

InitializeCore(MapArguments)

  • This method initializes overlay object.
Remarks
  • When implementing this method, consider initializing the overlay canvas such as setting its z-index, setting current map reference to the CurrentMap property.
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • mapArguments
    • Description:This parameter maintains current map information for calculating mechanism.

RefreshCore(RectangleShape)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#RefreshCore.28RectangleShape.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

RefreshCore()

  • This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles.
Remarks
  • The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not.
Return Value
  • Type:Void
  • Description:N/A
Parameters

CloseCore()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#CloseCore.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OpenCore()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OpenCore.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

4hM=(GeoCanvas)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

DrawAttributionCore(GeoCanvas)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#DrawAttributionCore.28GeoCanvas.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnDrawingAttribution(DrawingAttributionOverlayEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnDrawnAttribution(DrawnAttributionOverlayEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

PanToCore(RectangleShape)

  • This method pans the overlay to the provided world extent.
Remarks
  • Some overlay doesn't need to continously drawing all the tile. For example, MarkerOverlay is formed by markers. When mouse down to pan, the markers don't need to redraw, we can only change its position. When mouse up to end panning, we can redraw the overlay for better performance.
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • targetExtent
    • Description:This parameter is the target world extent for panning.

OnDrawing(DrawingOverlayEventArgs)

  • This method raises before the overlay is drawing.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnDrawing.28DrawingOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnDrawn(DrawnOverlayEventArgs)

  • This method raises after the overlay is drawn.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnDrawn.28DrawnOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

GetBoundingBoxCore()

  • This method returns the bounding box of the Overlay.
Remarks
  • This method returns the bounding box of the Overlay.
Return Value
  • Description:This method returns the bounding box of the Overlay.
Parameters

Finalize()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#Finalize.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

Dispose(Boolean)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#Dispose.28Boolean.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • disposing
    • Type:Boolean
    • Description:N/A

OnRefreshing(OverlayRefreshType)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#MemberwiseClone.28.29
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

PolygonTrackMode

N/A

Remarks
Return Value

EditShapesLayer

This property gets the InMemoryFeatureLayer which holds the edit shapes.

Remarks
Return Value

EditsInProcessLayer

N/A

Remarks
Return Value

DragControlPointsLayer

This property gets the InMemoryFeatureLayer which holds the control points for drag.

Remarks

Every control points for drag are not the existing vertex of the edit shapes.

Return Value

RotateControlPointsLayer

This property gets the InMemoryFeatureLayer which holds the control points for rotate.

Remarks

Every control points for rotate are not the existing vertex of the edit shapes.

Return Value

ResizeControlPointsLayer

This property gets the InMemoryFeatureLayer which holds the control points for resize.

Remarks

Every control points for resize are not the existing vertex of the edit shapes.

Return Value

ExistingControlPointsLayer

This property gets the InMemoryFeatureLayer which holds the control points which represents the existing vertices of the edit shapes.

Remarks

Every control points in this layer are the existing vertices of the edit shapes.

Return Value

CanDrag

Gets a value which indicates whether the shape can be dragged.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#CanDrag

Return Value
  • Type:Boolean

CanReshape

Gets a value which indicates whether the shape can be reshaped.

Remarks
Return Value
  • Type:Boolean

CanResize

Gets a value which indicates whether the shape can be resized.

Remarks
Return Value
  • Type:Boolean

CanRotate

Gets a value which indicates whether the shape can be rotated.

Remarks
Return Value
  • Type:Boolean

CanAddVertex

Gets a value which indicates whether the shape can Add new vertex.

Remarks
Return Value
  • Type:Boolean

CanRemoveVertex

Gets a value which indicates whether the shape can remove a existing vertex.

Remarks
Return Value
  • Type:Boolean

IsEmpty

This property indicates whether this overlay is empty or not.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#IsEmpty

Return Value
  • Type:Boolean

DrawingMarginPercentage

N/A

Remarks

For the most updated Info for this topic, please check it here:

Return Value
  • Type:Double

RenderMode

This property gets and sets the render mode for drawing this overlay.

Remarks

Set GdiPlus to render map image with Gdi+. We recommend use this value with large data. Set DrawingVisual to render map image with DrawingVisual feature in WPF. Use it when the spatial data is small to get better responding.

Return Value

AutoRefreshInterval

N/A

Remarks
Return Value
  • Type:TimeSpan

Name

Gets or sets the name of this overaly.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#Name

Return Value
  • Type:String

MapArguments

Gets or sets current map information which will be used for calculating mechanism.

Remarks
Return Value

OverlayCanvas

Gets or sets the actual canvas which maintains all the visual elements on the overlay.

Remarks
Return Value
  • Type:Canvas

IsBase

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#IsBase

Return Value
  • Type:Boolean

CanRefreshRegion

N/A

Remarks
Return Value
  • Type:Boolean

DrawingExceptionMode

This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing.

Remarks
Return Value

IsVisible

Gets or sets if this overlay is visible.

Remarks
Return Value
  • Type:Boolean

Attribution

N/A

Remarks
Return Value
  • Type:String

Protected Properties

ControlPointType

Gets or sets the ControlPointType for the control points of the edit shapes.

Remarks
Return Value

SelectControlPointFeature

This property gets the feature represents the select control points of the edit shapes.

Remarks
Return Value

OriginalEditingFeature

This property gets the feature represents the original editing feature.

Remarks
Return Value

PreviousExtent

Gets or sets the previous exent of the overlay.

Remarks
Return Value

3BM=

N/A

Remarks

N/A

Return Value
  • Type:Double

IsOverlayInitialized

Gets or sets if the overlay canvas is initialized.

Remarks
Return Value
  • Type:Boolean

Public Events

FeatureDragged This event will be fired after drag the feature.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnFeatureDragged.28FeatureDraggedEditInteractiveOverlayEventArgs.29

Event Arguments:FeatureDraggedEditInteractiveOverlayEventArgs

FeatureDragging This event will be fired before drag the feature.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnFeatureDragging.28FeatureDraggingEditInteractiveOverlayEventArgs.29

Event Arguments:FeatureDraggingEditInteractiveOverlayEventArgs

FeatureResized This event will be fired after resize the feature.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnFeatureResized.28FeatureResizedEditInteractiveOverlayEventArgs.29

Event Arguments:FeatureResizedEditInteractiveOverlayEventArgs

FeatureResizing This event will be fired before resize the feature.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnFeatureResizing.28FeatureResizingEditInteractiveOverlayEventArgs.29

Event Arguments:FeatureResizingEditInteractiveOverlayEventArgs

FeatureRotated This event will be fired after rotate the feature.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnFeatureRotated.28FeatureRotatedEditInteractiveOverlayEventArgs.29

Event Arguments:FeatureRotatedEditInteractiveOverlayEventArgs

FeatureRotating This event will be fired before rotate the feature.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnFeatureRotating.28FeatureRotatingEditInteractiveOverlayEventArgs.29

Event Arguments:FeatureRotatingEditInteractiveOverlayEventArgs

VertexAdded This event will be fired after add the vertex.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnVertexAdded.28VertexAddedEditInteractiveOverlayEventArgs.29

Event Arguments:VertexAddedEditInteractiveOverlayEventArgs

VertexAdding This event will be fired before add the vertex.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnVertexAdding.28VertexAddingEditInteractiveOverlayEventArgs.29

Event Arguments:VertexAddingEditInteractiveOverlayEventArgs

VertexMoved This event will be fired after move the vertex.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnVertexMoved.28VertexMovedEditInteractiveOverlayEventArgs.29

Event Arguments:VertexMovedEditInteractiveOverlayEventArgs

VertexMoving This event will be fired before move the vertex.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnVertexMoving.28VertexMovingEditInteractiveOverlayEventArgs.29

Event Arguments:VertexMovingEditInteractiveOverlayEventArgs

VertexRemoved This event will be fired after remove the vertex.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnVertexRemoved.28VertexRemovedEditInteractiveOverlayEventArgs.29

Event Arguments:VertexRemovedEditInteractiveOverlayEventArgs

VertexRemoving This event will be fired before remove the vertex.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnVertexRemoving.28VertexRemovingEditInteractiveOverlayEventArgs.29

Event Arguments:VertexRemovingEditInteractiveOverlayEventArgs

ControlPointSelected This event will be fired after select the control point.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnControlPointSelected.28ControlPointSelectedEditInteractiveOverlayEventArgs.29

Event Arguments:ControlPointSelectedEditInteractiveOverlayEventArgs

ControlPointSelecting This event will be fired before select the control point.

Remarks
Remarks
Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnFeatureEdited.28FeatureEditedEditInteractiveOverlayEventArgs.29

Event Arguments:FeatureEditedEditInteractiveOverlayEventArgs

MapMouseDown This event will be fired when Mouse pressed Down on the Map.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29

Event Arguments:MapMouseDownInteractiveOverlayEventArgs

MapMouseMove This event will be fired when Mouse moved on the Map.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29

Event Arguments:MapMouseMoveInteractiveOverlayEventArgs

MapMouseUp This event will be fired when Mouse released up on the Map.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29

Event Arguments:MapMouseUpInteractiveOverlayEventArgs

MapMouseClick This event will be fired when Mouse clicked(mouse up and mouse down in the same postion) on the Map.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29

Event Arguments:MapMouseClickInteractiveOverlayEventArgs

MapMouseDoubleClick This event will be fired when Mouse double clicked on the Map.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29

Event Arguments:MapMouseDoubleClickInteractiveOverlayEventArgs

MapMouseWheel This event will be fired when Mouse wheel on the Map.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29

Event Arguments:MapMouseWheelInteractiveOverlayEventArgs

MapMouseLeave Occurs when mouse leave the map canvas.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnMapMouseLeave.28MapMouseLeaveInteractiveOverlayEventArgs.29

Event Arguments:MapMouseLeaveInteractiveOverlayEventArgs

MapMouseEnter Occurs when mouse enter the map canvas.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnMapMouseEnter.28MapMouseEnterInteractiveOverlayEventArgs.29

Event Arguments:MapMouseEnterInteractiveOverlayEventArgs

MapKeyDown Occurs when key down on the map canvas.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29

Event Arguments:MapKeyDownInteractiveOverlayEventArgs

MapKeyUp Occurs when key up on the map canvas.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29

Event Arguments:MapKeyUpInteractiveOverlayEventArgs

Drawing This event raises before the overlay is drawing.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnDrawing.28DrawingOverlayEventArgs.29

Event Arguments:DrawingOverlayEventArgs

Drawn This event raises after the overlay is drawn.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnDrawn.28DrawnOverlayEventArgs.29

Event Arguments:DrawnOverlayEventArgs

DrawingAttribution N/A

Remarks
Remarks
thinkgeo.mapsuite.wpfdesktopedition.editinteractiveoverlay.txt · Last modified: 2017/03/16 21:59 (external edit)