ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> This class inherits from InterativeOverlay abstract class. This specified overlay describle the EditShape interative process with MapControl using Mouse or Keyborad.
*System.Object ThinkGeo.MapSuite.SilverlightEdition.Overlay *ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Default constructor of the class. If you use thi constructor, please set the properties correctly or it will use their default values. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | This method calculates all control points. | ||
![]() | This method clears all control points in corresponding layer. | ||
![]() | Delete the selected track shape. | ||
![]() | RectangleShape, OverlayDrawType | Overlay | Zooms the overlay only to the extent that you specify. |
![]() | Object | Object | |
![]() | Object | ||
![]() | Object | ||
![]() | Map | Overlay | This method initializes the overlay canvas such as width, height and z-index for first time. |
![]() | InteractionArguments | InteractiveOverlay | This method will simulate the MouseClick interaction. |
![]() | InteractionArguments | InteractiveOverlay | This method will simulate the MouseDoubleClick interaction. |
![]() | InteractionArguments | InteractiveOverlay | This method will simulate the MouseDown interaction. |
![]() | InteractionArguments | InteractiveOverlay | This method will simulate the MouseMove interaction. |
![]() | InteractionArguments | InteractiveOverlay | This method will simulate the MouseUp interaction. |
![]() | InteractionArguments | InteractiveOverlay | This method will simulate the MouseWheel interaction. |
![]() | Overlay | This method re-draws this overlay in current extent. | |
![]() | Double, Double | Overlay | This method returns a point shape in screen coordinates from the specified X, Y world coordinates. |
![]() | Point | Overlay | This method returns a screen point from a point shape in world coordinates. |
![]() | PointShape | Overlay | This method returns a screen point from a point shape in world coordinates. |
![]() | Object | ||
![]() | Point | Overlay | This method returns a point shape in world coordinates from a ScreenPointF structure. |
![]() | PointShape | Overlay | This method returns a point shape in world coordinates from a ScreenPointF structure. |
![]() | Double, Double | Overlay | This method returns a point shape in world coordinates from the specified X, Y screen coordinates. |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | PointShape, Double | This is the method to add vertex from a feature. | |
![]() | Feature, PointShape, Double | This is the Core method of AddVertex which encapsulate the logic. | |
![]() | This method caculates the Drag control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method. | ||
![]() | Feature | This is the core API for the CalculateDragControlPoints, you can override this method if you want to change its logic. | |
![]() | This method caculates the Resize control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method. | ||
![]() | Feature | This is the core API for the CalculateResizeControlPoints, you can override this method if you want to change its logic. | |
![]() | This method caculates the Rotate control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method. | ||
![]() | Feature | This is the core API for the CalculateRotateControlPoints, you can override this method if you want to change its logic. | |
![]() | This method caculates the vertex control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method. | ||
![]() | Feature | This is the core API for the CalculateVertexControlPoints, you can override this method if you want to change its logic. | |
![]() | Feature, PointShape, PointShape | This is the method to Drag a feature. | |
![]() | Feature, PointShape, PointShape | This is the Core method of DragFeature which encapsulate the logic. | |
![]() | GeoCanvas | Overlay | |
![]() | RectangleShape | Overlay(overriden) | This method draws the EditInterativeOverlay. |
![]() | 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. | |
![]() | PointShape | This is the core method of EndEditing method. This method End the editing for the interative editing on the feature in the EditShapesLayer. | |
![]() | Object | ||
![]() | Overlay(overriden) | This method initializes the overlay canvas such as width, height and z-index for first time. | |
![]() | Object | ||
![]() | InteractionArguments | InteractiveOverlay(overriden) | This overrides the MouseClick logic in its base class. |
![]() | InteractionArguments | InteractiveOverlay(overriden) | This overrides the MouseDoubleClick logic in its base class InterativeOverlay. |
![]() | InteractionArguments | InteractiveOverlay(overriden) | This overrides the MouseDown logic in its base class InterativeOverlay. |
![]() | InteractionArguments | InteractiveOverlay(overriden) | This overrides the MouseMove logic in its base class InterativeOverlay. |
![]() | InteractionArguments | InteractiveOverlay(overriden) | This overrides the MouseUp logic in its base class InterativeOverlay. |
![]() | InteractionArguments | InteractiveOverlay | This protected virtual method is the Core method of MouseWheel API. |
![]() | Feature, PointShape, PointShape | This is the method to move vertex from a feature. | |
![]() | Feature, PointShape, PointShape | This is the Core method of MoveVertex which encapsulate the logic. | |
![]() | ControlPointSelectedEditInteractiveOverlayEventArgs | This event will be fired after control point selected. | |
![]() | ControlPointSelectingEditInteractiveOverlayEventArgs | This event will be fired before control point selected. | |
![]() | DrawingAttributionOverlayEventArgs | Overlay | |
![]() | DrawnAttributionOverlayEventArgs | Overlay | |
![]() | FeatureDraggedEditInteractiveOverlayEventArgs | This event will be fired after dragging the feature. | |
![]() | FeatureDraggingEditInteractiveOverlayEventArgs | This event will be fired before dragging the feature. | |
![]() | FeatureResizedEditInteractiveOverlayEventArgs | This event will be fired after resizing the feature. | |
![]() | FeatureResizingEditInteractiveOverlayEventArgs | This event will be fired before resizing the feature. | |
![]() | FeatureRotatedEditInteractiveOverlayEventArgs | This event will be fired after rotating the feature. | |
![]() | FeatureRotatingEditInteractiveOverlayEventArgs | This event will be fired before rotating the feature. | |
![]() | MapMouseClickInteractiveOverlayEventArgs | InteractiveOverlay | This event will be fired when MapMouseClick is called. |
![]() | MapMouseDoubleClickInteractiveOverlayEventArgs | InteractiveOverlay | This event will be fired when MapMouseDoubleClick is called. |
![]() | MapMouseDownInteractiveOverlayEventArgs | InteractiveOverlay | This event will be fired when MapMouseDown is called. |
![]() | MapMouseMoveInteractiveOverlayEventArgs | InteractiveOverlay | This event will be fired when MapMouseMove is called. |
![]() | MapMouseUpInteractiveOverlayEventArgs | InteractiveOverlay | This event will be fired when MapMouseUp is called. |
![]() | MapMouseWheelInteractiveOverlayEventArgs | InteractiveOverlay | This event will be fired when MapMouseWheel is called. |
![]() | VertexAddedEditInteractiveOverlayEventArgs | This event will be fired after vertex added to the edit feature. | |
![]() | VertexAddingEditInteractiveOverlayEventArgs | This event will be fired before vertex added to the edit feature. | |
![]() | VertexMovedEditInteractiveOverlayEventArgs | This event will be fired after moving the feature. | |
![]() | VertexMovingEditInteractiveOverlayEventArgs | This event will be fired before moving the feature. | |
![]() | VertexRemovedEditInteractiveOverlayEventArgs | This event will be fired after vertex removed from the edit feature. | |
![]() | VertexRemovingEditInteractiveOverlayEventArgs | This event will be fired before vertex removed from the edit feature. | |
![]() | Overlay | This method raised when Panning animation plays completed. | |
![]() | PointShape, Double | This is the method to remove vertex from a feature. | |
![]() | Feature, Vertex, Double | This is the Core method of RemoveVertex which encapsulate the logic. | |
![]() | Feature, PointShape, PointShape | This is the method to Resize a feature. | |
![]() | Feature, PointShape, PointShape | This is the Core method of ResizeFeature which encapsulate the logic. | |
![]() | Feature, PointShape, PointShape | This is the method to Rotate a feature. | |
![]() | Feature, PointShape, PointShape | This is the Core method of RotateFeature which encapsulate the logic. | |
![]() | PointShape, Double | This protected method is to set the control point. | |
![]() | PointShape, Double | This protected virtual method is the Core method of SetSelectedControlPoint API. | |
![]() | Overlay | This method raised when zooming animation plays completed. |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | String | Overlay | |
![]() | Boolean | Gets a value which indicates whether the shape can Add new vertex. | |
![]() | Boolean | Gets a value which indicates whether the shape can be dragged. | |
![]() | Boolean | Gets a value which indicates whether the shape can remove a existing vertex. | |
![]() | Boolean | Gets a value which indicates whether the shape can be reshaped. | |
![]() | Boolean | Gets a value which indicates whether the shape can be resized. | |
![]() | Boolean | Gets a value which indicates whether the shape can be rotated. | |
![]() | InMemoryFeatureLayer | This property gets the InMemoryFeatureLayer which holds the control points for drag. | |
![]() | InMemoryFeatureLayer | This property gets the InMemoryFeatureLayer which holds the edit shapes. | |
![]() | InMemoryFeatureLayer | This property gets the InMemoryFeatureLayer which holds the control points which represents the existing vertices of the edit shapes. | |
![]() | Boolean | This property override its property in base class by watching the feature count in editShapesLayer. If it is empty ,we can skip drawing it for better performance. | |
![]() | TimeSpan | InteractiveOverlay | |
![]() | String | Overlay | Gets or sets the name of an overlay which will display in the OverlaySwitcher. |
![]() | Double | Overlay | Gets or sets the opacity level of the overlay. |
![]() | FrameworkElement | Overlay | An FrameworkElement that contains the overlay. |
![]() | SplineDoubleKeyFrame | Overlay | Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation. |
![]() | SplineDoubleKeyFrame | Overlay | Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation. |
![]() | InMemoryFeatureLayer | This property gets the InMemoryFeatureLayer which holds the control points for resize. | |
![]() | InMemoryFeatureLayer | This property gets the InMemoryFeatureLayer which holds the control points for rotate. | |
![]() | Storyboard | Overlay | Gets the Storyboard object for panning. |
![]() | Storyboard | Overlay | Gets the Storyboard object for zooming. |
![]() | TrackMode | Gets or sets a mode of TrackOverlay. | |
![]() | TransitionEffect | Overlay | Gets or Sets the transition effect to use when the map is panned or zoomed. |
![]() | Visibility | Overlay | Gets or sets a value that indicates whether the overlay is visible on the map. |
![]() | Int32 | Overlay | Get or set z-index of overlay, The value is bigger, and the order is higher. |
![]() | SplineDoubleKeyFrame | Overlay | Gets the SplineDoubleKeyFrame for zooming. |
![]() | SplineDoubleKeyFrame | Overlay | Gets the SplineDoubleKeyFrame for zooming. |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | ControlPointType | This property gets or sets the ControlPointType for the control points of the edit shapes. | |
![]() | Map | Overlay | Gets or sets current map information. |
![]() | Feature | This property gets the feature represents the original editing feature. | |
![]() | ScaleTransform | Overlay | Gets the ScaleTransform object of this overlay. |
![]() | Feature | This property gets the feature represents the select control points of the edit shapes. | |
![]() | TransformGroup | Overlay | Gets the TranslateGroup object for panning and zooming. |
![]() | TranslateTransform | Overlay | Gets the TranslateTransform object of this overlay. |
Default constructor of the class. If you use thi constructor, please set the properties correctly or it will use their default values.
Name | Type | Description |
---|
This method calculates all control points.
First, it will clear all control points. Then it will calculate each control points according to their settings.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This method clears all control points in corresponding layer.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
Delete the selected track shape.
Should set TrackMode as EditShape mode first, use mouse select one shape, and then call <strong>DeleteTrackShape</strong>, it will delete the selected shape.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
Zooms the overlay only to the extent that you specify.
The overlay will be panned to the center and zoomlevel of the extent that you specify.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
worldExtent | RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –> | The new world extent of the map. |
overlayDrawType | OverlayDrawType<!– ThinkGeo.MapSuite.SilverlightEdition.OverlayDrawType –> | The enum value indecating that the map draws features or not. |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method initializes the overlay canvas such as width, height and z-index for first time.
This method initializes the overlay canvas such as width, height and z-index for first time.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
currentMap | Map<!– ThinkGeo.MapSuite.SilverlightEdition.Map –> | Current map information. |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
This method will simulate the MouseClick interaction.
This method is the concrete wrapper for its virtual Core method.
As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This method will simulate the MouseDoubleClick interaction.
This method is the concrete wrapper for its virtual Core method.
As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This method will simulate the MouseDown interaction.
This method is the concrete wrapper for its virtual Core method.
As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This method will simulate the MouseMove interaction.
This method is the concrete wrapper for its virtual Core method.
As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This method will simulate the MouseUp interaction.
This method is the concrete wrapper for its virtual Core method.
As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This method will simulate the MouseWheel interaction.
This method is the concrete wrapper for its virtual Core method.
As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This method re-draws this overlay in current extent.
This method re-draws this overlay in current extent.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
This method returns a point shape in screen coordinates from the specified X, Y world coordinates.
This method converts X, Y world coordinates to a point in screen coordinates.
Return Type | Description |
---|---|
PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | A screen point in pixels. |
Name | Type | Description |
---|---|---|
worldX | Double<!– System.Double –> | The X world coordinate. |
worldY | Double<!– System.Double –> | The Y world coordinate. |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
This method returns a screen point from a point shape in world coordinates.
This method converts the coordinates of a point shape to a point in screen coordinates.
Return Type | Description |
---|---|
PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | A screen point in pixels. |
Name | Type | Description |
---|---|---|
worldCoordinate | Point<!– System.Windows.Point –> | A point in world coordinates. |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
This method returns a screen point from a point shape in world coordinates.
This method converts the coordinates of a point shape to a point in screen coordinates.
Return Type | Description |
---|---|
PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | A screen point in pixels. |
Name | Type | Description |
---|---|---|
worldCoordinate | PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | A point shape in world coordinates. |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method returns a point shape in world coordinates from a ScreenPointF structure.
This method converts a screen point to a point in world coordinates.
Return Type | Description |
---|---|
PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | A point shape in world coordinates. |
Name | Type | Description |
---|---|---|
screenCoordinate | Point<!– System.Windows.Point –> | The point (in screen coordinates) to convert to world coordinates. |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
This method returns a point shape in world coordinates from a ScreenPointF structure.
This method converts a screen point to a point in world coordinates.
Return Type | Description |
---|---|
PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | A point shape in world coordinates. |
Name | Type | Description |
---|---|---|
screenCoordinate | PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | The point (in screen coordinates) to convert to world coordinates. |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
This method returns a point shape in world coordinates from the specified X, Y screen coordinates.
This method converts X, Y screen coordinates to a point shape in world coodinates.
Return Type | Description |
---|---|
PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | A point shape in world coordinates. |
Name | Type | Description |
---|---|---|
screenX | Double<!– System.Double –> | The X-value in pixels referenced to the screen origin. |
screenY | Double<!– System.Double –> | The Y-value in pixels referenced to the screen origin. |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
This is the method to add vertex from a feature.
This method is the concrete wrapper for the abstract method AddVertexCore.
As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> | True if add vertex succeed , other wise return false. |
Name | Type | Description |
---|---|---|
targetPointShape | PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | This parameter specifies the point shape to search the vertex. |
searchingTolerance | Double<!– System.Double –> | This parameter specifes the searching tolerance to search the vetex. |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This is the Core method of AddVertex which encapsulate the logic.
Return Type | Description |
---|---|
Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> | Returns a vertex added feature. |
Name | Type | Description |
---|---|---|
targetFeature | Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> | This parameter specifies the target feature to be add vertex from. |
targetPointShape | PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | This parameter specifies the target vertex to be added. |
searchingTolerance | Double<!– System.Double –> | This parameter specifes the searching tolerance to search the vetex. |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This method caculates the Drag control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This is the core API for the CalculateDragControlPoints, you can override this method if you want to change its logic.
Return Type | Description |
---|---|
IEnumerable<Feature><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.Feature} –> | A collection of features stands for the Drag control points. |
Name | Type | Description |
---|---|---|
feature | Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> | The target feature to caculate the control point. |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This method caculates the Resize control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This is the core API for the CalculateResizeControlPoints, you can override this method if you want to change its logic.
Return Type | Description |
---|---|
IEnumerable<Feature><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.Feature} –> | A collection of features stands for the Resize control points. |
Name | Type | Description |
---|---|---|
feature | Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> | The target feature to caculate the control point. |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This method caculates the Rotate control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This is the core API for the CalculateRotateControlPoints, you can override this method if you want to change its logic.
Return Type | Description |
---|---|
IEnumerable<Feature><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.Feature} –> | A collection of features stands for the Rotate control points. |
Name | Type | Description |
---|---|---|
feature | Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> | The target feature to caculate the control point. |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This method caculates the vertex control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This is the core API for the CalculateVertexControlPoints, you can override this method if you want to change its logic.
Return Type | Description |
---|---|
IEnumerable<Feature><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.Feature} –> | A collection of features stands for the Vertex control points. |
Name | Type | Description |
---|---|---|
feature | Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> | The target feature to caculate the control point. |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This is the method to Drag a feature.
This method is the concrete wrapper for the abstract method DragFeatureCore.
As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> | Returns a dragged feature. |
Name | Type | Description |
---|---|---|
sourceFeature | Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> | This parameter specifies the source feature to be dragged. |
sourceControlPoint | PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | This parameter specifes the source control point to drag the feature. |
targetControlPoint | PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | This parameter specifes the target control point to drag the feature. |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This is the Core method of DragFeature which encapsulate the logic.
Return Type | Description |
---|---|
Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> | Returns a dragged feature. |
Name | Type | Description |
---|---|---|
sourceFeature | Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> | This parameter specifies the source feature to be dragged. |
sourceControlPoint | PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | This parameter specifes the source control point to drag the feature. |
targetControlPoint | PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | This parameter specifes the target control point to drag the feature. |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.SilverlightCore.GeoCanvas –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
This method draws the EditInterativeOverlay.
This method draws the representation of the overlay based on the extent you provided.
When implementing this abstract method, consider each feature and its column data values. You can use the full power of the GeoCanvas to do the drawing. If you need column data for a feature, be sure to override the GetRequiredColumnNamesCore and add the columns you need to the collection. In many of the styles, we add properties that allow the user to specify which field they need; then, in the GetRequiredColumnNamesCore, we read that property and add it to the collection.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
worldExtent | RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –> | This parameter is current world extent in the viewport. |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay(overriden) –> Go Back
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.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
targetPointShape | PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | This is the targetPointShape possible be used when overriding. |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This is the core method of EndEditing method. This method End the editing for the interative editing on the feature in the EditShapesLayer.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
targetPointShape | PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | This is the targetPointShape possible be used when overriding. |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method initializes the overlay canvas such as width, height and z-index for first time.
This method initializes the overlay canvas such as width, height and z-index for first time.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay(overriden) –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This overrides the MouseClick logic in its base class.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay(overriden) –> Go Back
This overrides the MouseDoubleClick logic in its base class InterativeOverlay.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay(overriden) –> Go Back
This overrides the MouseDown logic in its base class InterativeOverlay.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay(overriden) –> Go Back
This overrides the MouseMove logic in its base class InterativeOverlay.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay(overriden) –> Go Back
This overrides the MouseUp logic in its base class InterativeOverlay.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay(overriden) –> Go Back
This protected virtual method is the Core method of MouseWheel API.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This is the method to move vertex from a feature.
This method is the concrete wrapper for the abstract method MoveVertexCore.
As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> | Returns a rotated feature. |
Name | Type | Description |
---|---|---|
sourceFeature | Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> | This parameter specifies the source feature to be move vertex from. |
sourceControlPoint | PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | This parameter specifes the source control point to move vertex from the feature. |
targetControlPoint | PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | This parameter specifes the target control point to move vertex from the feature. |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This is the Core method of MoveVertex which encapsulate the logic.
Return Type | Description |
---|---|
Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> | Returns a vertex moved feature. |
Name | Type | Description |
---|---|---|
sourceFeature | Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> | This parameter specifies the source feature to be move vertex from. |
sourceControlPoint | PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | This parameter specifes the source control point to move vertex from the feature. |
targetControlPoint | PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | This parameter specifes the target control point to move vertex from the feature. |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This event will be fired after control point selected.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | ControlPointSelectedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.ControlPointSelectedEditInteractiveOverlayEventArgs –> | The ControlPointSelectedEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This event will be fired before control point selected.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | ControlPointSelectingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.ControlPointSelectingEditInteractiveOverlayEventArgs –> | The ControlPointSelectingEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
args | DrawingAttributionOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
args | DrawnAttributionOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
This event will be fired after dragging the feature.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | FeatureDraggedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.FeatureDraggedEditInteractiveOverlayEventArgs –> | The FeatureDraggedEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This event will be fired before dragging the feature.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | FeatureDraggingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.FeatureDraggingEditInteractiveOverlayEventArgs –> | The FeatureDraggingEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This event will be fired after resizing the feature.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | FeatureResizedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.FeatureResizedEditInteractiveOverlayEventArgs –> | The FeatureResizedEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This event will be fired before resizing the feature.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | FeatureResizingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.FeatureResizingEditInteractiveOverlayEventArgs –> | The FeatureResizingEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This event will be fired after rotating the feature.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | FeatureRotatedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.FeatureRotatedEditInteractiveOverlayEventArgs –> | The FeatureRotatedEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This event will be fired before rotating the feature.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | FeatureRotatingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.FeatureRotatingEditInteractiveOverlayEventArgs –> | The FeatureRotatingEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This event will be fired when MapMouseClick is called.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MapMouseClickInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseClickInteractiveOverlayEventArgs –> | The MapMouseClickInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This event will be fired when MapMouseDoubleClick is called.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MapMouseDoubleClickInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseDoubleClickInteractiveOverlayEventArgs –> | The MapMouseDoubleClickInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This event will be fired when MapMouseDown is called.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MapMouseDownInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseDownInteractiveOverlayEventArgs –> | The MapMouseDownInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This event will be fired when MapMouseMove is called.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MapMouseMoveInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseMoveInteractiveOverlayEventArgs –> | The MapMouseMoveInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This event will be fired when MapMouseUp is called.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MapMouseUpInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseUpInteractiveOverlayEventArgs –> | The MapMouseUpInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This event will be fired when MapMouseWheel is called.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MapMouseWheelInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseWheelInteractiveOverlayEventArgs –> | The MapMouseWheelInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This event will be fired after vertex added to the edit feature.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | VertexAddedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.VertexAddedEditInteractiveOverlayEventArgs –> | The VertexAddedEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This event will be fired before vertex added to the edit feature.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | VertexAddingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.VertexAddingEditInteractiveOverlayEventArgs –> | The VertexAddingEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This event will be fired after moving the feature.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | VertexMovedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.VertexMovedEditInteractiveOverlayEventArgs –> | The VertexMovedEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This event will be fired before moving the feature.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | VertexMovingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.VertexMovingEditInteractiveOverlayEventArgs –> | The VertexMovingEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This event will be fired after vertex removed from the edit feature.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | VertexRemovedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.VertexRemovedEditInteractiveOverlayEventArgs –> | The VertexRemovedEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This event will be fired before vertex removed from the edit feature.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | VertexRemovingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.VertexRemovingEditInteractiveOverlayEventArgs –> | The VertexRemovingEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This method raised when Panning animation plays completed.
This method raised when Panning animation plays completed.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
This is the method to remove vertex from a feature.
This method is the concrete wrapper for the abstract method RemoveVertexCore.
As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> | True if remove vertex succeed , other wise return false. |
Name | Type | Description |
---|---|---|
targetPointShape | PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | This parameter specifies the point shape to search the vertex. |
searchingTolerance | Double<!– System.Double –> | This parameter specifes the searching tolerance to search the vetex. |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This is the Core method of RemoveVertex which encapsulate the logic.
Return Type | Description |
---|---|
Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> | Returns a vertex removed feature. |
Name | Type | Description |
---|---|---|
editShapeFeature | Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> | This parameter specifies the target feature to be remove vertex from. |
selectedVertex | Vertex<!– ThinkGeo.MapSuite.SilverlightCore.Vertex –> | This parameter specifies the selected vertex to search the vertex. |
searchingTolerance | Double<!– System.Double –> | This parameter specifes the searching tolerance to search the vetex. |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This is the method to Resize a feature.
This method is the concrete wrapper for the abstract method ResizeFeatureCore.
As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> | Returns a resized feature. |
Name | Type | Description |
---|---|---|
sourceFeature | Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> | This parameter specifies the source feature to be resized. |
sourceControlPoint | PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | This parameter specifes the source control point to resize the feature. |
targetControlPoint | PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | This parameter specifes the target control point to resize the feature. |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This is the Core method of ResizeFeature which encapsulate the logic.
Return Type | Description |
---|---|
Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> | Returns a resized feature. |
Name | Type | Description |
---|---|---|
sourceFeature | Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> | This parameter specifies the source feature to be resized. |
sourceControlPoint | PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | This parameter specifes the source control point to resize the feature. |
targetControlPoint | PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | This parameter specifes the target control point to resize the feature. |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This is the method to Rotate a feature.
This method is the concrete wrapper for the abstract method RotateFeatureCore.
As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> | Returns a rotated feature. |
Name | Type | Description |
---|---|---|
sourceFeature | Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> | This parameter specifies the source feature to be rotated. |
sourceControlPoint | PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | This parameter specifes the source control point to rotate the feature. |
targetControlPoint | PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | This parameter specifes the target control point to rotate the feature. |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This is the Core method of RotateFeature which encapsulate the logic.
Return Type | Description |
---|---|
Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> | Returns a resized feature. |
Name | Type | Description |
---|---|---|
sourceFeature | Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> | This parameter specifies the source feature to be rotated. |
sourceControlPoint | PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | This parameter specifes the source control point to rotate the feature. |
targetControlPoint | PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | This parameter specifes the target control point to rotate the feature. |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This protected method is to set the control point.
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> | Returns true if control point are found and set correct, other wise, returns false. |
Name | Type | Description |
---|---|---|
targetPointShape | PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | This parameter is target point shape we determine to edit. |
searchingTolerance | Double<!– System.Double –> | This parameter is the searchinig tolerance to seach the control point. |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This protected virtual method is the Core method of SetSelectedControlPoint API.
Return Type | Description |
---|---|
Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> | A feature stands for the selected control point. |
Name | Type | Description |
---|---|---|
targetPointShape | PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | This parameter is target point shape we determine to edit. |
searchingTolerance | Double<!– System.Double –> | This parameter is the searchinig tolerance to seach the control point. |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This method raised when zooming animation plays completed.
This method raised when zooming animation plays completed.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Gets a value which indicates whether the shape can Add new vertex.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
Gets a value which indicates whether the shape can be dragged.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
Gets a value which indicates whether the shape can remove a existing vertex.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
Gets a value which indicates whether the shape can be reshaped.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
Gets a value which indicates whether the shape can be resized.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
Gets a value which indicates whether the shape can be rotated.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This property gets the InMemoryFeatureLayer which holds the control points for drag.
Every control points for drag are not the existing vertex of the edit shapes.
Return Type |
---|
InMemoryFeatureLayer<!– ThinkGeo.MapSuite.SilverlightCore.InMemoryFeatureLayer –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This property gets the InMemoryFeatureLayer which holds the edit shapes.
Return Type |
---|
InMemoryFeatureLayer<!– ThinkGeo.MapSuite.SilverlightCore.InMemoryFeatureLayer –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This property gets the InMemoryFeatureLayer which holds the control points which represents the existing vertices of the edit shapes.
Every control points in this layer are the existing vertices of the edit shapes.
Return Type |
---|
InMemoryFeatureLayer<!– ThinkGeo.MapSuite.SilverlightCore.InMemoryFeatureLayer –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This property override its property in base class by watching the feature count in editShapesLayer. If it is empty ,we can skip drawing it for better performance.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
Return Type |
---|
TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
Gets or sets the name of an overlay which will display in the OverlaySwitcher.
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Gets or sets the opacity level of the overlay.
The <strong>Opacity</strong> property enables you to specify a level of transparency for the overlay. When this property is set to a value less than 100 percent(1.00), the entire overlay is made more transparent. Setting this property to a value of 0 percent (0.00) makes the overlay completely invisible.
Return Type |
---|
Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
An FrameworkElement that contains the overlay.
Return Type |
---|
FrameworkElement<!– System.Windows.FrameworkElement –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation.
Return Type |
---|
SplineDoubleKeyFrame<!– System.Windows.Media.Animation.SplineDoubleKeyFrame –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation.
Return Type |
---|
SplineDoubleKeyFrame<!– System.Windows.Media.Animation.SplineDoubleKeyFrame –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
This property gets the InMemoryFeatureLayer which holds the control points for resize.
Every control points for resize are not the existing vertex of the edit shapes.
Return Type |
---|
InMemoryFeatureLayer<!– ThinkGeo.MapSuite.SilverlightCore.InMemoryFeatureLayer –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This property gets the InMemoryFeatureLayer which holds the control points for rotate.
Every control points for rotate are not the existing vertex of the edit shapes.
Return Type |
---|
InMemoryFeatureLayer<!– ThinkGeo.MapSuite.SilverlightCore.InMemoryFeatureLayer –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
Gets the Storyboard object for panning.
Return Type |
---|
Storyboard<!– System.Windows.Media.Animation.Storyboard –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Gets the Storyboard object for zooming.
Return Type |
---|
Storyboard<!– System.Windows.Media.Animation.Storyboard –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Gets or sets a mode of TrackOverlay.
The default mode is TrackMode.None which means you cannot draw or edit features at client. By setting the mode to TrackMode.Point, TrackMode.Line, TrackMode.Polygon etc., you could add point, line or polygon to the FeatureOverlay. Setting the mode to TrackMode.Edit, you could edit the shapes at the client side.
Return Type |
---|
TrackMode<!– ThinkGeo.MapSuite.SilverlightEdition.TrackMode –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
Gets or Sets the transition effect to use when the map is panned or zoomed.
Return Type |
---|
TransitionEffect<!– ThinkGeo.MapSuite.SilverlightEdition.TransitionEffect –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Gets or sets a value that indicates whether the overlay is visible on the map.
Return Type |
---|
Visibility<!– System.Windows.Visibility –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Get or set z-index of overlay, The value is bigger, and the order is higher.
Get or set z-index of overlay, The value is bigger, and the order is higher.
Return Type |
---|
Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Gets the SplineDoubleKeyFrame for zooming.
Return Type |
---|
SplineDoubleKeyFrame<!– System.Windows.Media.Animation.SplineDoubleKeyFrame –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Gets the SplineDoubleKeyFrame for zooming.
Return Type |
---|
SplineDoubleKeyFrame<!– System.Windows.Media.Animation.SplineDoubleKeyFrame –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
This property gets or sets the ControlPointType for the control points of the edit shapes.
Return Type |
---|
ControlPointType<!– ThinkGeo.MapSuite.SilverlightEdition.ControlPointType –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
Gets or sets current map information.
Gets or sets current map information.
Return Type |
---|
Map<!– ThinkGeo.MapSuite.SilverlightEdition.Map –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
This property gets the feature represents the original editing feature.
Return Type |
---|
Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
Gets the ScaleTransform object of this overlay.
Gets the ScaleTransform object of this overlay.
Return Type |
---|
ScaleTransform<!– System.Windows.Media.ScaleTransform –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
This property gets the feature represents the select control points of the edit shapes.
Return Type |
---|
Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
Gets the TranslateGroup object for panning and zooming.
Gets the TranslateGroup object for panning and zooming.
Return Type |
---|
TransformGroup<!– System.Windows.Media.TransformGroup –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Gets the TranslateTransform object of this overlay.
Gets the TranslateTransform object of this overlay.
Return Type |
---|
TranslateTransform<!– System.Windows.Media.TranslateTransform –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
This event will be fired after select the control point.
Event Arguments |
---|
ControlPointSelectedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.ControlPointSelectedEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This event will be fired before select the control point.
Event Arguments |
---|
ControlPointSelectingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.ControlPointSelectingEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
Event Arguments |
---|
DrawingAttributionOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Event Arguments |
---|
DrawnAttributionOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
This event will be fired after drag the feature.
Event Arguments |
---|
FeatureDraggedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.FeatureDraggedEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This event will be fired before drag the feature.
Event Arguments |
---|
FeatureDraggingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.FeatureDraggingEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This event will be fired after resize the feature.
Event Arguments |
---|
FeatureResizedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.FeatureResizedEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This event will be fired before resize the feature.
Event Arguments |
---|
FeatureResizingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.FeatureResizingEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This event will be fired after rotate the feature.
Event Arguments |
---|
FeatureRotatedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.FeatureRotatedEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This event will be fired before rotate the feature.
Event Arguments |
---|
FeatureRotatingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.FeatureRotatingEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This event will be fired when Mouse clicked(mouse up and mouse down in the same postion) on the Map.
Event Arguments |
---|
MapMouseClickInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseClickInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This event will be fired when Mouse double clicked on the Map.
Event Arguments |
---|
MapMouseDoubleClickInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseDoubleClickInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This event will be fired when Mouse pressed Down on the Map.
Event Arguments |
---|
MapMouseDownInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseDownInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This event will be fired when Mouse moved on the Map.
Event Arguments |
---|
MapMouseMoveInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseMoveInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This event will be fired when Mouse released up on the Map.
Event Arguments |
---|
MapMouseUpInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseUpInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This event will be fired when Mouse wheel on the Map.
Event Arguments |
---|
MapMouseWheelInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseWheelInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This event will be fired after add the vertex.
Event Arguments |
---|
VertexAddedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.VertexAddedEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This event will be fired before add the vertex.
Event Arguments |
---|
VertexAddingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.VertexAddingEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This event will be fired after move the vertex.
Event Arguments |
---|
VertexMovedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.VertexMovedEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This event will be fired before move the vertex.
Event Arguments |
---|
VertexMovingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.VertexMovingEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This event will be fired after remove the vertex.
Event Arguments |
---|
VertexRemovedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.VertexRemovedEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
This event will be fired before remove the vertex.
Event Arguments |
---|
VertexRemovingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.VertexRemovingEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay –> Go Back
NOTOC SilverlightEdition ThinkGeo.MapSuite.SilverlightEdition UpdateDocumentation