This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.androidedition.editinteractiveoverlay [2015/08/20 03:08] 127.0.0.1 external edit |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay ====== | ||
| - | |||
| - | |||
| - | |||
| - | <!-- Class --> | ||
| - | 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.AndroidEdition.Overlay]] | ||
| - | ***[[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay]] | ||
| - | ****[[ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay]] | ||
| - | ===== Members Summary ===== | ||
| - | ==== Public Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#EditInteractiveOverlay()|EditInteractiveOverlay]] | | | Default constructor of the class. If you use thi constructor, please set the properties correctly or it will use their default values. | | ||
| - | |||
| - | ==== Protected Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | |||
| - | ==== Public Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#CalculateAllControlPoints()|CalculateAllControlPoints]] | | | This method calculates all control points. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ClearAllControlPoints()|ClearAllControlPoints]] | | | This method clears all control points in corresponding layer. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Close()|Close]] | | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | This method will simulate the Close interaction. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#DeleteTrackShape()|DeleteTrackShape]] | | | Delete the selected track shape. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Dispose()|Dispose]] | | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | This method dispose unmanaged resource used in this class. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#DoubleTap(InteractionArguments)|DoubleTap]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]] | This method will simulate the DoubleTap interaction. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Draw(MapArguments, OverlayRefreshType)|Draw]] | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]], [[ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType|OverlayRefreshType]] | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | This method draws the overlay with the provided extent in world coordinate. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetBoundingBox()|GetBoundingBox]] | | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | This method gets a bounding box of the Overlay. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Initialize(MapArguments)|Initialize]] | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | This method initializes overlay object. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#LongPress(InteractionArguments)|LongPress]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]] | This method will simulate the LongPress interaction. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Open()|Open]] | | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | This method will simulate the Open interaction. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#PostTransform(TransformArguments, MapArguments)|PostTransform]] | [[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]], [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | This method will simulate the PostTransform interaction. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh()|Refresh]] | | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#SingleTap(InteractionArguments)|SingleTap]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]] | This method will simulate the SingleTap interaction. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#TouchDown(InteractionArguments)|TouchDown]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]] | This method will simulate the TouchDown interaction. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#TouchMove(InteractionArguments)|TouchMove]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]] | This method will simulate the TouchMove interaction. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#TouchPointerDown(InteractionArguments)|TouchPointerDown]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]] | This method will simulate the TouchPointerDown interaction. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#TouchUp(InteractionArguments)|TouchUp]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]] | This method will simulate the TouchUp interaction. | | ||
| - | |||
| - | ==== Protected Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#AddVertex(PointShape, Double)|AddVertex]] | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]], Double | | This is the method to add vertex from a feature. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#AddVertexCore(Feature, PointShape, Double)|AddVertexCore]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]], [[ThinkGeo.MapSuite.Core.PointShape|PointShape]], Double | | This is the Core method of AddVertex which encapsulate the logic. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CalculateDragControlPoints()|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. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CalculateDragControlPointsCore(Feature)|CalculateDragControlPointsCore]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]] | | This is the core API for the CalculateDragControlPoints, you can override this method if you want to change its logic. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CalculateResizeControlPoints()|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. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CalculateResizeControlPointsCore(Feature)|CalculateResizeControlPointsCore]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]] | | This is the core API for the CalculateResizeControlPoints, you can override this method if you want to change its logic. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CalculateRotateControlPoints()|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. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CalculateRotateControlPointsCore(Feature)|CalculateRotateControlPointsCore]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]] | | This is the core API for the CalculateRotateControlPoints, you can override this method if you want to change its logic. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CalculateVertexControlPoints()|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. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CalculateVertexControlPointsCore(Feature)|CalculateVertexControlPointsCore]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]] | | This is the core API for the CalculateVertexControlPoints, you can override this method if you want to change its logic. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CloseCore()|CloseCore]] | | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | This protected virtual method is the Core method of Close API. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Dispose(Boolean)|Dispose]] | Boolean | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]](overriden) | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DoubleTapCore(InteractionArguments)|DoubleTapCore]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]](overriden) | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DragFeature(Feature, PointShape, PointShape)|DragFeature]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]], [[ThinkGeo.MapSuite.Core.PointShape|PointShape]], [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | This is the method to Drag a feature. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DragFeatureCore(Feature, PointShape, PointShape)|DragFeatureCore]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]], [[ThinkGeo.MapSuite.Core.PointShape|PointShape]], [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | This is the Core method of DragFeature which encapsulate the logic. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawCore(MapArguments, OverlayRefreshType)|DrawCore]] | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]], [[ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType|OverlayRefreshType]] | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]](overriden) | This method draws the EditInterativeOverlay. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawException(GeoCanvas, Exception)|DrawException]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]], Exception | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawExceptionCore(GeoCanvas, Exception)|DrawExceptionCore]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]], Exception | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#EndEditing(PointShape)|EndEditing]] | [[ThinkGeo.MapSuite.Core.PointShape|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. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#EndEditingCore(PointShape)|EndEditingCore]] | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | This is the core method of EndEditing method. This method End the editing for the interative editing on the feature in the EditShapesLayer. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object(overriden) | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetBoundingBoxCore()|GetBoundingBoxCore]] | | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | This method returns the bounding box of the Overlay. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#InitializeCore(MapArguments)|InitializeCore]] | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]](overriden) | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#LongPressCore(InteractionArguments)|LongPressCore]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]] | This protected virtual method is the Core method of LongPress API. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MoveVertex(Feature, PointShape, PointShape)|MoveVertex]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]], [[ThinkGeo.MapSuite.Core.PointShape|PointShape]], [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | This is the method to move vertex from a feature. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MoveVertexCore(Feature, PointShape, PointShape)|MoveVertexCore]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]], [[ThinkGeo.MapSuite.Core.PointShape|PointShape]], [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | This is the Core method of MoveVertex which encapsulate the logic. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnControlPointSelected(ControlPointSelectedEditInteractiveOverlayEventArgs)|OnControlPointSelected]] | [[ThinkGeo.MapSuite.AndroidEdition.ControlPointSelectedEditInteractiveOverlayEventArgs|ControlPointSelectedEditInteractiveOverlayEventArgs]] | | This event will be fired after control point selected. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnControlPointSelecting(ControlPointSelectingEditInteractiveOverlayEventArgs)|OnControlPointSelecting]] | [[ThinkGeo.MapSuite.AndroidEdition.ControlPointSelectingEditInteractiveOverlayEventArgs|ControlPointSelectingEditInteractiveOverlayEventArgs]] | | This event will be fired before control point selected. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDrawingException(DrawingExceptionOverlayEventArgs)|OnDrawingException]] | [[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]] | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | This method raises before the overlay is drawing exception. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDrawnException(DrawnExceptionOverlayEventArgs)|OnDrawnException]] | [[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]] | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | This method raises after the overlay is drawn exception. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnEditEnded(Feature)|OnEditEnded]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]] | | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnFeatureDragged(FeatureDraggedEditInteractiveOverlayEventArgs)|OnFeatureDragged]] | [[ThinkGeo.MapSuite.AndroidEdition.FeatureDraggedEditInteractiveOverlayEventArgs|FeatureDraggedEditInteractiveOverlayEventArgs]] | | This event will be fired after dragging the feature. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnFeatureDragging(FeatureDraggingEditInteractiveOverlayEventArgs)|OnFeatureDragging]] | [[ThinkGeo.MapSuite.AndroidEdition.FeatureDraggingEditInteractiveOverlayEventArgs|FeatureDraggingEditInteractiveOverlayEventArgs]] | | This event will be fired before dragging the feature. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnFeatureResized(FeatureResizedEditInteractiveOverlayEventArgs)|OnFeatureResized]] | [[ThinkGeo.MapSuite.AndroidEdition.FeatureResizedEditInteractiveOverlayEventArgs|FeatureResizedEditInteractiveOverlayEventArgs]] | | This event will be fired after resizing the feature. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnFeatureResizing(FeatureResizingEditInteractiveOverlayEventArgs)|OnFeatureResizing]] | [[ThinkGeo.MapSuite.AndroidEdition.FeatureResizingEditInteractiveOverlayEventArgs|FeatureResizingEditInteractiveOverlayEventArgs]] | | This event will be fired before resizing the feature. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnFeatureRotated(FeatureRotatedEditInteractiveOverlayEventArgs)|OnFeatureRotated]] | [[ThinkGeo.MapSuite.AndroidEdition.FeatureRotatedEditInteractiveOverlayEventArgs|FeatureRotatedEditInteractiveOverlayEventArgs]] | | This event will be fired after rotating the feature. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnFeatureRotating(FeatureRotatingEditInteractiveOverlayEventArgs)|OnFeatureRotating]] | [[ThinkGeo.MapSuite.AndroidEdition.FeatureRotatingEditInteractiveOverlayEventArgs|FeatureRotatingEditInteractiveOverlayEventArgs]] | | This event will be fired before rotating the feature. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnVertexAdded(VertexAddedEditInteractiveOverlayEventArgs)|OnVertexAdded]] | [[ThinkGeo.MapSuite.AndroidEdition.VertexAddedEditInteractiveOverlayEventArgs|VertexAddedEditInteractiveOverlayEventArgs]] | | This event will be fired after vertex added to the edit feature. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnVertexAdding(VertexAddingEditInteractiveOverlayEventArgs)|OnVertexAdding]] | [[ThinkGeo.MapSuite.AndroidEdition.VertexAddingEditInteractiveOverlayEventArgs|VertexAddingEditInteractiveOverlayEventArgs]] | | This event will be fired before vertex added to the edit feature. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnVertexMoved(VertexMovedEditInteractiveOverlayEventArgs)|OnVertexMoved]] | [[ThinkGeo.MapSuite.AndroidEdition.VertexMovedEditInteractiveOverlayEventArgs|VertexMovedEditInteractiveOverlayEventArgs]] | | This event will be fired after moving the feature. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnVertexMoving(VertexMovingEditInteractiveOverlayEventArgs)|OnVertexMoving]] | [[ThinkGeo.MapSuite.AndroidEdition.VertexMovingEditInteractiveOverlayEventArgs|VertexMovingEditInteractiveOverlayEventArgs]] | | This event will be fired before moving the feature. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnVertexRemoved(VertexRemovedEditInteractiveOverlayEventArgs)|OnVertexRemoved]] | [[ThinkGeo.MapSuite.AndroidEdition.VertexRemovedEditInteractiveOverlayEventArgs|VertexRemovedEditInteractiveOverlayEventArgs]] | | This event will be fired after vertex removed from the edit feature. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnVertexRemoving(VertexRemovingEditInteractiveOverlayEventArgs)|OnVertexRemoving]] | [[ThinkGeo.MapSuite.AndroidEdition.VertexRemovingEditInteractiveOverlayEventArgs|VertexRemovingEditInteractiveOverlayEventArgs]] | | This event will be fired before vertex removed from the edit feature. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OpenCore()|OpenCore]] | | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | This protected virtual method is the Core method of Open API. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#PostTransformCore(TransformArguments, MapArguments)|PostTransformCore]] | [[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]], [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]](overriden) | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RefreshCore()|RefreshCore]] | | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RemoveVertex(PointShape, Double)|RemoveVertex]] | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]], Double | | This is the method to remove vertex from a feature. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RemoveVertexCore(Feature, Vertex, Double)|RemoveVertexCore]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]], [[ThinkGeo.MapSuite.Core.Vertex|Vertex]], Double | | This is the Core method of RemoveVertex which encapsulate the logic. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ResizeFeature(Feature, PointShape, PointShape)|ResizeFeature]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]], [[ThinkGeo.MapSuite.Core.PointShape|PointShape]], [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | This is the method to Resize a feature. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ResizeFeatureCore(Feature, PointShape, PointShape)|ResizeFeatureCore]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]], [[ThinkGeo.MapSuite.Core.PointShape|PointShape]], [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | This is the Core method of ResizeFeature which encapsulate the logic. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RotateFeature(Feature, PointShape, PointShape)|RotateFeature]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]], [[ThinkGeo.MapSuite.Core.PointShape|PointShape]], [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | This is the method to Rotate a feature. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RotateFeatureCore(Feature, PointShape, PointShape)|RotateFeatureCore]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]], [[ThinkGeo.MapSuite.Core.PointShape|PointShape]], [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | This is the Core method of RotateFeature which encapsulate the logic. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#SetSelectedControlPoint(PointShape, Double)|SetSelectedControlPoint]] | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]], Double | | This protected method is to set the control point. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#SetSelectedControlPointCore(PointShape, Double)|SetSelectedControlPointCore]] | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]], Double | | This protected virtual method is the Core method of SetSelectedControlPoint API. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#SingleTapCore(InteractionArguments)|SingleTapCore]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]](overriden) | This overrides the MouseClick logic in its base class. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#TouchDownCore(InteractionArguments)|TouchDownCore]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]](overriden) | This overrides the MouseDown logic in its base class InterativeOverlay. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#TouchMoveCore(InteractionArguments)|TouchMoveCore]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]](overriden) | This overrides the MouseMove logic in its base class InterativeOverlay. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#TouchPointerDownCore(InteractionArguments)|TouchPointerDownCore]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]] | This protected virtual method is the Core method of TouchPointerDown API. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#TouchUpCore(InteractionArguments)|TouchUpCore]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]](overriden) | This overrides the MouseUp logic in its base class InterativeOverlay. | | ||
| - | |||
| - | ==== Public Properties ==== | ||
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Attribution|Attribution]] | String | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | Gets or sets the attribution for this overlay. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#CanAddVertex|CanAddVertex]] | Boolean | | Gets a value which indicates whether the shape can Add new vertex. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#CanDrag|CanDrag]] | Boolean | | Gets a value which indicates whether the shape can be dragged. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#CanRemoveVertex|CanRemoveVertex]] | Boolean | | Gets a value which indicates whether the shape can remove a existing vertex. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#CanReshape|CanReshape]] | Boolean | | Gets a value which indicates whether the shape can be reshaped. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#CanResize|CanResize]] | Boolean | | Gets a value which indicates whether the shape can be resized. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#CanRotate|CanRotate]] | Boolean | | Gets a value which indicates whether the shape can be rotated. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#DragControlPointsLayer|DragControlPointsLayer]] | [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | | This property gets the InMemoryFeatureLayer which holds the control points for drag. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#DrawingExceptionMode|DrawingExceptionMode]] | [[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#DrawingQuality|DrawingQuality]] | [[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]] | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | Gets or sets the drawingQuality for this overlay. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#EditShapesLayer|EditShapesLayer]] | [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | | This property gets the InMemoryFeatureLayer which holds the edit shapes. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ExistingControlPointsLayer|ExistingControlPointsLayer]] | [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | | This property gets the InMemoryFeatureLayer which holds the control points which represents the existing vertices of the edit shapes. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#InteractiveView|InteractiveView]] | [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]] | Gets or sets Overlay's the interactiveView. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsEmpty|IsEmpty]] | Boolean | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|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. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsVisible|IsVisible]] | Boolean | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | Gets or sets if this overlay is visible. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#MapArguments|MapArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | Gets or sets the mapArguments for this overlay. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Name|Name]] | String | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | Gets or sets the name of this overaly. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Opacity|Opacity]] | Double | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | Gets or sets the opacity for this overlay. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ResizeControlPointsLayer|ResizeControlPointsLayer]] | [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | | This property gets the InMemoryFeatureLayer which holds the control points for resize. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#RotateControlPointsLayer|RotateControlPointsLayer]] | [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | | This property gets the InMemoryFeatureLayer which holds the control points for rotate. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#TrackMode|TrackMode]] | [[ThinkGeo.MapSuite.AndroidEdition.TrackMode|TrackMode]] | | Gets or sets a mode of TrackOverlay. | | ||
| - | |||
| - | ==== Protected Properties ==== | ||
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#ControlPointType|ControlPointType]] | [[ThinkGeo.MapSuite.AndroidEdition.ControlPointType|ControlPointType]] | | This property gets or sets the ControlPointType for the control points of the edit shapes. | | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#OriginalEditingFeature|OriginalEditingFeature]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]] | | This property gets the feature represents the original editing feature. | | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#SelectControlPointFeature|SelectControlPointFeature]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]] | | This property gets the feature represents the select control points of the edit shapes. | | ||
| - | |||
| - | ==== Public Events ==== | ||
| - | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#ControlPointSelected|ControlPointSelected]] | [[ThinkGeo.MapSuite.AndroidEdition.ControlPointSelectedEditInteractiveOverlayEventArgs|ControlPointSelectedEditInteractiveOverlayEventArgs]] | | This event will be fired after select the control point. | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#ControlPointSelecting|ControlPointSelecting]] | [[ThinkGeo.MapSuite.AndroidEdition.ControlPointSelectingEditInteractiveOverlayEventArgs|ControlPointSelectingEditInteractiveOverlayEventArgs]] | | This event will be fired before select the control point. | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#DrawingException|DrawingException]] | [[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]] | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | Occurs before exception is drawing on map. | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#DrawnException|DrawnException]] | [[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]] | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | Occurs after exception is drawn on map. | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#EditEnded|EditEnded]] | [[ThinkGeo.MapSuite.AndroidEdition.EditEndedEditInteractiveOverlayEventArgs|EditEndedEditInteractiveOverlayEventArgs]] | | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#FeatureDragged|FeatureDragged]] | [[ThinkGeo.MapSuite.AndroidEdition.FeatureDraggedEditInteractiveOverlayEventArgs|FeatureDraggedEditInteractiveOverlayEventArgs]] | | This event will be fired after drag the feature. | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#FeatureDragging|FeatureDragging]] | [[ThinkGeo.MapSuite.AndroidEdition.FeatureDraggingEditInteractiveOverlayEventArgs|FeatureDraggingEditInteractiveOverlayEventArgs]] | | This event will be fired before drag the feature. | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#FeatureResized|FeatureResized]] | [[ThinkGeo.MapSuite.AndroidEdition.FeatureResizedEditInteractiveOverlayEventArgs|FeatureResizedEditInteractiveOverlayEventArgs]] | | This event will be fired after resize the feature. | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#FeatureResizing|FeatureResizing]] | [[ThinkGeo.MapSuite.AndroidEdition.FeatureResizingEditInteractiveOverlayEventArgs|FeatureResizingEditInteractiveOverlayEventArgs]] | | This event will be fired before resize the feature. | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#FeatureRotated|FeatureRotated]] | [[ThinkGeo.MapSuite.AndroidEdition.FeatureRotatedEditInteractiveOverlayEventArgs|FeatureRotatedEditInteractiveOverlayEventArgs]] | | This event will be fired after rotate the feature. | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#FeatureRotating|FeatureRotating]] | [[ThinkGeo.MapSuite.AndroidEdition.FeatureRotatingEditInteractiveOverlayEventArgs|FeatureRotatingEditInteractiveOverlayEventArgs]] | | This event will be fired before rotate the feature. | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#VertexAdded|VertexAdded]] | [[ThinkGeo.MapSuite.AndroidEdition.VertexAddedEditInteractiveOverlayEventArgs|VertexAddedEditInteractiveOverlayEventArgs]] | | This event will be fired after add the vertex. | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#VertexAdding|VertexAdding]] | [[ThinkGeo.MapSuite.AndroidEdition.VertexAddingEditInteractiveOverlayEventArgs|VertexAddingEditInteractiveOverlayEventArgs]] | | This event will be fired before add the vertex. | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#VertexMoved|VertexMoved]] | [[ThinkGeo.MapSuite.AndroidEdition.VertexMovedEditInteractiveOverlayEventArgs|VertexMovedEditInteractiveOverlayEventArgs]] | | This event will be fired after move the vertex. | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#VertexMoving|VertexMoving]] | [[ThinkGeo.MapSuite.AndroidEdition.VertexMovingEditInteractiveOverlayEventArgs|VertexMovingEditInteractiveOverlayEventArgs]] | | This event will be fired before move the vertex. | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#VertexRemoved|VertexRemoved]] | [[ThinkGeo.MapSuite.AndroidEdition.VertexRemovedEditInteractiveOverlayEventArgs|VertexRemovedEditInteractiveOverlayEventArgs]] | | This event will be fired after remove the vertex. | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#VertexRemoving|VertexRemoving]] | [[ThinkGeo.MapSuite.AndroidEdition.VertexRemovingEditInteractiveOverlayEventArgs|VertexRemovingEditInteractiveOverlayEventArgs]] | | This event will be fired before remove the vertex. | | ||
| - | |||
| - | ===== Public Constructors ===== | ||
| - | ==== EditInteractiveOverlay() ==== | ||
| - | Default constructor of the class. If you use thi constructor, please set the properties correctly or it will use their default values. | ||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | [[#Public Constructors|Go Back]] | ||
| - | ===== Protected Constructors ===== | ||
| - | ===== Public Methods ===== | ||
| - | ==== 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 === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ClearAllControlPoints() ==== | ||
| - | This method clears all control points in corresponding layer. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Close() ==== | ||
| - | This method will simulate the Close interaction. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== DeleteTrackShape() ==== | ||
| - | Delete the selected track shape. | ||
| - | === Remarks === | ||
| - | 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 Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Dispose() ==== | ||
| - | This method dispose unmanaged resource used in this class. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== DoubleTap(InteractionArguments) ==== | ||
| - | This method will simulate the DoubleTap interaction. | ||
| - | === Remarks === | ||
| - | This method is the concrete wrapper for its virtual Core method. | ||
| - | |||
| - | As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Draw(MapArguments, OverlayRefreshType) ==== | ||
| - | This method draws the overlay with the provided extent in world coordinate. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | mapArguments | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> | This parameter maintains current map information for calculating mechanism. | | ||
| - | | refreshType | [[ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType|OverlayRefreshType]]<!-- ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType --> | This parameter indicates whether the elements of this overlay needs to be refreshed. For example, TileOverlay is formed by tiles. When panning the map around, the existing tile doesn't need to be redraw, the only thing we need to do is modifying the position of these tiles. On another hand, when click to change the style of the overlay, we need to redraw the tile images to change the appearance. So we need refresh mode. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Equals(Object) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | obj | Object<!-- System.Object --> | | | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetBoundingBox() ==== | ||
| - | This method gets a bounding box of the Overlay. | ||
| - | === Remarks === | ||
| - | This method is the concrete wrapper for the abstract method GetBoundingBoxCore. This method returns the bounding box of the Overlay. | ||
| - | |||
| - | As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | A RectangleShape indicating the bounding box of this overlay. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetHashCode() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Int32<!-- System.Int32 --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetType() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Type<!-- System.Type --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Initialize(MapArguments) ==== | ||
| - | This method initializes overlay object. | ||
| - | === Remarks === | ||
| - | This is a wrapper method for the virtual method InitializeCore. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | mapArguments | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> | This parameter maintains current map information for calculating mechanism. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== LongPress(InteractionArguments) ==== | ||
| - | This method will simulate the LongPress interaction. | ||
| - | === Remarks === | ||
| - | This method is the concrete wrapper for its virtual Core method. | ||
| - | |||
| - | As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Open() ==== | ||
| - | This method will simulate the Open interaction. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== PostTransform(TransformArguments, MapArguments) ==== | ||
| - | This method will simulate the PostTransform interaction. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | transformInfo | [[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.TransformArguments --> | This parameter maintains the transfrom information for calculating transform. | | ||
| - | | mapArguments | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> | This parameter maintains current map information for calculating mechanism. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Refresh() ==== | ||
| - | This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles. | ||
| - | === Remarks === | ||
| - | The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== SingleTap(InteractionArguments) ==== | ||
| - | This method will simulate the SingleTap interaction. | ||
| - | === Remarks === | ||
| - | This method is the concrete wrapper for its virtual Core method. | ||
| - | |||
| - | As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ToString() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | String<!-- System.String --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== TouchDown(InteractionArguments) ==== | ||
| - | This method will simulate the TouchDown interaction. | ||
| - | === Remarks === | ||
| - | This method is the concrete wrapper for its virtual Core method. | ||
| - | |||
| - | As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== TouchMove(InteractionArguments) ==== | ||
| - | This method will simulate the TouchMove interaction. | ||
| - | === Remarks === | ||
| - | This method is the concrete wrapper for its virtual Core method. | ||
| - | |||
| - | As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== TouchPointerDown(InteractionArguments) ==== | ||
| - | This method will simulate the TouchPointerDown interaction. | ||
| - | === Remarks === | ||
| - | This method is the concrete wrapper for its virtual Core method. | ||
| - | |||
| - | As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== TouchUp(InteractionArguments) ==== | ||
| - | This method will simulate the TouchUp interaction. | ||
| - | === Remarks === | ||
| - | This method is the concrete wrapper for its virtual Core method. | ||
| - | |||
| - | As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ===== Protected Methods ===== | ||
| - | ==== 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 === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | True if add vertex succeed , other wise return false. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | targetPointShape | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifies the point shape to search the vertex. | | ||
| - | | searchingTolerance | Double<!-- System.Double --> | This parameter specifes the searching tolerance to search the vetex. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== AddVertexCore(Feature, PointShape, Double) ==== | ||
| - | This is the Core method of AddVertex which encapsulate the logic. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | Returns a vertex added feature. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | targetFeature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | This parameter specifies the target feature to be add vertex from. | | ||
| - | | targetPointShape | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifies the target vertex to be added. | | ||
| - | | searchingTolerance | Double<!-- System.Double --> | This parameter specifes the searching tolerance to search the vetex. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== 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. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== CalculateDragControlPointsCore(Feature) ==== | ||
| - | This is the core API for the CalculateDragControlPoints, you can override this method if you want to change its logic. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Feature} --> | A collection of features stands for the Drag control points. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | feature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | The target feature to caculate the control point. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== 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. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== CalculateResizeControlPointsCore(Feature) ==== | ||
| - | This is the core API for the CalculateResizeControlPoints, you can override this method if you want to change its logic. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Feature} --> | A collection of features stands for the Resize control points. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | feature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | The target feature to caculate the control point. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== 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. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== CalculateRotateControlPointsCore(Feature) ==== | ||
| - | This is the core API for the CalculateRotateControlPoints, you can override this method if you want to change its logic. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Feature} --> | A collection of features stands for the Rotate control points. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | feature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | The target feature to caculate the control point. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== 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. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== CalculateVertexControlPointsCore(Feature) ==== | ||
| - | This is the core API for the CalculateVertexControlPoints, you can override this method if you want to change its logic. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Feature} --> | A collection of features stands for the Vertex control points. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | feature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | The target feature to caculate the control point. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== CloseCore() ==== | ||
| - | This protected virtual method is the Core method of Close API. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== Dispose(Boolean) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | isDisposing | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== DoubleTapCore(InteractionArguments) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | interactionArguments | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== 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 === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | Returns a dragged feature. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | sourceFeature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | This parameter specifies the source feature to be dragged. | | ||
| - | | sourceControlPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifes the source control point to drag the feature. | | ||
| - | | targetControlPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifes the target control point to drag the feature. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== DragFeatureCore(Feature, PointShape, PointShape) ==== | ||
| - | This is the Core method of DragFeature which encapsulate the logic. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | Returns a dragged feature. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | sourceFeature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | This parameter specifies the source feature to be dragged. | | ||
| - | | sourceControlPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifes the source control point to drag the feature. | | ||
| - | | targetControlPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifes the target control point to drag the feature. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== 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 === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | mapArguments | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> | This parameter is the arguments for current map. | | ||
| - | | refreshType | [[ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType|OverlayRefreshType]]<!-- ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType --> | This parameter is current refreshType, could be pan or redraw. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== DrawException(GeoCanvas, Exception) ==== | ||
| - | This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. | ||
| - | === Remarks === | ||
| - | This method can be overriden its logic by rewrite the DrawExceptionCore. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | geoCanvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | | | ||
| - | | exception | Exception<!-- System.Exception --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== DrawExceptionCore(GeoCanvas, Exception) ==== | ||
| - | This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | geoCanvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | | | ||
| - | | ex | Exception<!-- System.Exception --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== 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. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | targetPointShape | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This is the targetPointShape possible be used when overriding. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== 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. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | targetPointShape | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This is the targetPointShape possible be used when overriding. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== Finalize() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== GetBoundingBoxCore() ==== | ||
| - | This method returns the bounding box of the Overlay. | ||
| - | === Remarks === | ||
| - | This method returns the bounding box of the Overlay. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | This method returns the bounding box of the Overlay. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== InitializeCore(MapArguments) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | mapArguments | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== LongPressCore(InteractionArguments) ==== | ||
| - | This protected virtual method is the Core method of LongPress API. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== MemberwiseClone() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Object<!-- System.Object --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== 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 === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | Returns a rotated feature. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | sourceFeature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | This parameter specifies the source feature to be move vertex from. | | ||
| - | | sourceControlPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifes the source control point to move vertex from the feature. | | ||
| - | | targetControlPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifes the target control point to move vertex from the feature. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== MoveVertexCore(Feature, PointShape, PointShape) ==== | ||
| - | This is the Core method of MoveVertex which encapsulate the logic. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | Returns a vertex moved feature. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | sourceFeature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | This parameter specifies the source feature to be move vertex from. | | ||
| - | | sourceControlPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifes the source control point to move vertex from the feature. | | ||
| - | | targetControlPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifes the target control point to move vertex from the feature. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnControlPointSelected(ControlPointSelectedEditInteractiveOverlayEventArgs) ==== | ||
| - | This event will be fired after control point selected. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.AndroidEdition.ControlPointSelectedEditInteractiveOverlayEventArgs|ControlPointSelectedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.ControlPointSelectedEditInteractiveOverlayEventArgs --> | The ControlPointSelectedEditInteractiveOverlayEventArgs passed for the event raised. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnControlPointSelecting(ControlPointSelectingEditInteractiveOverlayEventArgs) ==== | ||
| - | This event will be fired before control point selected. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.AndroidEdition.ControlPointSelectingEditInteractiveOverlayEventArgs|ControlPointSelectingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.ControlPointSelectingEditInteractiveOverlayEventArgs --> | The ControlPointSelectingEditInteractiveOverlayEventArgs passed for the event raised. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnDrawingException(DrawingExceptionOverlayEventArgs) ==== | ||
| - | This method raises before the overlay is drawing exception. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | args | [[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs --> | This parameter is the event argument for DrawingException event. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnDrawnException(DrawnExceptionOverlayEventArgs) ==== | ||
| - | This method raises after the overlay is drawn exception. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | args | [[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs --> | This parameter is the event argument for DrawingException event. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnEditEnded(Feature) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | editedFeature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnFeatureDragged(FeatureDraggedEditInteractiveOverlayEventArgs) ==== | ||
| - | This event will be fired after dragging the feature. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.AndroidEdition.FeatureDraggedEditInteractiveOverlayEventArgs|FeatureDraggedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.FeatureDraggedEditInteractiveOverlayEventArgs --> | The FeatureDraggedEditInteractiveOverlayEventArgs passed for the event raised. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnFeatureDragging(FeatureDraggingEditInteractiveOverlayEventArgs) ==== | ||
| - | This event will be fired before dragging the feature. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.AndroidEdition.FeatureDraggingEditInteractiveOverlayEventArgs|FeatureDraggingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.FeatureDraggingEditInteractiveOverlayEventArgs --> | The FeatureDraggingEditInteractiveOverlayEventArgs passed for the event raised. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnFeatureResized(FeatureResizedEditInteractiveOverlayEventArgs) ==== | ||
| - | This event will be fired after resizing the feature. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.AndroidEdition.FeatureResizedEditInteractiveOverlayEventArgs|FeatureResizedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.FeatureResizedEditInteractiveOverlayEventArgs --> | The FeatureResizedEditInteractiveOverlayEventArgs passed for the event raised. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnFeatureResizing(FeatureResizingEditInteractiveOverlayEventArgs) ==== | ||
| - | This event will be fired before resizing the feature. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.AndroidEdition.FeatureResizingEditInteractiveOverlayEventArgs|FeatureResizingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.FeatureResizingEditInteractiveOverlayEventArgs --> | The FeatureResizingEditInteractiveOverlayEventArgs passed for the event raised. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnFeatureRotated(FeatureRotatedEditInteractiveOverlayEventArgs) ==== | ||
| - | This event will be fired after rotating the feature. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.AndroidEdition.FeatureRotatedEditInteractiveOverlayEventArgs|FeatureRotatedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.FeatureRotatedEditInteractiveOverlayEventArgs --> | The FeatureRotatedEditInteractiveOverlayEventArgs passed for the event raised. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnFeatureRotating(FeatureRotatingEditInteractiveOverlayEventArgs) ==== | ||
| - | This event will be fired before rotating the feature. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.AndroidEdition.FeatureRotatingEditInteractiveOverlayEventArgs|FeatureRotatingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.FeatureRotatingEditInteractiveOverlayEventArgs --> | The FeatureRotatingEditInteractiveOverlayEventArgs passed for the event raised. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnVertexAdded(VertexAddedEditInteractiveOverlayEventArgs) ==== | ||
| - | This event will be fired after vertex added to the edit feature. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.AndroidEdition.VertexAddedEditInteractiveOverlayEventArgs|VertexAddedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.VertexAddedEditInteractiveOverlayEventArgs --> | The VertexAddedEditInteractiveOverlayEventArgs passed for the event raised. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnVertexAdding(VertexAddingEditInteractiveOverlayEventArgs) ==== | ||
| - | This event will be fired before vertex added to the edit feature. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.AndroidEdition.VertexAddingEditInteractiveOverlayEventArgs|VertexAddingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.VertexAddingEditInteractiveOverlayEventArgs --> | The VertexAddingEditInteractiveOverlayEventArgs passed for the event raised. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnVertexMoved(VertexMovedEditInteractiveOverlayEventArgs) ==== | ||
| - | This event will be fired after moving the feature. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.AndroidEdition.VertexMovedEditInteractiveOverlayEventArgs|VertexMovedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.VertexMovedEditInteractiveOverlayEventArgs --> | The VertexMovedEditInteractiveOverlayEventArgs passed for the event raised. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnVertexMoving(VertexMovingEditInteractiveOverlayEventArgs) ==== | ||
| - | This event will be fired before moving the feature. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.AndroidEdition.VertexMovingEditInteractiveOverlayEventArgs|VertexMovingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.VertexMovingEditInteractiveOverlayEventArgs --> | The VertexMovingEditInteractiveOverlayEventArgs passed for the event raised. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnVertexRemoved(VertexRemovedEditInteractiveOverlayEventArgs) ==== | ||
| - | This event will be fired after vertex removed from the edit feature. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.AndroidEdition.VertexRemovedEditInteractiveOverlayEventArgs|VertexRemovedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.VertexRemovedEditInteractiveOverlayEventArgs --> | The VertexRemovedEditInteractiveOverlayEventArgs passed for the event raised. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnVertexRemoving(VertexRemovingEditInteractiveOverlayEventArgs) ==== | ||
| - | This event will be fired before vertex removed from the edit feature. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.AndroidEdition.VertexRemovingEditInteractiveOverlayEventArgs|VertexRemovingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.VertexRemovingEditInteractiveOverlayEventArgs --> | The VertexRemovingEditInteractiveOverlayEventArgs passed for the event raised. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OpenCore() ==== | ||
| - | This protected virtual method is the Core method of Open API. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== PostTransformCore(TransformArguments, MapArguments) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | transformInfo | [[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.TransformArguments --> | | | ||
| - | | mapArguments | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== RefreshCore() ==== | ||
| - | This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles. | ||
| - | === Remarks === | ||
| - | The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== 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 === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | True if remove vertex succeed , other wise return false. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | targetPointShape | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifies the point shape to search the vertex. | | ||
| - | | searchingTolerance | Double<!-- System.Double --> | This parameter specifes the searching tolerance to search the vetex. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== RemoveVertexCore(Feature, Vertex, Double) ==== | ||
| - | This is the Core method of RemoveVertex which encapsulate the logic. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | Returns a vertex removed feature. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | editShapeFeature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | This parameter specifies the target feature to be remove vertex from. | | ||
| - | | selectedVertex | [[ThinkGeo.MapSuite.Core.Vertex|Vertex]]<!-- ThinkGeo.MapSuite.Core.Vertex --> | This parameter specifies the selected vertex to search the vertex. | | ||
| - | | searchingTolerance | Double<!-- System.Double --> | This parameter specifes the searching tolerance to search the vetex. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== 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 === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | Returns a resized feature. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | sourceFeature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | This parameter specifies the source feature to be resized. | | ||
| - | | sourceControlPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifes the source control point to resize the feature. | | ||
| - | | targetControlPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifes the target control point to resize the feature. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== ResizeFeatureCore(Feature, PointShape, PointShape) ==== | ||
| - | This is the Core method of ResizeFeature which encapsulate the logic. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | Returns a resized feature. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | sourceFeature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | This parameter specifies the source feature to be resized. | | ||
| - | | sourceControlPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifes the source control point to resize the feature. | | ||
| - | | targetControlPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifes the target control point to resize the feature. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== 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 === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | Returns a rotated feature. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | sourceFeature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | This parameter specifies the source feature to be rotated. | | ||
| - | | sourceControlPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifes the source control point to rotate the feature. | | ||
| - | | targetControlPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifes the target control point to rotate the feature. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== RotateFeatureCore(Feature, PointShape, PointShape) ==== | ||
| - | This is the Core method of RotateFeature which encapsulate the logic. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | Returns a resized feature. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | sourceFeature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | This parameter specifies the source feature to be rotated. | | ||
| - | | sourceControlPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifes the source control point to rotate the feature. | | ||
| - | | targetControlPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifes the target control point to rotate the feature. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== SetSelectedControlPoint(PointShape, Double) ==== | ||
| - | This protected method is to set the control point. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | Returns true if control point are found and set correct, other wise, returns false. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | targetPointShape | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter is target point shape we determine to edit. | | ||
| - | | searchingTolerance | Double<!-- System.Double --> | This parameter is the searchinig tolerance to seach the control point. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== SetSelectedControlPointCore(PointShape, Double) ==== | ||
| - | This protected virtual method is the Core method of SetSelectedControlPoint API. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | A feature stands for the selected control point. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | targetPointShape | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter is target point shape we determine to edit. | | ||
| - | | searchingTolerance | Double<!-- System.Double --> | This parameter is the searchinig tolerance to seach the control point. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== SingleTapCore(InteractionArguments) ==== | ||
| - | This overrides the MouseClick logic in its base class. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | interactionArguments | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== TouchDownCore(InteractionArguments) ==== | ||
| - | This overrides the MouseDown logic in its base class InterativeOverlay. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | interactionArguments | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== TouchMoveCore(InteractionArguments) ==== | ||
| - | This overrides the MouseMove logic in its base class InterativeOverlay. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | interactionArguments | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== TouchPointerDownCore(InteractionArguments) ==== | ||
| - | This protected virtual method is the Core method of TouchPointerDown API. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== TouchUpCore(InteractionArguments) ==== | ||
| - | This overrides the MouseUp logic in its base class InterativeOverlay. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | interactionArguments | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ===== Public Properties ===== | ||
| - | ==== Attribution ==== | ||
| - | Gets or sets the attribution for this overlay. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== CanAddVertex ==== | ||
| - | Gets a value which indicates whether the shape can Add new vertex. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== CanDrag ==== | ||
| - | Gets a value which indicates whether the shape can be dragged. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== CanRemoveVertex ==== | ||
| - | Gets a value which indicates whether the shape can remove a existing vertex. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== CanReshape ==== | ||
| - | Gets a value which indicates whether the shape can be reshaped. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== CanResize ==== | ||
| - | Gets a value which indicates whether the shape can be resized. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== CanRotate ==== | ||
| - | Gets a value which indicates whether the shape can be rotated. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== 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 === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]]<!-- ThinkGeo.MapSuite.Core.InMemoryFeatureLayer --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== DrawingExceptionMode ==== | ||
| - | This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]<!-- ThinkGeo.MapSuite.Core.DrawingExceptionMode --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== DrawingQuality ==== | ||
| - | Gets or sets the drawingQuality for this overlay. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]]<!-- ThinkGeo.MapSuite.Core.DrawingQuality --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== EditShapesLayer ==== | ||
| - | This property gets the InMemoryFeatureLayer which holds the edit shapes. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]]<!-- ThinkGeo.MapSuite.Core.InMemoryFeatureLayer --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== 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 === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]]<!-- ThinkGeo.MapSuite.Core.InMemoryFeatureLayer --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== InteractiveView ==== | ||
| - | Gets or sets Overlay's the interactiveView. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]]<!-- ThinkGeo.MapSuite.AndroidEdition.TileView --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== 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. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== IsVisible ==== | ||
| - | Gets or sets if this overlay is visible. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== MapArguments ==== | ||
| - | Gets or sets the mapArguments for this overlay. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Name ==== | ||
| - | Gets or sets the name of this overaly. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Opacity ==== | ||
| - | Gets or sets the opacity for this overlay. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== 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 === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]]<!-- ThinkGeo.MapSuite.Core.InMemoryFeatureLayer --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== 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 === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]]<!-- ThinkGeo.MapSuite.Core.InMemoryFeatureLayer --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== 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 === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.AndroidEdition.TrackMode|TrackMode]]<!-- ThinkGeo.MapSuite.AndroidEdition.TrackMode --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ===== Protected Properties ===== | ||
| - | ==== ControlPointType ==== | ||
| - | This property gets or sets the ControlPointType for the control points of the edit shapes. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.AndroidEdition.ControlPointType|ControlPointType]]<!-- ThinkGeo.MapSuite.AndroidEdition.ControlPointType --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== OriginalEditingFeature ==== | ||
| - | This property gets the feature represents the original editing feature. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== SelectControlPointFeature ==== | ||
| - | This property gets the feature represents the select control points of the edit shapes. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ===== Public Events ===== | ||
| - | ==== ControlPointSelected ==== | ||
| - | This event will be fired after select the control point. | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.AndroidEdition.ControlPointSelectedEditInteractiveOverlayEventArgs|ControlPointSelectedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.ControlPointSelectedEditInteractiveOverlayEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== ControlPointSelecting ==== | ||
| - | This event will be fired before select the control point. | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.AndroidEdition.ControlPointSelectingEditInteractiveOverlayEventArgs|ControlPointSelectingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.ControlPointSelectingEditInteractiveOverlayEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== DrawingException ==== | ||
| - | Occurs before exception is drawing on map. | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== DrawnException ==== | ||
| - | Occurs after exception is drawn on map. | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== EditEnded ==== | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.AndroidEdition.EditEndedEditInteractiveOverlayEventArgs|EditEndedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.EditEndedEditInteractiveOverlayEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== FeatureDragged ==== | ||
| - | This event will be fired after drag the feature. | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.AndroidEdition.FeatureDraggedEditInteractiveOverlayEventArgs|FeatureDraggedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.FeatureDraggedEditInteractiveOverlayEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== FeatureDragging ==== | ||
| - | This event will be fired before drag the feature. | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.AndroidEdition.FeatureDraggingEditInteractiveOverlayEventArgs|FeatureDraggingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.FeatureDraggingEditInteractiveOverlayEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== FeatureResized ==== | ||
| - | This event will be fired after resize the feature. | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.AndroidEdition.FeatureResizedEditInteractiveOverlayEventArgs|FeatureResizedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.FeatureResizedEditInteractiveOverlayEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== FeatureResizing ==== | ||
| - | This event will be fired before resize the feature. | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.AndroidEdition.FeatureResizingEditInteractiveOverlayEventArgs|FeatureResizingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.FeatureResizingEditInteractiveOverlayEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== FeatureRotated ==== | ||
| - | This event will be fired after rotate the feature. | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.AndroidEdition.FeatureRotatedEditInteractiveOverlayEventArgs|FeatureRotatedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.FeatureRotatedEditInteractiveOverlayEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== FeatureRotating ==== | ||
| - | This event will be fired before rotate the feature. | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.AndroidEdition.FeatureRotatingEditInteractiveOverlayEventArgs|FeatureRotatingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.FeatureRotatingEditInteractiveOverlayEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== VertexAdded ==== | ||
| - | This event will be fired after add the vertex. | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.AndroidEdition.VertexAddedEditInteractiveOverlayEventArgs|VertexAddedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.VertexAddedEditInteractiveOverlayEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== VertexAdding ==== | ||
| - | This event will be fired before add the vertex. | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.AndroidEdition.VertexAddingEditInteractiveOverlayEventArgs|VertexAddingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.VertexAddingEditInteractiveOverlayEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== VertexMoved ==== | ||
| - | This event will be fired after move the vertex. | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.AndroidEdition.VertexMovedEditInteractiveOverlayEventArgs|VertexMovedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.VertexMovedEditInteractiveOverlayEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== VertexMoving ==== | ||
| - | This event will be fired before move the vertex. | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.AndroidEdition.VertexMovingEditInteractiveOverlayEventArgs|VertexMovingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.VertexMovingEditInteractiveOverlayEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== VertexRemoved ==== | ||
| - | This event will be fired after remove the vertex. | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.AndroidEdition.VertexRemovedEditInteractiveOverlayEventArgs|VertexRemovedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.VertexRemovedEditInteractiveOverlayEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== VertexRemoving ==== | ||
| - | This event will be fired before remove the vertex. | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.AndroidEdition.VertexRemovingEditInteractiveOverlayEventArgs|VertexRemovingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.VertexRemovingEditInteractiveOverlayEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | |||
| - | __NOTOC__ | ||
| - | [[Category:AndroidEdition]] | ||
| - | [[Category:ThinkGeo.MapSuite.AndroidEdition]] | ||
| - | [[Category:UpdateDocumentation]] | ||
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.