====== ThinkGeo.MapSuite.iOSEdition.EditInteractiveOverlay ====== {{section>upgrade_map_suite_to_10.0}} This class inherits from InterativeOverlay abstract class. This specified overlay describle the EditShape interative process with MapControl using Mouse or Keyborad. ===== Inheritance Hierarchy ===== *System.Object *ThinkGeo.MapSuite.iOSEdition.Overlay *ThinkGeo.MapSuite.iOSEdition.InteractiveOverlay ***ThinkGeo.MapSuite.iOSEdition.EditInteractiveOverlay** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} EditInteractiveOverlay() ** Default constructor of the class. If you use thi constructor, please set the properties correctly or it will use their default values. == Remarks == N/A == Parameters ==
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} CalculateAllControlPoints() ** This method calculates all control points. == Remarks == First, it will clear all control points. Then it will calculate each control points according to their settings. == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} ClearAllControlPoints() ** This method clears all control points in corresponding layer. == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} DeleteTrackShape() ** Delete the selected track shape. == Remarks == Should set TrackMode as EditShape mode first, use mouse select one shape, and then call DeleteTrackShape, it will delete the selected shape. == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} TouchUp(InteractionArguments) ** N/A == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.iOSEdition.InteractiveResult|InteractiveResult]] * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.iOSEdition.InteractionArguments|InteractionArguments]] * Description:N/A
** {{wiki:PublicMethod.gif|}} TouchDown(InteractionArguments) ** N/A == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.iOSEdition.InteractiveResult|InteractiveResult]] * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.iOSEdition.InteractionArguments|InteractionArguments]] * Description:N/A
** {{wiki:PublicMethod.gif|}} TouchMove(InteractionArguments) ** N/A == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.iOSEdition.InteractiveResult|InteractiveResult]] * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.iOSEdition.InteractionArguments|InteractionArguments]] * Description:N/A
** {{wiki:PublicMethod.gif|}} TouchPointerDown(InteractionArguments) ** N/A == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.iOSEdition.InteractiveResult|InteractiveResult]] * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.iOSEdition.InteractionArguments|InteractionArguments]] * Description:N/A
** {{wiki:PublicMethod.gif|}} SingleTap(InteractionArguments) ** N/A == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.iOSEdition.InteractiveResult|InteractiveResult]] * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.iOSEdition.InteractionArguments|InteractionArguments]] * Description:N/A
** {{wiki:PublicMethod.gif|}} DoubleTap(InteractionArguments) ** N/A == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.iOSEdition.InteractiveResult|InteractiveResult]] * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.iOSEdition.InteractionArguments|InteractionArguments]] * Description:N/A
** {{wiki:PublicMethod.gif|}} LongPress(InteractionArguments) ** N/A == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.iOSEdition.InteractiveResult|InteractiveResult]] * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.iOSEdition.InteractionArguments|InteractionArguments]] * Description:N/A
** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable) ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //extentsToRefresh// * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> * Description:N/A
** {{wiki:PublicMethod.gif|}} Refresh(TimeSpan) ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //bufferTime// * Type:TimeSpan * Description:N/A
** {{wiki:PublicMethod.gif|}} Refresh(TimeSpan,RequestDrawingBufferTimeType) ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //bufferTime// * Type:TimeSpan * Description:N/A * //bufferTimeType// * Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] * Description:N/A
** {{wiki:PublicMethod.gif|}} Refresh(TimeSpan,BufferTimeType) ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //bufferTime// * Type:TimeSpan * Description:N/A * //bufferTimeType// * Type:[[ThinkGeo.MapSuite.Core.BufferTimeType|BufferTimeType]] * Description:N/A
** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape,TimeSpan) ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //extentToRefresh// * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] * Description:N/A * //bufferTime// * Type:TimeSpan * Description:N/A
** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape,TimeSpan,RequestDrawingBufferTimeType) ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //extentToRefresh// * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] * Description:N/A * //bufferTime// * Type:TimeSpan * Description:N/A * //bufferTimeType// * Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] * Description:N/A
** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape,TimeSpan,BufferTimeType) ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //extentToRefresh// * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] * Description:N/A * //bufferTime// * Type:TimeSpan * Description:N/A * //bufferTimeType// * Type:[[ThinkGeo.MapSuite.Core.BufferTimeType|BufferTimeType]] * Description:N/A
** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable,TimeSpan) ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //extentsToRefresh// * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> * Description:N/A * //bufferTime// * Type:TimeSpan * Description:N/A
** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable,TimeSpan,RequestDrawingBufferTimeType) ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //extentsToRefresh// * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> * Description:N/A * //bufferTime// * Type:TimeSpan * Description:N/A * //bufferTimeType// * Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] * Description:N/A
** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable,TimeSpan,BufferTimeType) ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //extentsToRefresh// * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> * Description:N/A * //bufferTime// * Type:TimeSpan * Description:N/A * //bufferTimeType// * Type:[[ThinkGeo.MapSuite.Core.BufferTimeType|BufferTimeType]] * Description:N/A
** {{wiki:PublicMethod.gif|}} RemoveAllAnimations() ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetBoundingBox() ** N/A == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Initialize(MapArguments) ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //mapArguments// * Type:[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] * Description:N/A
** {{wiki:PublicMethod.gif|}} Refresh() ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape) ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //extent// * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] * Description:N/A
** {{wiki:PublicMethod.gif|}} Draw(MapArguments,OverlayRefreshType) ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //mapArguments// * Type:[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] * Description:N/A * //refreshType// * Type:[[ThinkGeo.MapSuite.iOSEdition.OverlayRefreshType|OverlayRefreshType]] * Description:N/A
** {{wiki:PublicMethod.gif|}} PostTransform(TransformArguments,MapArguments) ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //transformInfo// * Type:[[ThinkGeo.MapSuite.iOSEdition.TransformArguments|TransformArguments]] * Description:N/A * //mapArguments// * Type:[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] * Description:N/A
** {{wiki:PublicMethod.gif|}} Close() ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Dispose() ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} ToString() ** N/A == Remarks == N/A == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** N/A == Remarks == N/A == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** N/A == Remarks == N/A == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** N/A == Remarks == N/A == Return Value == * Type:Type * Description:N/A == Parameters ==
==== Protected Methods ==== ** {{wiki:ProtectedMethod.gif|}} CalculateRotateControlPoints() ** This method caculates the Rotate control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method. == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} CalculateRotateControlPointsCore(Feature) ** This is the core API for the CalculateRotateControlPoints, you can override this method if you want to change its logic. == Remarks == N/A == Return Value == * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> * Description:A collection of features stands for the Rotate control points. == Parameters == * //feature// * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] * Description:The target feature to caculate the control point.
** {{wiki:ProtectedMethod.gif|}} CalculateVertexControlPoints() ** This method caculates the vertex control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method. == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} CalculateVertexControlPointsCore(Feature) ** This is the core API for the CalculateVertexControlPoints, you can override this method if you want to change its logic. == Remarks == N/A == Return Value == * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> * Description:A collection of features stands for the Vertex control points. == Parameters == * //feature// * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] * Description:The target feature to caculate the control point.
** {{wiki:ProtectedMethod.gif|}} Dispose(Boolean) ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //disposing// * Type:Boolean * Description:N/A
** {{wiki:ProtectedMethod.gif|}} DoubleTapCore(InteractionArguments) ** N/A == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.iOSEdition.InteractiveResult|InteractiveResult]] * Description:N/A == Parameters == * //interactionArguments// * Type:[[ThinkGeo.MapSuite.iOSEdition.InteractionArguments|InteractionArguments]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} DragFeature(Feature,PointShape,PointShape) ** This is the method to Drag a feature. == Remarks == This method is the concrete wrapper for the abstract method DragFeatureCore. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. == Return Value == * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] * Description:Returns a dragged feature. == Parameters == * //sourceFeature// * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] * Description:This parameter specifies the source feature to be dragged. * //sourceControlPoint// * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] * Description:This parameter specifes the source control point to drag the feature. * //targetControlPoint// * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] * Description:This parameter specifes the target control point to drag the feature.
** {{wiki:ProtectedMethod.gif|}} DragFeatureCore(Feature,PointShape,PointShape) ** This is the Core method of DragFeature which encapsulate the logic. == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] * Description:Returns a dragged feature. == Parameters == * //sourceFeature// * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] * Description:This parameter specifies the source feature to be dragged. * //sourceControlPoint// * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] * Description:This parameter specifes the source control point to drag the feature. * //targetControlPoint// * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] * Description:This parameter specifes the target control point to drag the feature.
** {{wiki:ProtectedMethod.gif|}} DrawCore(MapArguments,OverlayRefreshType) ** This method draws the EditInterativeOverlay. == Remarks == 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 Value == * Type:Void * Description:None == Parameters == * //mapArguments// * Type:[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] * Description:N/A * //refreshType// * Type:[[ThinkGeo.MapSuite.iOSEdition.OverlayRefreshType|OverlayRefreshType]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} EndEditing(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. == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //targetPointShape// * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] * Description:This is the targetPointShape possible be used when overriding.
** {{wiki:ProtectedMethod.gif|}} EndEditingCore(PointShape) ** This is the core method of EndEditing method. This method End the editing for the interative editing on the feature in the EditShapesLayer. == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //targetPointShape// * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] * Description:This is the targetPointShape possible be used when overriding.
** {{wiki:ProtectedMethod.gif|}} MoveVertex(Feature,PointShape,PointShape) ** This is the method to move vertex from a feature. == Remarks == This method is the concrete wrapper for the abstract method MoveVertexCore. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. == Return Value == * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] * Description:Returns a rotated feature. == Parameters == * //sourceFeature// * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] * Description:This parameter specifies the source feature to be move vertex from. * //sourceControlPoint// * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] * Description:This parameter specifes the source control point to move vertex from the feature. * //targetControlPoint// * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] * Description:This parameter specifes the target control point to move vertex from the feature.
** {{wiki:ProtectedMethod.gif|}} MoveVertexCore(Feature,PointShape,PointShape) ** This is the Core method of MoveVertex which encapsulate the logic. == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] * Description:Returns a vertex moved feature. == Parameters == * //sourceFeature// * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] * Description:This parameter specifies the source feature to be move vertex from. * //sourceControlPoint// * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] * Description:This parameter specifes the source control point to move vertex from the feature. * //targetControlPoint// * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] * Description:This parameter specifes the target control point to move vertex from the feature.
** {{wiki:ProtectedMethod.gif|}} OnControlPointSelected(ControlPointSelectedEditInteractiveOverlayEventArgs) ** This event will be fired after control point selected. == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.iOSEdition.ControlPointSelectedEditInteractiveOverlayEventArgs|ControlPointSelectedEditInteractiveOverlayEventArgs]] * Description:The ControlPointSelectedEditInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnControlPointSelecting(ControlPointSelectingEditInteractiveOverlayEventArgs) ** This event will be fired before control point selected. == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.iOSEdition.ControlPointSelectingEditInteractiveOverlayEventArgs|ControlPointSelectingEditInteractiveOverlayEventArgs]] * Description:The ControlPointSelectingEditInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnEditEnded(Feature) ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //editedFeature// * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnFeatureDragged(FeatureDraggedEditInteractiveOverlayEventArgs) ** This event will be fired after dragging the feature. == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.iOSEdition.FeatureDraggedEditInteractiveOverlayEventArgs|FeatureDraggedEditInteractiveOverlayEventArgs]] * Description:The FeatureDraggedEditInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnFeatureDragging(FeatureDraggingEditInteractiveOverlayEventArgs) ** This event will be fired before dragging the feature. == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.iOSEdition.FeatureDraggingEditInteractiveOverlayEventArgs|FeatureDraggingEditInteractiveOverlayEventArgs]] * Description:The FeatureDraggingEditInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnFeatureResized(FeatureResizedEditInteractiveOverlayEventArgs) ** This event will be fired after resizing the feature. == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.iOSEdition.FeatureResizedEditInteractiveOverlayEventArgs|FeatureResizedEditInteractiveOverlayEventArgs]] * Description:The FeatureResizedEditInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnFeatureResizing(FeatureResizingEditInteractiveOverlayEventArgs) ** This event will be fired before resizing the feature. == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.iOSEdition.FeatureResizingEditInteractiveOverlayEventArgs|FeatureResizingEditInteractiveOverlayEventArgs]] * Description:The FeatureResizingEditInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnFeatureRotated(FeatureRotatedEditInteractiveOverlayEventArgs) ** This event will be fired after rotating the feature. == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.iOSEdition.FeatureRotatedEditInteractiveOverlayEventArgs|FeatureRotatedEditInteractiveOverlayEventArgs]] * Description:The FeatureRotatedEditInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnFeatureRotating(FeatureRotatingEditInteractiveOverlayEventArgs) ** This event will be fired before rotating the feature. == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.iOSEdition.FeatureRotatingEditInteractiveOverlayEventArgs|FeatureRotatingEditInteractiveOverlayEventArgs]] * Description:The FeatureRotatingEditInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnVertexAdded(VertexAddedEditInteractiveOverlayEventArgs) ** This event will be fired after vertex added to the edit feature. == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.iOSEdition.VertexAddedEditInteractiveOverlayEventArgs|VertexAddedEditInteractiveOverlayEventArgs]] * Description:The VertexAddedEditInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnVertexAdding(VertexAddingEditInteractiveOverlayEventArgs) ** This event will be fired before vertex added to the edit feature. == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.iOSEdition.VertexAddingEditInteractiveOverlayEventArgs|VertexAddingEditInteractiveOverlayEventArgs]] * Description:The VertexAddingEditInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnVertexMoved(VertexMovedEditInteractiveOverlayEventArgs) ** This event will be fired after moving the feature. == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.iOSEdition.VertexMovedEditInteractiveOverlayEventArgs|VertexMovedEditInteractiveOverlayEventArgs]] * Description:The VertexMovedEditInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnVertexMoving(VertexMovingEditInteractiveOverlayEventArgs) ** This event will be fired before moving the feature. == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.iOSEdition.VertexMovingEditInteractiveOverlayEventArgs|VertexMovingEditInteractiveOverlayEventArgs]] * Description:The VertexMovingEditInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnVertexRemoved(VertexRemovedEditInteractiveOverlayEventArgs) ** This event will be fired after vertex removed from the edit feature. == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.iOSEdition.VertexRemovedEditInteractiveOverlayEventArgs|VertexRemovedEditInteractiveOverlayEventArgs]] * Description:The VertexRemovedEditInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnVertexRemoving(VertexRemovingEditInteractiveOverlayEventArgs) ** This event will be fired before vertex removed from the edit feature. == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.iOSEdition.VertexRemovingEditInteractiveOverlayEventArgs|VertexRemovingEditInteractiveOverlayEventArgs]] * Description:The VertexRemovingEditInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} RemoveVertex(PointShape,Double) ** This is the method to remove vertex from a feature. == Remarks == This method is the concrete wrapper for the abstract method RemoveVertexCore. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. == Return Value == * Type:Boolean * Description:True if remove vertex succeed , other wise return false. == Parameters == * //targetPointShape// * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] * Description:This parameter specifies the point shape to search the vertex. * //searchingTolerance// * Type:Double * Description:This parameter specifes the searching tolerance to search the vetex.
** {{wiki:ProtectedMethod.gif|}} RemoveVertexCore(Feature,Vertex,Double) ** This is the Core method of RemoveVertex which encapsulate the logic. == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] * Description:Returns a vertex removed feature. == Parameters == * //editShapeFeature// * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] * Description:This parameter specifies the target feature to be remove vertex from. * //selectedVertex// * Type:[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] * Description:This parameter specifies the selected vertex to search the vertex. * //searchingTolerance// * Type:Double * Description:This parameter specifes the searching tolerance to search the vetex.
** {{wiki:ProtectedMethod.gif|}} ResizeFeature(Feature,PointShape,PointShape) ** This is the method to Resize a feature. == Remarks == This method is the concrete wrapper for the abstract method ResizeFeatureCore. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. == Return Value == * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] * Description:Returns a resized feature. == Parameters == * //sourceFeature// * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] * Description:This parameter specifies the source feature to be resized. * //sourceControlPoint// * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] * Description:This parameter specifes the source control point to resize the feature. * //targetControlPoint// * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] * Description:This parameter specifes the target control point to resize the feature.
** {{wiki:ProtectedMethod.gif|}} ResizeFeatureCore(Feature,PointShape,PointShape) ** This is the Core method of ResizeFeature which encapsulate the logic. == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] * Description:Returns a resized feature. == Parameters == * //sourceFeature// * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] * Description:This parameter specifies the source feature to be resized. * //sourceControlPoint// * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] * Description:This parameter specifes the source control point to resize the feature. * //targetControlPoint// * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] * Description:This parameter specifes the target control point to resize the feature.
** {{wiki:ProtectedMethod.gif|}} RotateFeature(Feature,PointShape,PointShape) ** This is the method to Rotate a feature. == Remarks == This method is the concrete wrapper for the abstract method RotateFeatureCore. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. == Return Value == * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] * Description:Returns a rotated feature. == Parameters == * //sourceFeature// * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] * Description:This parameter specifies the source feature to be rotated. * //sourceControlPoint// * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] * Description:This parameter specifes the source control point to rotate the feature. * //targetControlPoint// * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] * Description:This parameter specifes the target control point to rotate the feature.
** {{wiki:ProtectedMethod.gif|}} RotateFeatureCore(Feature,PointShape,PointShape) ** This is the Core method of RotateFeature which encapsulate the logic. == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] * Description:Returns a resized feature. == Parameters == * //sourceFeature// * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] * Description:This parameter specifies the source feature to be rotated. * //sourceControlPoint// * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] * Description:This parameter specifes the source control point to rotate the feature. * //targetControlPoint// * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] * Description:This parameter specifes the target control point to rotate the feature.
** {{wiki:ProtectedMethod.gif|}} SetSelectedControlPoint(PointShape,Double) ** This protected method is to set the control point. == Remarks == N/A == Return Value == * Type:Boolean * Description:Returns true if control point are found and set correct, other wise, returns false. == Parameters == * //targetPointShape// * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] * Description:This parameter is target point shape we determine to edit. * //searchingTolerance// * Type:Double * Description:This parameter is the searchinig tolerance to seach the control point.
** {{wiki:ProtectedMethod.gif|}} SetSelectedControlPointCore(PointShape,Double) ** This protected virtual method is the Core method of SetSelectedControlPoint API. == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] * Description:A feature stands for the selected control point. == Parameters == * //targetPointShape// * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] * Description:This parameter is target point shape we determine to edit. * //searchingTolerance// * Type:Double * Description:This parameter is the searchinig tolerance to seach the control point.
** {{wiki:ProtectedMethod.gif|}} SingleTapCore(InteractionArguments) ** This overrides the MouseClick logic in its base class. == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.iOSEdition.InteractiveResult|InteractiveResult]] * Description:Interaction results of this method. == Parameters == * //interactionArguments// * Type:[[ThinkGeo.MapSuite.iOSEdition.InteractionArguments|InteractionArguments]] * Description:This parameter is the interaction auguments for the method.
** {{wiki:ProtectedMethod.gif|}} TouchDownCore(InteractionArguments) ** This overrides the MouseDown logic in its base class InterativeOverlay. == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.iOSEdition.InteractiveResult|InteractiveResult]] * Description:Interaction results of this method. == Parameters == * //interactionArguments// * Type:[[ThinkGeo.MapSuite.iOSEdition.InteractionArguments|InteractionArguments]] * Description:This parameter is the interaction auguments for the method.
** {{wiki:ProtectedMethod.gif|}} TouchMoveCore(InteractionArguments) ** This overrides the MouseMove logic in its base class InterativeOverlay. == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.iOSEdition.InteractiveResult|InteractiveResult]] * Description:Interaction results of this method. == Parameters == * //interactionArguments// * Type:[[ThinkGeo.MapSuite.iOSEdition.InteractionArguments|InteractionArguments]] * Description:This parameter is the interaction auguments for the method.
** {{wiki:ProtectedMethod.gif|}} TouchUpCore(InteractionArguments) ** This overrides the MouseUp logic in its base class InterativeOverlay. == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.iOSEdition.InteractiveResult|InteractiveResult]] * Description:Interaction results of this method. == Parameters == * //interactionArguments// * Type:[[ThinkGeo.MapSuite.iOSEdition.InteractionArguments|InteractionArguments]] * Description:This parameter is the interaction auguments for the method.
** {{wiki:ProtectedMethod.gif|}} AddVertex(PointShape,Double) ** This is the method to add vertex from a feature. == Remarks == This method is the concrete wrapper for the abstract method AddVertexCore. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. == Return Value == * Type:Boolean * Description:True if add vertex succeed , other wise return false. == Parameters == * //targetPointShape// * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] * Description:This parameter specifies the point shape to search the vertex. * //searchingTolerance// * Type:Double * Description:This parameter specifes the searching tolerance to search the vetex.
** {{wiki:ProtectedMethod.gif|}} AddVertexCore(Feature,PointShape,Double) ** This is the Core method of AddVertex which encapsulate the logic. == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] * Description:Returns a vertex added feature. == Parameters == * //targetFeature// * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] * Description:This parameter specifies the target feature to be add vertex from. * //targetPointShape// * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] * Description:This parameter specifies the target vertex to be added. * //searchingTolerance// * Type:Double * Description:This parameter specifes the searching tolerance to search the vetex.
** {{wiki:ProtectedMethod.gif|}} CalculateDragControlPoints() ** This method caculates the Drag control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method. == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} CalculateDragControlPointsCore(Feature) ** This is the core API for the CalculateDragControlPoints, you can override this method if you want to change its logic. == Remarks == N/A == Return Value == * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> * Description:A collection of features stands for the Drag control points. == Parameters == * //feature// * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] * Description:The target feature to caculate the control point.
** {{wiki:ProtectedMethod.gif|}} CalculateResizeControlPoints() ** This method caculates the Resize control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method. == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} CalculateResizeControlPointsCore(Feature) ** This is the core API for the CalculateResizeControlPoints, you can override this method if you want to change its logic. == Remarks == N/A == Return Value == * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> * Description:A collection of features stands for the Resize control points. == Parameters == * //feature// * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] * Description:The target feature to caculate the control point.
** {{wiki:ProtectedMethod.gif|}} TouchPointerDownCore(InteractionArguments) ** N/A == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.iOSEdition.InteractiveResult|InteractiveResult]] * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.iOSEdition.InteractionArguments|InteractionArguments]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} LongPressCore(InteractionArguments) ** N/A == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.iOSEdition.InteractiveResult|InteractiveResult]] * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.iOSEdition.InteractionArguments|InteractionArguments]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} InitializeCore(MapArguments) ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //mapArgument// * Type:[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} PostTransformCore(TransformArguments,MapArguments) ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //transformInfo// * Type:[[ThinkGeo.MapSuite.iOSEdition.TransformArguments|TransformArguments]] * Description:N/A * //mapArguments// * Type:[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} RemoveAllAnimationCore() ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} GetBoundingBoxCore() ** N/A == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} RefreshCore() ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} RefreshCore(RectangleShape) ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //extent// * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} CloseCore() ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} DrawException(GeoCanvas,Exception) ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //geoCanvas// * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] * Description:N/A * //exception// * Type:Exception * Description:N/A
** {{wiki:ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,Exception) ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //geoCanvas// * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] * Description:N/A * //ex// * Type:Exception * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnDrawingException(DrawingExceptionOverlayEventArgs) ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //args// * Type:[[ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnDrawnException(DrawnExceptionOverlayEventArgs) ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //args// * Type:[[ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} Finalize() ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} PrepareInertialPanInternal(RectangleShape,RectangleShape,MapArguments) ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //currentExtent// * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] * Description:N/A * //velocityExtent// * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] * Description:N/A * //mapArguments// * Type:[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} PrepareInertialPan(RectangleShape,RectangleShape,MapArguments) ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //currentExtent// * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] * Description:N/A * //velocityExtent// * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] * Description:N/A * //mapArguments// * Type:[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** N/A == Remarks == N/A == Return Value == * Type:Object * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}}{{wiki:Static.gif|}} GetAllVerticesFromFeature(Feature) ** N/A == Remarks == N/A == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]> * Description:N/A == Parameters == * //feature// * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] * Description:N/A
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} CanAddVertex ** Gets a value which indicates whether the shape can Add new vertex. == Remarks == N/A == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} CanDrag ** Gets a value which indicates whether the shape can be dragged. == Remarks == N/A == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} CanRemoveVertex ** Gets a value which indicates whether the shape can remove a existing vertex. == Remarks == N/A == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} CanReshape ** Gets a value which indicates whether the shape can be reshaped. == Remarks == N/A == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} CanResize ** Gets a value which indicates whether the shape can be resized. == Remarks == N/A == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} CanRotate ** Gets a value which indicates whether the shape can be rotated. == Remarks == N/A == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} DragControlPointsLayer ** This property gets the InMemoryFeatureLayer which holds the control points for drag. == Remarks == Every control points for drag are not the existing vertex of the edit shapes. == Return Value == * Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] ** {{wiki:PublicProperty.gif|}} EditShapesLayer ** This property gets the InMemoryFeatureLayer which holds the edit shapes. == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] ** {{wiki:PublicProperty.gif|}} ExistingControlPointsLayer ** This property gets the InMemoryFeatureLayer which holds the control points which represents the existing vertices of the edit shapes. == Remarks == Every control points in this layer are the existing vertices of the edit shapes. == Return Value == * Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] ** {{wiki:PublicProperty.gif|}} IsEmpty ** 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. == Remarks == N/A == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} ResizeControlPointsLayer ** This property gets the InMemoryFeatureLayer which holds the control points for resize. == Remarks == Every control points for resize are not the existing vertex of the edit shapes. == Return Value == * Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] ** {{wiki:PublicProperty.gif|}} RotateControlPointsLayer ** This property gets the InMemoryFeatureLayer which holds the control points for rotate. == Remarks == Every control points for rotate are not the existing vertex of the edit shapes. == Return Value == * Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] ** {{wiki:PublicProperty.gif|}} TrackMode ** Gets or sets a mode of TrackOverlay. == Remarks == 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 Value == * Type:[[ThinkGeo.MapSuite.iOSEdition.TrackMode|TrackMode]] ** {{wiki:PublicProperty.gif|}} InteractiveView ** N/A == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.iOSEdition.TileView|TileView]] ** {{wiki:PublicProperty.gif|}} AutoRefreshInterval ** N/A == Remarks == N/A == Return Value == * Type:TimeSpan ** {{wiki:PublicProperty.gif|}} Name ** N/A == Remarks == N/A == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} DrawingExceptionMode ** N/A == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] ** {{wiki:PublicProperty.gif|}} IsVisible ** N/A == Remarks == N/A == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} Attribution ** N/A == Remarks == N/A == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} OverlayView ** N/A == Remarks == N/A == Return Value == * Type:UIView ** {{wiki:PublicProperty.gif|}} DrawingQuality ** N/A == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]] ** {{wiki:PublicProperty.gif|}} Opacity ** N/A == Remarks == N/A == Return Value == * Type:Double ** {{wiki:PublicProperty.gif|}} MapArguments ** N/A == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] ** {{wiki:PublicProperty.gif|}} CanRefreshRegion ** N/A == Remarks == N/A == Return Value == * Type:Boolean ==== Protected Properties ==== ** {{wiki:ProtectedProperty.gif|}} ControlPointType ** This property gets or sets the ControlPointType for the control points of the edit shapes. == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.iOSEdition.ControlPointType|ControlPointType]] ** {{wiki:ProtectedProperty.gif|}} OriginalEditingFeature ** This property gets the feature represents the original editing feature. == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] ** {{wiki:ProtectedProperty.gif|}} SelectControlPointFeature ** This property gets the feature represents the select control points of the edit shapes. == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] ==== Public Events ==== ** {{wiki:PublicEvent.gif|}} ControlPointSelected ** This event will be fired after select the control point. == Remarks == N/A Event Arguments:[[ThinkGeo.MapSuite.iOSEdition.ControlPointSelectedEditInteractiveOverlayEventArgs|ControlPointSelectedEditInteractiveOverlayEventArgs]] ** {{wiki:PublicEvent.gif|}} ControlPointSelecting ** This event will be fired before select the control point. == Remarks == N/A Event Arguments:[[ThinkGeo.MapSuite.iOSEdition.ControlPointSelectingEditInteractiveOverlayEventArgs|ControlPointSelectingEditInteractiveOverlayEventArgs]] ** {{wiki:PublicEvent.gif|}} EditEnded ** N/A == Remarks == N/A Event Arguments:[[ThinkGeo.MapSuite.iOSEdition.EditEndedEditInteractiveOverlayEventArgs|EditEndedEditInteractiveOverlayEventArgs]] ** {{wiki:PublicEvent.gif|}} FeatureDragged ** This event will be fired after drag the feature. == Remarks == N/A Event Arguments:[[ThinkGeo.MapSuite.iOSEdition.FeatureDraggedEditInteractiveOverlayEventArgs|FeatureDraggedEditInteractiveOverlayEventArgs]] ** {{wiki:PublicEvent.gif|}} FeatureDragging ** This event will be fired before drag the feature. == Remarks == N/A Event Arguments:[[ThinkGeo.MapSuite.iOSEdition.FeatureDraggingEditInteractiveOverlayEventArgs|FeatureDraggingEditInteractiveOverlayEventArgs]] ** {{wiki:PublicEvent.gif|}} FeatureResized ** This event will be fired after resize the feature. == Remarks == N/A Event Arguments:[[ThinkGeo.MapSuite.iOSEdition.FeatureResizedEditInteractiveOverlayEventArgs|FeatureResizedEditInteractiveOverlayEventArgs]] ** {{wiki:PublicEvent.gif|}} FeatureResizing ** This event will be fired before resize the feature. == Remarks == N/A Event Arguments:[[ThinkGeo.MapSuite.iOSEdition.FeatureResizingEditInteractiveOverlayEventArgs|FeatureResizingEditInteractiveOverlayEventArgs]] ** {{wiki:PublicEvent.gif|}} FeatureRotated ** This event will be fired after rotate the feature. == Remarks == N/A Event Arguments:[[ThinkGeo.MapSuite.iOSEdition.FeatureRotatedEditInteractiveOverlayEventArgs|FeatureRotatedEditInteractiveOverlayEventArgs]] ** {{wiki:PublicEvent.gif|}} FeatureRotating ** This event will be fired before rotate the feature. == Remarks == N/A Event Arguments:[[ThinkGeo.MapSuite.iOSEdition.FeatureRotatingEditInteractiveOverlayEventArgs|FeatureRotatingEditInteractiveOverlayEventArgs]] ** {{wiki:PublicEvent.gif|}} VertexAdded ** This event will be fired after add the vertex. == Remarks == N/A Event Arguments:[[ThinkGeo.MapSuite.iOSEdition.VertexAddedEditInteractiveOverlayEventArgs|VertexAddedEditInteractiveOverlayEventArgs]] ** {{wiki:PublicEvent.gif|}} VertexAdding ** This event will be fired before add the vertex. == Remarks == N/A Event Arguments:[[ThinkGeo.MapSuite.iOSEdition.VertexAddingEditInteractiveOverlayEventArgs|VertexAddingEditInteractiveOverlayEventArgs]] ** {{wiki:PublicEvent.gif|}} VertexMoved ** This event will be fired after move the vertex. == Remarks == N/A Event Arguments:[[ThinkGeo.MapSuite.iOSEdition.VertexMovedEditInteractiveOverlayEventArgs|VertexMovedEditInteractiveOverlayEventArgs]] ** {{wiki:PublicEvent.gif|}} VertexMoving ** This event will be fired before move the vertex. == Remarks == N/A Event Arguments:[[ThinkGeo.MapSuite.iOSEdition.VertexMovingEditInteractiveOverlayEventArgs|VertexMovingEditInteractiveOverlayEventArgs]] ** {{wiki:PublicEvent.gif|}} VertexRemoved ** This event will be fired after remove the vertex. == Remarks == N/A Event Arguments:[[ThinkGeo.MapSuite.iOSEdition.VertexRemovedEditInteractiveOverlayEventArgs|VertexRemovedEditInteractiveOverlayEventArgs]] ** {{wiki:PublicEvent.gif|}} VertexRemoving ** This event will be fired before remove the vertex. == Remarks == N/A Event Arguments:[[ThinkGeo.MapSuite.iOSEdition.VertexRemovingEditInteractiveOverlayEventArgs|VertexRemovingEditInteractiveOverlayEventArgs]] ** {{wiki:PublicEvent.gif|}} DrawingException ** N/A == Remarks == N/A Event Arguments:[[ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]] ** {{wiki:PublicEvent.gif|}} DrawnException ** N/A == Remarks == N/A Event Arguments:[[ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]]