ThinkGeo.MapSuite.DesktopEdition.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 the InterativeOverlay abstract class. This specified overlay describes the EditShape interactive process with the MapControl using the Mouse or Keyboard.
Inheritance Hierarchy
Members Summary
Public Constructors
EditInteractiveOverlay()
Parameters
Protected Constructors
Public Methods
CalculateAllControlPoints()
Return Value
Type:Void
Description:N/A
Parameters
KeyDown(KeyEventInteractionArguments)
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
KeyUp(KeyEventInteractionArguments)
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
MouseDown(InteractionArguments)
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
MouseMove(InteractionArguments)
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
MouseUp(InteractionArguments)
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
MouseClick(InteractionArguments)
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
MouseDoubleClick(InteractionArguments)
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
MouseWheel(InteractionArguments)
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
Refresh(GeoCanvas,RectangleShape)
Return Value
Type:Void
Description:N/A
Parameters
DrawPreview(GeoCanvas)
Return Value
Parameters
Draw(GeoCanvas)
This method is the concrete wrapper for the abstract method DrawCore. This method draws the representation of the overlay based on the extent you provided. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Value
Type:Void
Description:N/A
Parameters
RequestDrawing()
Return Value
Type:Void
Description:N/A
Parameters
RequestDrawing(RectangleShape)
Return Value
Type:Void
Description:N/A
Parameters
RequestDrawing(IEnumerable<RectangleShape>)
Return Value
Type:Void
Description:N/A
Parameters
RequestDrawing(TimeSpan)
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
RequestDrawing(TimeSpan,RequestDrawingBufferTimeType)
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
RequestDrawing(RectangleShape,TimeSpan)
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
RequestDrawing(RectangleShape,TimeSpan,RequestDrawingBufferTimeType)
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
RequestDrawing(IEnumerable<RectangleShape>,TimeSpan)
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
RequestDrawing(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType)
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
ToString()
Return Value
Type:String
Description:N/A
Parameters
Equals(Object)
Return Value
Type:Boolean
Description:N/A
Parameters
obj
Type:Object
Description:N/A
GetHashCode()
Return Value
Type:Int32
Description:N/A
Parameters
GetType()
Return Value
Type:Type
Description:N/A
Parameters
Protected Methods
RotateFeature(Feature,PointShape,PointShape)
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
Parameters
RotateFeatureCore(Feature,PointShape,PointShape)
Return Value
Parameters
AddVertex(PointShape,Double)
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
Parameters
AddVertexCore(Feature,PointShape,Double)
Return Value
Parameters
MoveVertex(Feature,PointShape,PointShape)
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
Parameters
MoveVertexCore(Feature,PointShape,PointShape)
Return Value
Parameters
RemoveVertex(PointShape,Double)
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
Parameters
RemoveVertexCore(Feature,Vertex,Double)
Return Value
Parameters
OnFeatureDragging(FeatureDraggingEditInteractiveOverlayEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnFeatureDragged(FeatureDraggedEditInteractiveOverlayEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnFeatureResizing(FeatureResizingEditInteractiveOverlayEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnFeatureResized(FeatureResizedEditInteractiveOverlayEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnFeatureRotating(FeatureRotatingEditInteractiveOverlayEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnFeatureRotated(FeatureRotatedEditInteractiveOverlayEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnControlPointSelecting(ControlPointSelectingEditInteractiveOverlayEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnControlPointSelected(ControlPointSelectedEditInteractiveOverlayEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnVertexAdding(VertexAddingEditInteractiveOverlayEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnVertexAdded(VertexAddedEditInteractiveOverlayEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnVertexMoving(VertexMovingEditInteractiveOverlayEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnVertexMoved(VertexMovedEditInteractiveOverlayEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnVertexRemoving(VertexRemovingEditInteractiveOverlayEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnVertexRemoved(VertexRemovedEditInteractiveOverlayEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
KeyDownCore(KeyEventInteractionArguments)
Return Value
Parameters
KeyUpCore(KeyEventInteractionArguments)
Return Value
Parameters
DrawCore(GeoCanvas)
This method draws a representation of the overlay based on the extent you provided. When implementing this abstract method, consider each feature and its column data values. You can use the full power of the GeoCanvas to do the drawing. If you need column data for a feature, be sure to override the GetRequiredColumnNamesCore and add the columns you need to the collection. In many of the styles, we add properties that allow the user to specify which field they need; then, in the GetRequiredColumnNamesCore, we read that property and add it to the collection.
Return Value
Type:Void
Description:N/A
Parameters
SetSelectedControlPoint(PointShape,Double)
Return Value
Parameters
SetSelectedControlPointCore(PointShape,Double)
This protected virtual method is the Core method of the SetSelectedControlPoint API.
Return Value
Parameters
EndEditing(PointShape)
Return Value
Type:Void
Description:N/A
Parameters
EndEditingCore(PointShape)
Return Value
Type:Void
Description:N/A
Parameters
ClearAllControlPoints()
Return Value
Type:Void
Description:N/A
Parameters
CalculateDragControlPoints()
Return Value
Type:Void
Description:N/A
Parameters
CalculateDragControlPointsCore(Feature)
This is the core API for the CalculateDragControlPoints method. You can override this method if you want to change its logic.
Return Value
Parameters
CalculateRotateControlPoints()
Return Value
Type:Void
Description:N/A
Parameters
CalculateRotateControlPointsCore(Feature)
This is the core API for the CalculateRotateControlPoints method. You can override this method if you want to change its logic.
Return Value
Parameters
CalculateResizeControlPoints()
Return Value
Type:Void
Description:N/A
Parameters
CalculateResizeControlPointsCore(Feature)
This is the core API for the CalculateResizeControlPoints method. You can override this method if you want to change its logic.
Return Value
Parameters
CalculateVertexControlPoints()
Return Value
Type:Void
Description:N/A
Parameters
CalculateVertexControlPointsCore(Feature)
This is the core API for the CalculateVertexControlPoints method. You can override this method if you want to change its logic.
Return Value
Parameters
MouseDownCore(InteractionArguments)
Return Value
Parameters
MouseMoveCore(InteractionArguments)
Return Value
Parameters
MouseUpCore(InteractionArguments)
Return Value
Parameters
MouseClickCore(InteractionArguments)
Return Value
Parameters
MouseDoubleClickCore(InteractionArguments)
Return Value
Parameters
DragFeature(Feature,PointShape,PointShape)
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
Parameters
DragFeatureCore(Feature,PointShape,PointShape)
Return Value
Parameters
ResizeFeature(Feature,PointShape,PointShape)
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
Parameters
ResizeFeatureCore(Feature,PointShape,PointShape)
Return Value
Parameters
MouseWheelCore(InteractionArguments)
This protected virtual method is the Core method of the MouseWheel API.
Return Value
Parameters
OnMapMouseDown(MapMouseDownInteractiveOverlayEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnMapMouseMove(MapMouseMoveInteractiveOverlayEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnMapMouseUp(MapMouseUpInteractiveOverlayEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnMapMouseClick(MapMouseClickInteractiveOverlayEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnMapMouseDoubleClick(MapMouseDoubleClickInteractiveOverlayEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnMapMouseWheel(MapMouseWheelInteractiveOverlayEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnMapKeyDown(MapKeyDownInteractiveOverlayEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnMapKeyUp(MapKeyUpInteractiveOverlayEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnDrawing(DrawingOverlayEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnDrawn(DrawnOverlayEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
RefreshCore(GeoCanvas,RectangleShape)
Return Value
Type:Void
Description:N/A
Parameters
DrawPreviewCore(GeoCanvas)
Return Value
Parameters
sBM=(GeoCanvas)
Return Value
Type:Void
Description:N/A
Parameters
DrawAttributionCore(GeoCanvas)
Return Value
Type:Void
Description:N/A
Parameters
OnDrawingAttribution(DrawingAttributionOverlayEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnDrawnAttribution(DrawnAttributionOverlayEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
DrawException(GeoCanvas,Exception)
Return Value
Type:Void
Description:N/A
Parameters
DrawExceptionCore(GeoCanvas,Exception)
Return Value
Type:Void
Description:N/A
Parameters
OnRequestedDrawing(RequestedDrawingOverlayEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnRequestingDrawing(RequestingDrawingOverlayEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
Finalize()
Return Value
Type:Void
Description:N/A
Parameters
MemberwiseClone()
Return Value
Type:Object
Description:N/A
Parameters
Public Properties
IsEmpty
Return Value
EditShapesLayer
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#EditShapesLayer//
== Return Value ==
* Type:InMemoryFeatureLayer
DragControlPointsLayer
* This property gets the InMemoryFeatureLayer, which holds the control points for dragging.
== Remarks ==
* Every control point for dragging is not an existing vertex of the edit shapes.
== Return Value ==
* Type:InMemoryFeatureLayer
RotateControlPointsLayer
* This property gets the InMemoryFeatureLayer which holds the control points for rotating.
== Remarks ==
* Every control point for rotating is not an existing vertex of the edit shapes.
== Return Value ==
* Type:InMemoryFeatureLayer
ResizeControlPointsLayer
* This property gets the InMemoryFeatureLayer which holds the control points for resizing.
== Remarks ==
* Every control point for resizing is not an existing vertex of the edit shapes.
== Return Value ==
* Type:InMemoryFeatureLayer
ExistingControlPointsLayer
* This property gets the InMemoryFeatureLayer which holds the control points that represent the existing vertices of the edit shapes.
== Remarks ==
* Every control point in this layer is an existing vertex of the edit shapes.
== Return Value ==
* Type:InMemoryFeatureLayer
ControlPointType
* This property gets or sets the ControlPointType for the control points of the edit shapes.
== Remarks ==
* For the most updated Info for this topic, please check it here:
http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#ControlPointType//
Return Value
CanDrag
Return Value
CanResize
Return Value
CanAddVertex
Return Value
Attribution
Return Value
IsBase
Return Value
IsVisible
Return Value
TileCache
Return Value
PreviewTileCache
Return Value
OriginalEditingFeature