Inheritance Hierarchy
Members Summary
Public Constructors
EditInteractiveOverlay()
Parameters
Protected Constructors
Public Methods
CalculateAllControlPoints()
Return Value
Type:Void
Description:N/A
Parameters
KeyDown(KeyEventInteractionArguments)
Return Value
Parameters
KeyUp(KeyEventInteractionArguments)
Return Value
Parameters
MouseDown(InteractionArguments)
Return Value
Parameters
MouseMove(InteractionArguments)
Return Value
Parameters
MouseUp(InteractionArguments)
Return Value
Parameters
MouseClick(InteractionArguments)
Return Value
Parameters
MouseDoubleClick(InteractionArguments)
Return Value
Parameters
MouseWheel(InteractionArguments)
Return Value
Parameters
Refresh(GeoCanvas,RectangleShape)
Return Value
Type:Void
Description:N/A
Parameters
DrawPreview(GeoCanvas)
Return Value
Parameters
Draw(GeoCanvas)
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
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
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
OnVerticesRemoving(VerticesRemovingEditInteractiveOverlayEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnVerticesRemoved(VerticesRemovedEditInteractiveOverlayEventArgs)
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:None
Parameters
SetSelectedControlPoint(PointShape,Double)
Return Value
Parameters
SetSelectedControlPointCore(PointShape,Double)
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)
Return Value
Parameters
CalculateRotateControlPoints()
Return Value
Type:Void
Description:N/A
Parameters
CalculateRotateControlPointsCore(Feature)
Return Value
Parameters
CalculateResizeControlPoints()
Return Value
Type:Void
Description:N/A
Parameters
CalculateResizeControlPointsCore(Feature)
Return Value
Parameters
CalculateVertexControlPoints()
Return Value
Type:Void
Description:N/A
Parameters
CalculateVertexControlPointsCore(Feature)
Return Value
Parameters
MouseDownCore(InteractionArguments)
Return Value
Parameters
MouseWheelCore(InteractionArguments)
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
DrawAttribution(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
e
Type:Exception
Description:N/A
DrawExceptionCore(GeoCanvas,Exception)
Return Value
Type:Void
Description:N/A
Parameters
e
Type:Exception
Description:N/A
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
VertexDraggingMode
Return Value
EditShapesLayer
Return Value
DragControlPointsLayer
Return Value
RotateControlPointsLayer
Return Value
ResizeControlPointsLayer
Return Value
ControlPointType
Return Value
ExistingControlPointsLayer
Return Value
SelectedControlPointLayer
Return Value
CanDrag
Return Value
CanReshape
Return Value
CanResize
Return Value
CanRotate
Return Value
CanAddVertex
Return Value
CanRemoveVertex
Return Value
Attribution
Return Value
Lock
Return Value
IsBase
Return Value
DrawingExceptionMode
Return Value
IsVisible
Return Value
Name
Return Value
TileCache
Return Value
PreviewTileCache
Return Value
DrawingTime
Return Value
AutoRefreshInterval
Return Value
Protected Properties
SelectControlPointFeature
Return Value
OriginalEditingFeature
Return Value
IsAdornment
Return Value
ScreenBitmapTile
Return Value
Public Events
FeatureDragged