User Tools

Site Tools


api:thinkgeo.mapsuite.wpf.editinteractiveoverlay

ThinkGeo.MapSuite.Wpf.EditInteractiveOverlay

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.Wpf.Overlay
      • ThinkGeo.MapSuite.Wpf.InteractiveOverlay
        • ThinkGeo.MapSuite.Wpf.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
  • N/A
Parameters

Protected Constructors

Public Methods

CalculateAllControlPoints()

  • N/A
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)

  • N/A
Remarks
  • N/A
Return Value
Parameters

MouseMove(InteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters

ManipulationStarted(InteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters

ManipulationDelta(InteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters

ManipulationCompleted(InteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters

MouseUp(InteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters

MouseClick(InteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters

MouseDoubleClick(InteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters

MouseWheel(InteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters

MouseLeave(InteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters

MouseEnter(InteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters

KeyUp(KeyEventInteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters

KeyDown(KeyEventInteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters

Refresh(IEnumerable<RectangleShape>)

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

Refresh(TimeSpan)

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

Refresh(TimeSpan,RequestDrawingBufferTimeType)

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

Refresh(RectangleShape,TimeSpan)

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

Refresh(RectangleShape,TimeSpan,RequestDrawingBufferTimeType)

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

Refresh(IEnumerable<RectangleShape>,TimeSpan)

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

Refresh(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType)

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

Initialize(MapArguments)

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

Refresh(RectangleShape)

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

Refresh()

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

Close()

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

Open()

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

Draw(RectangleShape)

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

Draw(RectangleShape,OverlayRefreshType)

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

PanTo(RectangleShape)

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

GetBoundingBox()

  • N/A
Remarks
  • N/A
Return Value
Parameters

SaveState()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Byte[]
  • Description:N/A
Parameters

LoadState(Byte[])

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • state
    • Type:Byte[]
    • Description:N/A

Dispose()

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

ToString()

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

Equals(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

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

GetType()

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

Protected Methods

AddVertexCore(Feature,PointShape,Double)

  • N/A
Remarks
  • N/A
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)

  • N/A
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.

MoveVertexCore(Feature,PointShape,PointShape)

  • N/A
Remarks
  • N/A
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)

  • N/A
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)

  • N/A
Remarks
  • N/A
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)

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

OnFeatureDragged(FeatureDraggedEditInteractiveOverlayEventArgs)

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

OnFeatureResizing(FeatureResizingEditInteractiveOverlayEventArgs)

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

OnFeatureResized(FeatureResizedEditInteractiveOverlayEventArgs)

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

OnFeatureRotating(FeatureRotatingEditInteractiveOverlayEventArgs)

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

OnFeatureRotated(FeatureRotatedEditInteractiveOverlayEventArgs)

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

OnControlPointSelecting(ControlPointSelectingEditInteractiveOverlayEventArgs)

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

OnControlPointSelected(ControlPointSelectedEditInteractiveOverlayEventArgs)

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

OnVertexAdding(VertexAddingEditInteractiveOverlayEventArgs)

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

OnVertexAdded(VertexAddedEditInteractiveOverlayEventArgs)

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

OnVertexMoving(VertexMovingEditInteractiveOverlayEventArgs)

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

OnVertexMoved(VertexMovedEditInteractiveOverlayEventArgs)

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

OnVertexRemoving(VertexRemovingEditInteractiveOverlayEventArgs)

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

OnVertexRemoved(VertexRemovedEditInteractiveOverlayEventArgs)

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

SaveStateCore()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Byte[]
  • Description:A byte array indicates current overlay state.
Parameters

LoadStateCore(Byte[])

  • N/A
Remarks
  • N/A
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
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnFeatureEdited(FeatureEditedEditInteractiveOverlayEventArgs)

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

DrawCore(RectangleShape,OverlayRefreshType)

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

DrawTileCore(GeoCanvas)

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

SetSelectedControlPoint(PointShape,Double)

  • N/A
Remarks
  • N/A
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)

  • N/A
Remarks
  • N/A
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)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • targetPointShape
    • Description:This is the targetPointShape possible be used when overriding.

EndEditingCore(PointShape)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • targetPointShape
    • Description:This is the targetPointShape possible be used when overriding.

ClearAllControlPoints()

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

CalculateDragControlPoints()

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

CalculateDragControlPointsCore(Feature)

  • N/A
Remarks
  • N/A
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()

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

CalculateRotateControlPointsCore(Feature)

  • N/A
Remarks
  • N/A
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()

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

CalculateResizeControlPointsCore(Feature)

  • N/A
Remarks
  • N/A
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()

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

CalculateVertexControlPointsCore(Feature)

  • N/A
Remarks
  • N/A
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)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • interactionArguments

MouseMoveCore(InteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • interactionArguments

MouseUpCore(InteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • interactionArguments

ManipulationStartedCore(InteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters

ManipulationDeltaCore(InteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters

ManipulationCompletedCore(InteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters

MouseClickCore(InteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • interactionArguments

MouseDoubleClickCore(InteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • interactionArguments

DragFeature(Feature,PointShape,PointShape)

  • N/A
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)

  • N/A
Remarks
  • N/A
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)

  • N/A
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)

  • N/A
Remarks
  • N/A
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)

  • N/A
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)

  • N/A
Remarks
  • N/A
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)

  • N/A
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.

MouseWheelCore(InteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters

MouseLeaveCore(InteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters

MouseEnterCore(InteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters

KeyUpCore(KeyEventInteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters

KeyDownCore(KeyEventInteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters

OnMapMouseDown(MapMouseDownInteractiveOverlayEventArgs)

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

OnMapMouseMove(MapMouseMoveInteractiveOverlayEventArgs)

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

OnMapMouseUp(MapMouseUpInteractiveOverlayEventArgs)

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

OnMapMouseClick(MapMouseClickInteractiveOverlayEventArgs)

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

OnMapMouseDoubleClick(MapMouseDoubleClickInteractiveOverlayEventArgs)

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

OnMapMouseWheel(MapMouseWheelInteractiveOverlayEventArgs)

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

OnMapMouseLeave(MapMouseLeaveInteractiveOverlayEventArgs)

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

OnMapMouseEnter(MapMouseEnterInteractiveOverlayEventArgs)

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

OnMapKeyUp(MapKeyUpInteractiveOverlayEventArgs)

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

OnMapKeyDown(MapKeyDownInteractiveOverlayEventArgs)

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

DrawTile(LayerTile)

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

GetBufferedExtent(RectangleShape,Double)

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

InitializeCore(MapArguments)

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

RefreshCore(RectangleShape)

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

RefreshCore()

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

CloseCore()

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

OpenCore()

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

DrawAttribution(GeoCanvas)

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

DrawAttributionCore(GeoCanvas)

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

OnDrawingAttribution(DrawingAttributionOverlayEventArgs)

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

OnDrawnAttribution(DrawnAttributionOverlayEventArgs)

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

PanToCore(RectangleShape)

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

OnDrawing(DrawingOverlayEventArgs)

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

OnDrawn(DrawnOverlayEventArgs)

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

GetBoundingBoxCore()

  • N/A
Remarks
  • N/A
Return Value
Parameters

Finalize()

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

Dispose(Boolean)

  • N/A
Remarks
  • N/A
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
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

PolygonTrackMode

  • N/A
Remarks
  • N/A
Return Value

EditShapesLayer

  • N/A
Remarks
  • N/A
Return Value

EditsInProcessLayer

  • N/A
Remarks
  • N/A
Return Value

SelectedEditsInProcessLayer

  • N/A
Remarks
  • N/A
Return Value

DragControlPointsLayer

  • N/A
Remarks
  • Every control points for drag are not the existing vertex of the edit shapes.
Return Value

RotateControlPointsLayer

  • N/A
Remarks
  • Every control points for rotate are not the existing vertex of the edit shapes.
Return Value

ResizeControlPointsLayer

  • N/A
Remarks
  • Every control points for resize are not the existing vertex of the edit shapes.
Return Value

ExistingControlPointsLayer

  • N/A
Remarks
  • Every control points in this layer are the existing vertices of the edit shapes.
Return Value

SelectedControlPointLayer

  • N/A
Remarks
  • N/A
Return Value

CanDrag

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

CanReshape

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

CanResize

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

CanRotate

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

CanAddVertex

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

CanRemoveVertex

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

IsEmpty

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

DrawingMarginPercentage

  • N/A
Remarks
  • N/A
Return Value
  • Type:Double

RenderMode

  • N/A
Remarks
  • N/A
Return Value

AutoRefreshInterval

  • N/A
Remarks
  • N/A
Return Value
  • Type:TimeSpan

Name

  • N/A
Remarks
  • N/A
Return Value
  • Type:String

MapArguments

  • N/A
Remarks
  • N/A
Return Value

OverlayCanvas

  • N/A
Remarks
  • N/A
Return Value
  • Type:Canvas

IsBase

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

CanRefreshRegion

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

DrawingExceptionMode

  • N/A
Remarks
  • N/A
Return Value

IsVisible

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

Attribution

  • N/A
Remarks
  • N/A
Return Value
  • Type:String

Protected Properties

ControlPointType

  • N/A
Remarks
  • N/A
Return Value

SelectControlPointFeature

  • N/A
Remarks
  • N/A
Return Value

OriginalEditingFeature

  • N/A
Remarks
  • N/A
Return Value

PreviousExtent

  • N/A
Remarks
  • N/A
Return Value

PreviousScale

  • N/A
Remarks
  • N/A
Return Value
  • Type:Double

IsOverlayInitialized

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

Public Events

FeatureDragged

  • N/A
Remarks
  • N/A

Event Arguments:FeatureDraggedEditInteractiveOverlayEventArgs

FeatureDragging

  • N/A
Remarks
  • N/A

Event Arguments:FeatureDraggingEditInteractiveOverlayEventArgs

FeatureResized

  • N/A
Remarks
  • N/A

Event Arguments:FeatureResizedEditInteractiveOverlayEventArgs

FeatureResizing

  • N/A
Remarks
  • N/A

Event Arguments:FeatureResizingEditInteractiveOverlayEventArgs

FeatureRotated

  • N/A
Remarks
  • N/A

Event Arguments:FeatureRotatedEditInteractiveOverlayEventArgs

FeatureRotating

  • N/A
Remarks
  • N/A

Event Arguments:FeatureRotatingEditInteractiveOverlayEventArgs

VertexAdded

  • N/A
Remarks
  • N/A

Event Arguments:VertexAddedEditInteractiveOverlayEventArgs

VertexAdding

  • N/A
Remarks
  • N/A

Event Arguments:VertexAddingEditInteractiveOverlayEventArgs

VertexMoved

  • N/A
Remarks
  • N/A

Event Arguments:VertexMovedEditInteractiveOverlayEventArgs

VertexMoving

  • N/A
Remarks
  • N/A

Event Arguments:VertexMovingEditInteractiveOverlayEventArgs

VertexRemoved

  • N/A
Remarks
  • N/A

Event Arguments:VertexRemovedEditInteractiveOverlayEventArgs

VertexRemoving

  • N/A
Remarks
  • N/A

Event Arguments:VertexRemovingEditInteractiveOverlayEventArgs

ControlPointSelected

  • N/A
Remarks
  • N/A

Event Arguments:ControlPointSelectedEditInteractiveOverlayEventArgs

ControlPointSelecting

  • N/A
Remarks
  • N/A

Event Arguments:ControlPointSelectingEditInteractiveOverlayEventArgs

FeatureEditing

  • N/A
Remarks
  • N/A

Event Arguments:FeatureEditingEditInteractiveOverlayEventArgs

FeatureEdited

  • N/A
Remarks
  • N/A

Event Arguments:FeatureEditedEditInteractiveOverlayEventArgs

MapMouseDown

  • N/A
Remarks
  • N/A

Event Arguments:MapMouseDownInteractiveOverlayEventArgs

MapMouseMove

  • N/A
Remarks
  • N/A

Event Arguments:MapMouseMoveInteractiveOverlayEventArgs

MapMouseUp

  • N/A
Remarks
  • N/A

Event Arguments:MapMouseUpInteractiveOverlayEventArgs

MapMouseClick

  • N/A
Remarks
  • N/A

Event Arguments:MapMouseClickInteractiveOverlayEventArgs

MapMouseDoubleClick

  • N/A
Remarks
  • N/A

Event Arguments:MapMouseDoubleClickInteractiveOverlayEventArgs

MapMouseWheel

  • N/A
Remarks
  • N/A

Event Arguments:MapMouseWheelInteractiveOverlayEventArgs

MapMouseLeave

  • N/A
Remarks
  • N/A

Event Arguments:MapMouseLeaveInteractiveOverlayEventArgs

MapMouseEnter

  • N/A
Remarks
  • N/A

Event Arguments:MapMouseEnterInteractiveOverlayEventArgs

MapKeyDown

  • N/A
Remarks
  • N/A

Event Arguments:MapKeyDownInteractiveOverlayEventArgs

MapKeyUp

  • N/A
Remarks
  • N/A

Event Arguments:MapKeyUpInteractiveOverlayEventArgs

Drawing

  • N/A
Remarks
  • N/A

Event Arguments:DrawingOverlayEventArgs

Drawn

  • N/A
Remarks
  • N/A

Event Arguments:DrawnOverlayEventArgs

DrawingAttribution

  • N/A
Remarks
  • N/A

Event Arguments:DrawingAttributionOverlayEventArgs

DrawnAttribution

  • N/A
Remarks
  • N/A

Event Arguments:DrawnAttributionOverlayEventArgs

api/thinkgeo.mapsuite.wpf.editinteractiveoverlay.txt · Last modified: 2017/01/11 07:26 (external edit)