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.AndroidEdition.Overlay *ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay ThinkGeo.MapSuite.AndroidEdition.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. | ||
![]() | Overlay | This method will simulate the Close interaction. | |
![]() | Delete the selected track shape. | ||
![]() | Overlay | This method dispose unmanaged resource used in this class. | |
![]() | InteractionArguments | InteractiveOverlay | This method will simulate the DoubleTap interaction. |
![]() | MapArguments, OverlayRefreshType | Overlay | This method draws the overlay with the provided extent in world coordinate. |
![]() | Object | Object | |
![]() | Overlay | This method gets a bounding box of the Overlay. | |
![]() | Object | ||
![]() | Object | ||
![]() | MapArguments | Overlay | This method initializes overlay object. |
![]() | InteractionArguments | InteractiveOverlay | This method will simulate the LongPress interaction. |
![]() | Overlay | This method will simulate the Open interaction. | |
![]() | TransformArguments, MapArguments | Overlay | This method will simulate the PostTransform interaction. |
![]() | Overlay | This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles. | |
![]() | InteractionArguments | InteractiveOverlay | This method will simulate the SingleTap interaction. |
![]() | Object | ||
![]() | InteractionArguments | InteractiveOverlay | This method will simulate the TouchDown interaction. |
![]() | InteractionArguments | InteractiveOverlay | This method will simulate the TouchMove interaction. |
![]() | InteractionArguments | InteractiveOverlay | This method will simulate the TouchPointerDown interaction. |
![]() | InteractionArguments | InteractiveOverlay | This method will simulate the TouchUp interaction. |
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. | |
![]() | Overlay | This protected virtual method is the Core method of Close API. | |
![]() | Boolean | Overlay(overriden) | |
![]() | InteractionArguments | InteractiveOverlay(overriden) | |
![]() | 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. | |
![]() | MapArguments, OverlayRefreshType | Overlay(overriden) | This method draws the EditInterativeOverlay. |
![]() | GeoCanvas, Exception | Overlay | This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. |
![]() | GeoCanvas, Exception | Overlay | This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. |
![]() | 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(overriden) | ||
![]() | Overlay | This method returns the bounding box of the Overlay. | |
![]() | MapArguments | Overlay(overriden) | |
![]() | InteractionArguments | InteractiveOverlay | This protected virtual method is the Core method of LongPress API. |
![]() | Object | ||
![]() | 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. | |
![]() | DrawingExceptionOverlayEventArgs | Overlay | This method raises before the overlay is drawing exception. |
![]() | DrawnExceptionOverlayEventArgs | Overlay | This method raises after the overlay is drawn exception. |
![]() | Feature | ||
![]() | 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. | |
![]() | 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 protected virtual method is the Core method of Open API. | |
![]() | TransformArguments, MapArguments | Overlay(overriden) | |
![]() | Overlay | This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles. | |
![]() | 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. | |
![]() | InteractionArguments | InteractiveOverlay(overriden) | This overrides the MouseClick logic in its base class. |
![]() | 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 | This protected virtual method is the Core method of TouchPointerDown API. |
![]() | InteractionArguments | InteractiveOverlay(overriden) | This overrides the MouseUp logic in its base class InterativeOverlay. |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | String | Overlay | Gets or sets the attribution for this 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. | |
![]() | DrawingExceptionMode | Overlay | This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. |
![]() | DrawingQuality | Overlay | Gets or sets the drawingQuality for this overlay. |
![]() | 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. | |
![]() | TileView | InteractiveOverlay | Gets or sets Overlay's the interactiveView. |
![]() | Boolean | Overlay(overriden) | 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. |
![]() | Boolean | Overlay | Gets or sets if this overlay is visible. |
![]() | MapArguments | Overlay | Gets or sets the mapArguments for this overlay. |
![]() | String | Overlay | Gets or sets the name of this overaly. |
![]() | Double | Overlay | Gets or sets the opacity for this overlay. |
![]() | 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. | |
![]() | TrackMode | Gets or sets a mode of TrackOverlay. |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | ControlPointType | This property gets or sets the ControlPointType for the control points of the edit shapes. | |
![]() | Feature | This property gets the feature represents the original editing feature. | |
![]() | Feature | This property gets the feature represents the select control points of the edit shapes. |
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.AndroidEdition.EditInteractiveOverlay –> Go Back
This method clears all control points in corresponding layer.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
This method will simulate the Close interaction.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> 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.AndroidEdition.EditInteractiveOverlay –> Go Back
This method dispose unmanaged resource used in this class.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This method will simulate the DoubleTap 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.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay –> Go Back
This method draws the overlay with the provided extent in world coordinate.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
mapArguments | MapArguments<!– ThinkGeo.MapSuite.AndroidEdition.MapArguments –> | This parameter maintains current map information for calculating mechanism. |
refreshType | OverlayRefreshType<!– ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType –> | This parameter indicates whether the elements of this overlay needs to be refreshed. For example, TileOverlay is formed by tiles. When panning the map around, the existing tile doesn't need to be redraw, the only thing we need to do is modifying the position of these tiles. On another hand, when click to change the style of the overlay, we need to redraw the tile images to change the appearance. So we need refresh mode. |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
This method gets a bounding box of the Overlay.
This method is the concrete wrapper for the abstract method GetBoundingBoxCore. This method returns the bounding box of the Overlay.
As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | A RectangleShape indicating the bounding box of this overlay. |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> 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 overlay object.
This is a wrapper method for the virtual method InitializeCore.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
mapArguments | MapArguments<!– ThinkGeo.MapSuite.AndroidEdition.MapArguments –> | This parameter maintains current map information for calculating mechanism. |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This method will simulate the LongPress 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.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay –> Go Back
This method will simulate the Open interaction.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This method will simulate the PostTransform interaction.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
transformInfo | TransformArguments<!– ThinkGeo.MapSuite.AndroidEdition.TransformArguments –> | This parameter maintains the transfrom information for calculating transform. |
mapArguments | MapArguments<!– ThinkGeo.MapSuite.AndroidEdition.MapArguments –> | This parameter maintains current map information for calculating mechanism. |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles.
The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This method will simulate the SingleTap 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.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method will simulate the TouchDown 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.AndroidEdition.InteractiveResult –> |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay –> Go Back
This method will simulate the TouchMove 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.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay –> Go Back
This method will simulate the TouchPointerDown 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.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay –> Go Back
This method will simulate the TouchUp 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.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay –> 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.Core.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.AndroidEdition.EditInteractiveOverlay –> Go Back
This is the Core method of AddVertex which encapsulate the logic.
Return Type | Description |
---|---|
Feature<!– ThinkGeo.MapSuite.Core.Feature –> | Returns a vertex added feature. |
Name | Type | Description |
---|---|---|
targetFeature | Feature<!– ThinkGeo.MapSuite.Core.Feature –> | This parameter specifies the target feature to be add vertex from. |
targetPointShape | PointShape<!– ThinkGeo.MapSuite.Core.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.AndroidEdition.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.AndroidEdition.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.Core.Feature} –> | A collection of features stands for the Drag control points. |
Name | Type | Description |
---|---|---|
feature | Feature<!– ThinkGeo.MapSuite.Core.Feature –> | The target feature to caculate the control point. |
<!– ThinkGeo.MapSuite.AndroidEdition.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.AndroidEdition.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.Core.Feature} –> | A collection of features stands for the Resize control points. |
Name | Type | Description |
---|---|---|
feature | Feature<!– ThinkGeo.MapSuite.Core.Feature –> | The target feature to caculate the control point. |
<!– ThinkGeo.MapSuite.AndroidEdition.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.AndroidEdition.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.Core.Feature} –> | A collection of features stands for the Rotate control points. |
Name | Type | Description |
---|---|---|
feature | Feature<!– ThinkGeo.MapSuite.Core.Feature –> | The target feature to caculate the control point. |
<!– ThinkGeo.MapSuite.AndroidEdition.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.AndroidEdition.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.Core.Feature} –> | A collection of features stands for the Vertex control points. |
Name | Type | Description |
---|---|---|
feature | Feature<!– ThinkGeo.MapSuite.Core.Feature –> | The target feature to caculate the control point. |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
This protected virtual method is the Core method of Close API.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
isDisposing | Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) –> Go Back
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveResult –> |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay(overriden) –> 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.Core.Feature –> | Returns a dragged feature. |
Name | Type | Description |
---|---|---|
sourceFeature | Feature<!– ThinkGeo.MapSuite.Core.Feature –> | This parameter specifies the source feature to be dragged. |
sourceControlPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter specifes the source control point to drag the feature. |
targetControlPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter specifes the target control point to drag the feature. |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
This is the Core method of DragFeature which encapsulate the logic.
Return Type | Description |
---|---|
Feature<!– ThinkGeo.MapSuite.Core.Feature –> | Returns a dragged feature. |
Name | Type | Description |
---|---|---|
sourceFeature | Feature<!– ThinkGeo.MapSuite.Core.Feature –> | This parameter specifies the source feature to be dragged. |
sourceControlPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter specifes the source control point to drag the feature. |
targetControlPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter specifes the target control point to drag the feature. |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> 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 |
---|---|---|
mapArguments | MapArguments<!– ThinkGeo.MapSuite.AndroidEdition.MapArguments –> | This parameter is the arguments for current map. |
refreshType | OverlayRefreshType<!– ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType –> | This parameter is current refreshType, could be pan or redraw. |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) –> Go Back
This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException.
This method can be overriden its logic by rewrite the DrawExceptionCore.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
geoCanvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | |
exception | Exception<!– System.Exception –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
geoCanvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | |
ex | Exception<!– System.Exception –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> 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.Core.PointShape –> | This is the targetPointShape possible be used when overriding. |
<!– ThinkGeo.MapSuite.AndroidEdition.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.Core.PointShape –> | This is the targetPointShape possible be used when overriding. |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object(overriden) –> Go Back
This method returns the bounding box of the Overlay.
This method returns the bounding box of the Overlay.
Return Type | Description |
---|---|
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | This method returns the bounding box of the Overlay. |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
mapArguments | MapArguments<!– ThinkGeo.MapSuite.AndroidEdition.MapArguments –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) –> Go Back
This protected virtual method is the Core method of LongPress API.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> 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.Core.Feature –> | Returns a rotated feature. |
Name | Type | Description |
---|---|---|
sourceFeature | Feature<!– ThinkGeo.MapSuite.Core.Feature –> | This parameter specifies the source feature to be move vertex from. |
sourceControlPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter specifes the source control point to move vertex from the feature. |
targetControlPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter specifes the target control point to move vertex from the feature. |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
This is the Core method of MoveVertex which encapsulate the logic.
Return Type | Description |
---|---|
Feature<!– ThinkGeo.MapSuite.Core.Feature –> | Returns a vertex moved feature. |
Name | Type | Description |
---|---|---|
sourceFeature | Feature<!– ThinkGeo.MapSuite.Core.Feature –> | This parameter specifies the source feature to be move vertex from. |
sourceControlPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter specifes the source control point to move vertex from the feature. |
targetControlPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter specifes the target control point to move vertex from the feature. |
<!– ThinkGeo.MapSuite.AndroidEdition.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.AndroidEdition.ControlPointSelectedEditInteractiveOverlayEventArgs –> | The ControlPointSelectedEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.AndroidEdition.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.AndroidEdition.ControlPointSelectingEditInteractiveOverlayEventArgs –> | The ControlPointSelectingEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
This method raises before the overlay is drawing exception.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
args | DrawingExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs –> | This parameter is the event argument for DrawingException event. |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This method raises after the overlay is drawn exception.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
args | DrawnExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs –> | This parameter is the event argument for DrawingException event. |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
editedFeature | Feature<!– ThinkGeo.MapSuite.Core.Feature –> |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
This event will be fired after dragging the feature.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | FeatureDraggedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.FeatureDraggedEditInteractiveOverlayEventArgs –> | The FeatureDraggedEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.AndroidEdition.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.AndroidEdition.FeatureDraggingEditInteractiveOverlayEventArgs –> | The FeatureDraggingEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.AndroidEdition.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.AndroidEdition.FeatureResizedEditInteractiveOverlayEventArgs –> | The FeatureResizedEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.AndroidEdition.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.AndroidEdition.FeatureResizingEditInteractiveOverlayEventArgs –> | The FeatureResizingEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.AndroidEdition.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.AndroidEdition.FeatureRotatedEditInteractiveOverlayEventArgs –> | The FeatureRotatedEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.AndroidEdition.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.AndroidEdition.FeatureRotatingEditInteractiveOverlayEventArgs –> | The FeatureRotatingEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> 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.AndroidEdition.VertexAddedEditInteractiveOverlayEventArgs –> | The VertexAddedEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.AndroidEdition.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.AndroidEdition.VertexAddingEditInteractiveOverlayEventArgs –> | The VertexAddingEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.AndroidEdition.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.AndroidEdition.VertexMovedEditInteractiveOverlayEventArgs –> | The VertexMovedEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.AndroidEdition.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.AndroidEdition.VertexMovingEditInteractiveOverlayEventArgs –> | The VertexMovingEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.AndroidEdition.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.AndroidEdition.VertexRemovedEditInteractiveOverlayEventArgs –> | The VertexRemovedEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.AndroidEdition.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.AndroidEdition.VertexRemovingEditInteractiveOverlayEventArgs –> | The VertexRemovingEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
This protected virtual method is the Core method of Open API.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
transformInfo | TransformArguments<!– ThinkGeo.MapSuite.AndroidEdition.TransformArguments –> | |
mapArguments | MapArguments<!– ThinkGeo.MapSuite.AndroidEdition.MapArguments –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) –> Go Back
This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles.
The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.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.Core.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.AndroidEdition.EditInteractiveOverlay –> Go Back
This is the Core method of RemoveVertex which encapsulate the logic.
Return Type | Description |
---|---|
Feature<!– ThinkGeo.MapSuite.Core.Feature –> | Returns a vertex removed feature. |
Name | Type | Description |
---|---|---|
editShapeFeature | Feature<!– ThinkGeo.MapSuite.Core.Feature –> | This parameter specifies the target feature to be remove vertex from. |
selectedVertex | Vertex<!– ThinkGeo.MapSuite.Core.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.AndroidEdition.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.Core.Feature –> | Returns a resized feature. |
Name | Type | Description |
---|---|---|
sourceFeature | Feature<!– ThinkGeo.MapSuite.Core.Feature –> | This parameter specifies the source feature to be resized. |
sourceControlPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter specifes the source control point to resize the feature. |
targetControlPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter specifes the target control point to resize the feature. |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
This is the Core method of ResizeFeature which encapsulate the logic.
Return Type | Description |
---|---|
Feature<!– ThinkGeo.MapSuite.Core.Feature –> | Returns a resized feature. |
Name | Type | Description |
---|---|---|
sourceFeature | Feature<!– ThinkGeo.MapSuite.Core.Feature –> | This parameter specifies the source feature to be resized. |
sourceControlPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter specifes the source control point to resize the feature. |
targetControlPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter specifes the target control point to resize the feature. |
<!– ThinkGeo.MapSuite.AndroidEdition.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.Core.Feature –> | Returns a rotated feature. |
Name | Type | Description |
---|---|---|
sourceFeature | Feature<!– ThinkGeo.MapSuite.Core.Feature –> | This parameter specifies the source feature to be rotated. |
sourceControlPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter specifes the source control point to rotate the feature. |
targetControlPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter specifes the target control point to rotate the feature. |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
This is the Core method of RotateFeature which encapsulate the logic.
Return Type | Description |
---|---|
Feature<!– ThinkGeo.MapSuite.Core.Feature –> | Returns a resized feature. |
Name | Type | Description |
---|---|---|
sourceFeature | Feature<!– ThinkGeo.MapSuite.Core.Feature –> | This parameter specifies the source feature to be rotated. |
sourceControlPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter specifes the source control point to rotate the feature. |
targetControlPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | This parameter specifes the target control point to rotate the feature. |
<!– ThinkGeo.MapSuite.AndroidEdition.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.Core.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.AndroidEdition.EditInteractiveOverlay –> Go Back
This protected virtual method is the Core method of SetSelectedControlPoint API.
Return Type | Description |
---|---|
Feature<!– ThinkGeo.MapSuite.Core.Feature –> | A feature stands for the selected control point. |
Name | Type | Description |
---|---|---|
targetPointShape | PointShape<!– ThinkGeo.MapSuite.Core.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.AndroidEdition.EditInteractiveOverlay –> Go Back
This overrides the MouseClick logic in its base class.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay(overriden) –> Go Back
This overrides the MouseDown logic in its base class InterativeOverlay.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay(overriden) –> Go Back
This overrides the MouseMove logic in its base class InterativeOverlay.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay(overriden) –> Go Back
This protected virtual method is the Core method of TouchPointerDown API.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay –> Go Back
This overrides the MouseUp logic in its base class InterativeOverlay.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay(overriden) –> Go Back
Gets or sets the attribution for this overlay.
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Gets a value which indicates whether the shape can Add new vertex.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
Gets a value which indicates whether the shape can be dragged.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
Gets a value which indicates whether the shape can remove a existing vertex.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
Gets a value which indicates whether the shape can be reshaped.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
Gets a value which indicates whether the shape can be resized.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
Gets a value which indicates whether the shape can be rotated.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.AndroidEdition.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.Core.InMemoryFeatureLayer –> |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing.
Return Type |
---|
DrawingExceptionMode<!– ThinkGeo.MapSuite.Core.DrawingExceptionMode –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Gets or sets the drawingQuality for this overlay.
Return Type |
---|
DrawingQuality<!– ThinkGeo.MapSuite.Core.DrawingQuality –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This property gets the InMemoryFeatureLayer which holds the edit shapes.
Return Type |
---|
InMemoryFeatureLayer<!– ThinkGeo.MapSuite.Core.InMemoryFeatureLayer –> |
<!– ThinkGeo.MapSuite.AndroidEdition.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.Core.InMemoryFeatureLayer –> |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
Gets or sets Overlay's the interactiveView.
Return Type |
---|
TileView<!– ThinkGeo.MapSuite.AndroidEdition.TileView –> |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay –> 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.AndroidEdition.Overlay(overriden) –> Go Back
Gets or sets if this overlay is visible.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Gets or sets the mapArguments for this overlay.
Return Type |
---|
MapArguments<!– ThinkGeo.MapSuite.AndroidEdition.MapArguments –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Gets or sets the name of this overaly.
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Gets or sets the opacity for this overlay.
Return Type |
---|
Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.AndroidEdition.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.Core.InMemoryFeatureLayer –> |
<!– ThinkGeo.MapSuite.AndroidEdition.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.Core.InMemoryFeatureLayer –> |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> 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.AndroidEdition.TrackMode –> |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
This property gets or sets the ControlPointType for the control points of the edit shapes.
Return Type |
---|
ControlPointType<!– ThinkGeo.MapSuite.AndroidEdition.ControlPointType –> |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
This property gets the feature represents the original editing feature.
Return Type |
---|
Feature<!– ThinkGeo.MapSuite.Core.Feature –> |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
This property gets the feature represents the select control points of the edit shapes.
Return Type |
---|
Feature<!– ThinkGeo.MapSuite.Core.Feature –> |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
This event will be fired after select the control point.
Event Arguments |
---|
ControlPointSelectedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.ControlPointSelectedEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
This event will be fired before select the control point.
Event Arguments |
---|
ControlPointSelectingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.ControlPointSelectingEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
Occurs before exception is drawing on map.
Event Arguments |
---|
DrawingExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Occurs after exception is drawn on map.
Event Arguments |
---|
DrawnExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Event Arguments |
---|
EditEndedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.EditEndedEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
This event will be fired after drag the feature.
Event Arguments |
---|
FeatureDraggedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.FeatureDraggedEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
This event will be fired before drag the feature.
Event Arguments |
---|
FeatureDraggingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.FeatureDraggingEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
This event will be fired after resize the feature.
Event Arguments |
---|
FeatureResizedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.FeatureResizedEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
This event will be fired before resize the feature.
Event Arguments |
---|
FeatureResizingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.FeatureResizingEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
This event will be fired after rotate the feature.
Event Arguments |
---|
FeatureRotatedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.FeatureRotatedEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
This event will be fired before rotate the feature.
Event Arguments |
---|
FeatureRotatingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.FeatureRotatingEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
This event will be fired after add the vertex.
Event Arguments |
---|
VertexAddedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.VertexAddedEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
This event will be fired before add the vertex.
Event Arguments |
---|
VertexAddingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.VertexAddingEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
This event will be fired after move the vertex.
Event Arguments |
---|
VertexMovedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.VertexMovedEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
This event will be fired before move the vertex.
Event Arguments |
---|
VertexMovingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.VertexMovingEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
This event will be fired after remove the vertex.
Event Arguments |
---|
VertexRemovedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.VertexRemovedEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
This event will be fired before remove the vertex.
Event Arguments |
---|
VertexRemovingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.VertexRemovingEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay –> Go Back
NOTOC AndroidEdition ThinkGeo.MapSuite.AndroidEdition UpdateDocumentation