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.iOSEdition.Overlay *ThinkGeo.MapSuite.iOSEdition.InteractiveOverlay ThinkGeo.MapSuite.iOSEdition.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 | Closes this instance. | |
![]() | Delete the selected track shape. | ||
![]() | Overlay | Disposes this instance. | |
![]() | InteractionArguments | InteractiveOverlay | Doubles the tap. |
![]() | MapArguments, OverlayRefreshType | Overlay | This method draws the overlay by the specified arguments. |
![]() | Object | Object | |
![]() | Overlay | Gets the bounding box. | |
![]() | Object | ||
![]() | Object | ||
![]() | MapArguments | Overlay | Initializes the specified map arguments. |
![]() | InteractionArguments | InteractiveOverlay | Longs the press. |
![]() | TransformArguments, MapArguments | Overlay | Posts the transform for the overlay. |
![]() | Overlay | Refreshes this instance. | |
![]() | InteractionArguments | InteractiveOverlay | Singles the tap. |
![]() | Object | ||
![]() | InteractionArguments | InteractiveOverlay | Touches down. |
![]() | InteractionArguments | InteractiveOverlay | Touches the move. |
![]() | InteractionArguments | InteractiveOverlay | Touches the pointer down. |
![]() | InteractionArguments | InteractiveOverlay | Touches up. |
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 | Closes the core. | |
![]() | 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 | Draws the exception. |
![]() | GeoCanvas, Exception | Overlay | Draws the exception core. |
![]() | 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 | Gets the bounding box core. | |
![]() | MapArguments | Overlay(overriden) | |
![]() | InteractionArguments | InteractiveOverlay | Longs the press core. |
![]() | 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 | Handles the event. |
![]() | DrawnExceptionOverlayEventArgs | Overlay | Handles the event. |
![]() | 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. | |
![]() | TransformArguments, MapArguments | Overlay(overriden) | |
![]() | Overlay | Refreshes the core. | |
![]() | 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 | Touches the pointer down core. |
![]() | InteractionArguments | InteractiveOverlay(overriden) | This overrides the MouseUp logic in its base class InterativeOverlay. |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | String | Overlay | Gets or sets the attribution. |
![]() | 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 drawing quality. |
![]() | 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 the interactive view. |
![]() | 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 a value indicating whether this instance is visible. |
![]() | MapArguments | Overlay | Gets or sets the map arguments. |
![]() | String | Overlay | Gets or sets the name. |
![]() | Double | Overlay | Gets or sets the opacity. |
![]() | UIView | Overlay | Gets or sets the overlay view. |
![]() | 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.iOSEdition.EditInteractiveOverlay –> Go Back
This method clears all control points in corresponding layer.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.iOSEdition.EditInteractiveOverlay –> Go Back
Closes this instance.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.iOSEdition.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.iOSEdition.EditInteractiveOverlay –> Go Back
Disposes this instance.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Doubles the tap.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.iOSEdition.InteractiveResult –> | InteractiveResult. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.iOSEdition.InteractionArguments –> | The e. |
<!– ThinkGeo.MapSuite.iOSEdition.InteractiveOverlay –> Go Back
This method draws the overlay by the specified arguments.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
mapArguments | MapArguments<!– ThinkGeo.MapSuite.iOSEdition.MapArguments –> | This parameter indicates an mapArguments to draw the overlay. |
refreshType | OverlayRefreshType<!– ThinkGeo.MapSuite.iOSEdition.OverlayRefreshType –> | This parameter indicates whether this overlay needs to be refresh or not. |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Gets the bounding box.
Return Type | Description |
---|---|
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | A RectangleShape value for the overlay. |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.iOSEdition.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
Initializes the specified map arguments.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
mapArguments | MapArguments<!– ThinkGeo.MapSuite.iOSEdition.MapArguments –> | The map arguments. |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Longs the press.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.iOSEdition.InteractiveResult –> | InteractiveResult. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.iOSEdition.InteractionArguments –> | The e. |
<!– ThinkGeo.MapSuite.iOSEdition.InteractiveOverlay –> Go Back
Posts the transform for the overlay.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
transformInfo | TransformArguments<!– ThinkGeo.MapSuite.iOSEdition.TransformArguments –> | The transform information. |
mapArguments | MapArguments<!– ThinkGeo.MapSuite.iOSEdition.MapArguments –> | The map arguments. |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Refreshes this instance.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Singles the tap.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.iOSEdition.InteractiveResult –> | InteractiveResult. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.iOSEdition.InteractionArguments –> | The e. |
<!– ThinkGeo.MapSuite.iOSEdition.InteractiveOverlay –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Touches down.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.iOSEdition.InteractiveResult –> | InteractiveResult. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.iOSEdition.InteractionArguments –> | The e. |
<!– ThinkGeo.MapSuite.iOSEdition.InteractiveOverlay –> Go Back
Touches the move.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.iOSEdition.InteractiveResult –> | InteractiveResult. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.iOSEdition.InteractionArguments –> | The e. |
<!– ThinkGeo.MapSuite.iOSEdition.InteractiveOverlay –> Go Back
Touches the pointer down.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.iOSEdition.InteractiveResult –> | InteractiveResult. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.iOSEdition.InteractionArguments –> | The e. |
<!– ThinkGeo.MapSuite.iOSEdition.InteractiveOverlay –> Go Back
Touches up.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.iOSEdition.InteractiveResult –> | InteractiveResult. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.iOSEdition.InteractionArguments –> | The e. |
<!– ThinkGeo.MapSuite.iOSEdition.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.iOSEdition.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.iOSEdition.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.iOSEdition.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.iOSEdition.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.iOSEdition.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.iOSEdition.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.iOSEdition.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.iOSEdition.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.iOSEdition.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.iOSEdition.EditInteractiveOverlay –> Go Back
Closes the core.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
isDisposing | Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay(overriden) –> Go Back
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.iOSEdition.InteractiveResult –> |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.iOSEdition.InteractionArguments –> |
<!– ThinkGeo.MapSuite.iOSEdition.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.iOSEdition.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.iOSEdition.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.iOSEdition.MapArguments –> | |
refreshType | OverlayRefreshType<!– ThinkGeo.MapSuite.iOSEdition.OverlayRefreshType –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay(overriden) –> Go Back
Draws the exception.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
geoCanvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | The geo canvas. |
exception | Exception<!– System.Exception –> | The exception. |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Draws the exception core.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
geoCanvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | The geo canvas. |
ex | Exception<!– System.Exception –> | The ex. |
<!– ThinkGeo.MapSuite.iOSEdition.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.iOSEdition.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.iOSEdition.EditInteractiveOverlay –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object(overriden) –> Go Back
Gets the bounding box core.
Return Type | Description |
---|---|
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | RectangleShape. |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
mapArgument | MapArguments<!– ThinkGeo.MapSuite.iOSEdition.MapArguments –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay(overriden) –> Go Back
Longs the press core.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.iOSEdition.InteractiveResult –> | InteractiveResult. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.iOSEdition.InteractionArguments –> | The e. |
<!– ThinkGeo.MapSuite.iOSEdition.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.iOSEdition.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.iOSEdition.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.iOSEdition.ControlPointSelectedEditInteractiveOverlayEventArgs –> | The ControlPointSelectedEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.iOSEdition.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.iOSEdition.ControlPointSelectingEditInteractiveOverlayEventArgs –> | The ControlPointSelectingEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.iOSEdition.EditInteractiveOverlay –> Go Back
Handles the event.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
args | DrawingExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs –> | The instance containing the event data. |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Handles the event.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
args | DrawnExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs –> | The instance containing the event data. |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
editedFeature | Feature<!– ThinkGeo.MapSuite.Core.Feature –> |
<!– ThinkGeo.MapSuite.iOSEdition.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.iOSEdition.FeatureDraggedEditInteractiveOverlayEventArgs –> | The FeatureDraggedEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.iOSEdition.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.iOSEdition.FeatureDraggingEditInteractiveOverlayEventArgs –> | The FeatureDraggingEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.iOSEdition.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.iOSEdition.FeatureResizedEditInteractiveOverlayEventArgs –> | The FeatureResizedEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.iOSEdition.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.iOSEdition.FeatureResizingEditInteractiveOverlayEventArgs –> | The FeatureResizingEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.iOSEdition.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.iOSEdition.FeatureRotatedEditInteractiveOverlayEventArgs –> | The FeatureRotatedEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.iOSEdition.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.iOSEdition.FeatureRotatingEditInteractiveOverlayEventArgs –> | The FeatureRotatingEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.iOSEdition.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.iOSEdition.VertexAddedEditInteractiveOverlayEventArgs –> | The VertexAddedEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.iOSEdition.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.iOSEdition.VertexAddingEditInteractiveOverlayEventArgs –> | The VertexAddingEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.iOSEdition.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.iOSEdition.VertexMovedEditInteractiveOverlayEventArgs –> | The VertexMovedEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.iOSEdition.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.iOSEdition.VertexMovingEditInteractiveOverlayEventArgs –> | The VertexMovingEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.iOSEdition.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.iOSEdition.VertexRemovedEditInteractiveOverlayEventArgs –> | The VertexRemovedEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.iOSEdition.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.iOSEdition.VertexRemovingEditInteractiveOverlayEventArgs –> | The VertexRemovingEditInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.iOSEdition.EditInteractiveOverlay –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
transformInfo | TransformArguments<!– ThinkGeo.MapSuite.iOSEdition.TransformArguments –> | |
mapArguments | MapArguments<!– ThinkGeo.MapSuite.iOSEdition.MapArguments –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay(overriden) –> Go Back
Refreshes the core.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.iOSEdition.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.iOSEdition.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.iOSEdition.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.iOSEdition.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.iOSEdition.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.iOSEdition.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.iOSEdition.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.iOSEdition.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.iOSEdition.EditInteractiveOverlay –> Go Back
This overrides the MouseClick logic in its base class.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.iOSEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.iOSEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.iOSEdition.InteractiveOverlay(overriden) –> Go Back
This overrides the MouseDown logic in its base class InterativeOverlay.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.iOSEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.iOSEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.iOSEdition.InteractiveOverlay(overriden) –> Go Back
This overrides the MouseMove logic in its base class InterativeOverlay.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.iOSEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.iOSEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.iOSEdition.InteractiveOverlay(overriden) –> Go Back
Touches the pointer down core.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.iOSEdition.InteractiveResult –> | InteractiveResult. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.iOSEdition.InteractionArguments –> | The e. |
<!– ThinkGeo.MapSuite.iOSEdition.InteractiveOverlay –> Go Back
This overrides the MouseUp logic in its base class InterativeOverlay.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.iOSEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.iOSEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.iOSEdition.InteractiveOverlay(overriden) –> Go Back
Gets or sets the attribution.
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Gets a value which indicates whether the shape can Add new vertex.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.iOSEdition.EditInteractiveOverlay –> Go Back
Gets a value which indicates whether the shape can be dragged.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.iOSEdition.EditInteractiveOverlay –> Go Back
Gets a value which indicates whether the shape can remove a existing vertex.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.iOSEdition.EditInteractiveOverlay –> Go Back
Gets a value which indicates whether the shape can be reshaped.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.iOSEdition.EditInteractiveOverlay –> Go Back
Gets a value which indicates whether the shape can be resized.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.iOSEdition.EditInteractiveOverlay –> Go Back
Gets a value which indicates whether the shape can be rotated.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.iOSEdition.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.iOSEdition.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.iOSEdition.Overlay –> Go Back
Gets or sets the drawing quality.
Return Type |
---|
DrawingQuality<!– ThinkGeo.MapSuite.Core.DrawingQuality –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
This property gets the InMemoryFeatureLayer which holds the edit shapes.
Return Type |
---|
InMemoryFeatureLayer<!– ThinkGeo.MapSuite.Core.InMemoryFeatureLayer –> |
<!– ThinkGeo.MapSuite.iOSEdition.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.iOSEdition.EditInteractiveOverlay –> Go Back
Gets or sets the interactive view.
Return Type |
---|
TileView<!– ThinkGeo.MapSuite.iOSEdition.TileView –> |
<!– ThinkGeo.MapSuite.iOSEdition.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.iOSEdition.Overlay(overriden) –> Go Back
Gets or sets a value indicating whether this instance is visible.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Gets or sets the map arguments.
Return Type |
---|
MapArguments<!– ThinkGeo.MapSuite.iOSEdition.MapArguments –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Gets or sets the name.
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Gets or sets the opacity.
Return Type |
---|
Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Gets or sets the overlay view.
Return Type |
---|
UIView<!– MonoTouch.UIKit.UIView –> |
<!– ThinkGeo.MapSuite.iOSEdition.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.iOSEdition.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.iOSEdition.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.iOSEdition.TrackMode –> |
<!– ThinkGeo.MapSuite.iOSEdition.EditInteractiveOverlay –> Go Back
This property gets or sets the ControlPointType for the control points of the edit shapes.
Return Type |
---|
ControlPointType<!– ThinkGeo.MapSuite.iOSEdition.ControlPointType –> |
<!– ThinkGeo.MapSuite.iOSEdition.EditInteractiveOverlay –> Go Back
This property gets the feature represents the original editing feature.
Return Type |
---|
Feature<!– ThinkGeo.MapSuite.Core.Feature –> |
<!– ThinkGeo.MapSuite.iOSEdition.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.iOSEdition.EditInteractiveOverlay –> Go Back
This event will be fired after select the control point.
Event Arguments |
---|
ControlPointSelectedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.ControlPointSelectedEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.iOSEdition.EditInteractiveOverlay –> Go Back
This event will be fired before select the control point.
Event Arguments |
---|
ControlPointSelectingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.ControlPointSelectingEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.iOSEdition.EditInteractiveOverlay –> Go Back
This event raises when exception.
Event Arguments |
---|
DrawingExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
This event raises when exception.
Event Arguments |
---|
DrawnExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Event Arguments |
---|
EditEndedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.EditEndedEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.iOSEdition.EditInteractiveOverlay –> Go Back
This event will be fired after drag the feature.
Event Arguments |
---|
FeatureDraggedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.FeatureDraggedEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.iOSEdition.EditInteractiveOverlay –> Go Back
This event will be fired before drag the feature.
Event Arguments |
---|
FeatureDraggingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.FeatureDraggingEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.iOSEdition.EditInteractiveOverlay –> Go Back
This event will be fired after resize the feature.
Event Arguments |
---|
FeatureResizedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.FeatureResizedEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.iOSEdition.EditInteractiveOverlay –> Go Back
This event will be fired before resize the feature.
Event Arguments |
---|
FeatureResizingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.FeatureResizingEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.iOSEdition.EditInteractiveOverlay –> Go Back
This event will be fired after rotate the feature.
Event Arguments |
---|
FeatureRotatedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.FeatureRotatedEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.iOSEdition.EditInteractiveOverlay –> Go Back
This event will be fired before rotate the feature.
Event Arguments |
---|
FeatureRotatingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.FeatureRotatingEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.iOSEdition.EditInteractiveOverlay –> Go Back
This event will be fired after add the vertex.
Event Arguments |
---|
VertexAddedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.VertexAddedEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.iOSEdition.EditInteractiveOverlay –> Go Back
This event will be fired before add the vertex.
Event Arguments |
---|
VertexAddingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.VertexAddingEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.iOSEdition.EditInteractiveOverlay –> Go Back
This event will be fired after move the vertex.
Event Arguments |
---|
VertexMovedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.VertexMovedEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.iOSEdition.EditInteractiveOverlay –> Go Back
This event will be fired before move the vertex.
Event Arguments |
---|
VertexMovingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.VertexMovingEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.iOSEdition.EditInteractiveOverlay –> Go Back
This event will be fired after remove the vertex.
Event Arguments |
---|
VertexRemovedEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.VertexRemovedEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.iOSEdition.EditInteractiveOverlay –> Go Back
This event will be fired before remove the vertex.
Event Arguments |
---|
VertexRemovingEditInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.VertexRemovingEditInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.iOSEdition.EditInteractiveOverlay –> Go Back
NOTOC iOSEdition ThinkGeo.MapSuite.iOSEdition UpdateDocumentation