ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> This class inherits from InterativeOverlay abstract class. This specified overlay describle the TrackShape interative process with MapControl using Mouse or Keyborad.
*System.Object ThinkGeo.MapSuite.AndroidEdition.Overlay *ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Default constructor of the class. If you use this constructor, please set the properties correctly or it will use their default values. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Overlay | This method will simulate the Close interaction. | |
![]() | Overlay | This method dispose unmanaged resource used in this class. | |
![]() | InteractionArguments | InteractiveOverlay | This method will simulate the DoubleTap interaction. |
![]() | MapArguments, OverlayRefreshType | Overlay | This method draws the overlay with the provided extent in world coordinate. |
![]() | Object | Object | |
![]() | Overlay | This method gets a bounding box of the Overlay. | |
![]() | Object | ||
![]() | This method gets the current Tracking shape. | ||
![]() | Object | ||
![]() | MapArguments | Overlay | This method initializes overlay object. |
![]() | InteractionArguments | InteractiveOverlay | This method will simulate the LongPress interaction. |
![]() | Overlay | This method will simulate the Open interaction. | |
![]() | TransformArguments, MapArguments | Overlay | This method will simulate the PostTransform interaction. |
![]() | Overlay | This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles. | |
![]() | InteractionArguments | InteractiveOverlay | This method will simulate the SingleTap interaction. |
![]() | Object | ||
![]() | InteractionArguments | InteractiveOverlay | This method will simulate the TouchDown interaction. |
![]() | InteractionArguments | InteractiveOverlay | This method will simulate the TouchMove interaction. |
![]() | InteractionArguments | InteractiveOverlay | This method will simulate the TouchPointerDown interaction. |
![]() | InteractionArguments | InteractiveOverlay | This method will simulate the TouchUp interaction. |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Overlay | This protected virtual method is the Core method of Close API. | |
![]() | Boolean | Overlay(overriden) | |
![]() | InteractionArguments | InteractiveOverlay | This protected virtual method is the Core method of MouseDoubleClick API. |
![]() | MapArguments, OverlayRefreshType | Overlay(overriden) | |
![]() | GeoCanvas, Exception | Overlay | This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. |
![]() | GeoCanvas, Exception | Overlay | This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. |
![]() | This method ends the tracking shape by initialize some variables. | ||
![]() | Object(overriden) | ||
![]() | Overlay | This method returns the bounding box of the Overlay. | |
![]() | This is the Core method of GetTrackingShape.You could overrides this method to have your own logic. This method gets the current Tracking shape. | ||
![]() | MapArguments | Overlay(overriden) | |
![]() | InteractionArguments | InteractiveOverlay(overriden) | This overrides the MouseDoubleClick logic in its base class InterativeOverlay. |
![]() | Object | ||
![]() | DrawingExceptionOverlayEventArgs | Overlay | This method raises before the overlay is drawing exception. |
![]() | DrawnExceptionOverlayEventArgs | Overlay | This method raises after the overlay is drawn exception. |
![]() | MouseMovedTrackInteractiveOverlayEventArgs | This event will be fired when mouse moved a vertex to the Tracking shape. | |
![]() | TrackEndedTrackInteractiveOverlayEventArgs | This event will be fired after the end of Tracking a shape. | |
![]() | TrackEndingTrackInteractiveOverlayEventArgs | This event will be fired before the end of Tracking a shape. | |
![]() | TrackStartedTrackInteractiveOverlayEventArgs | This event will be fired after the start of Tracking a shape. | |
![]() | TrackStartingTrackInteractiveOverlayEventArgs | This event will be fired before the start of Tracking a shape. | |
![]() | VertexAddedTrackInteractiveOverlayEventArgs | This event will be fired after adding a vertex to the Tracking shape. | |
![]() | VertexAddingTrackInteractiveOverlayEventArgs | This event will be fired before adding a vertex to the Tracking shape. | |
![]() | Overlay | This protected virtual method is the Core method of Open API. | |
![]() | TransformArguments, MapArguments | Overlay(overriden) | |
![]() | Overlay | This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles. | |
![]() | InteractionArguments | InteractiveOverlay(overriden) | This overrides the MouseClick logic in its base class. |
![]() | InteractionArguments | InteractiveOverlay(overriden) | This overrides the MouseDown logic in its base class InterativeOverlay. |
![]() | InteractionArguments | InteractiveOverlay(overriden) | This overrides the MouseMove logic in its base class InterativeOverlay. |
![]() | InteractionArguments | InteractiveOverlay | This protected virtual method is the Core method of TouchPointerDown API. |
![]() | InteractionArguments | InteractiveOverlay(overriden) | This overrides the MouseUp logic in its base class InterativeOverlay. |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | String | Overlay | Gets or sets the attribution for this overlay. |
![]() | Bitmap | ||
![]() | DrawingExceptionMode | Overlay | This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. |
![]() | DrawingQuality | Overlay | Gets or sets the drawingQuality for this overlay. |
![]() | TileView | InteractiveOverlay | Gets or sets Overlay's the interactiveView. |
![]() | Boolean | Overlay(overriden) | This property override the logic in its base class by watching the feature count in trackShapeLayer. If it is empty ,we can skip drawing it for better performance. |
![]() | Boolean | Overlay | Gets or sets if this overlay is visible. |
![]() | MapArguments | Overlay | Gets or sets the mapArguments for this overlay. |
![]() | String | Overlay | Gets or sets the name of this overaly. |
![]() | Double | Overlay | Gets or sets the opacity for this overlay. |
![]() | TrackMode | Gets a mode of TrackOverlay. | |
![]() | InMemoryFeatureLayer | This property gets the TrackShape layers which holds the track shapes. | |
![]() | Int32 |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | Boolean | This property gets or sets to sign that if there is any shape being tracking. | |
![]() | Collection<Vertex> | This property gets the vertices to make up the track shape. This is a protected property which probablly need to be used in its sub classes. |
Name | Event Arguments | DeclaringType | Summary |
---|---|---|---|
![]() | DrawingExceptionOverlayEventArgs | Overlay | Occurs before exception is drawing on map. |
![]() | DrawnExceptionOverlayEventArgs | Overlay | Occurs after exception is drawn on map. |
![]() | MouseMovedTrackInteractiveOverlayEventArgs | This event will be fired when mouse moved on the vertex of tracking shape. | |
![]() | TrackEndedTrackInteractiveOverlayEventArgs | This event will be fired after the end of tracking shape. | |
![]() | TrackEndingTrackInteractiveOverlayEventArgs | This event will be fired before the end of tracking shape. | |
![]() | TrackStartedTrackInteractiveOverlayEventArgs | This event will be fired after the start of tracking shape. | |
![]() | TrackStartingTrackInteractiveOverlayEventArgs | This event will be fired before the start of tracking shape. | |
![]() | VertexAddedTrackInteractiveOverlayEventArgs | This event will be fired after a vertex added to the tracking shape. | |
![]() | VertexAddingTrackInteractiveOverlayEventArgs | This event will be fired before a vertex added to the tracking shape. |
Default constructor of the class. If you use this constructor, please set the properties correctly or it will use their default values.
Name | Type | Description |
---|
This method will simulate the Close interaction.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This method dispose unmanaged resource used in this class.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This method will simulate the DoubleTap interaction.
This method is the concrete wrapper for its virtual Core method.
As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay –> Go Back
This method draws the overlay with the provided extent in world coordinate.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
mapArguments | MapArguments<!– ThinkGeo.MapSuite.AndroidEdition.MapArguments –> | This parameter maintains current map information for calculating mechanism. |
refreshType | OverlayRefreshType<!– ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType –> | This parameter indicates whether the elements of this overlay needs to be refreshed. For example, TileOverlay is formed by tiles. When panning the map around, the existing tile doesn't need to be redraw, the only thing we need to do is modifying the position of these tiles. On another hand, when click to change the style of the overlay, we need to redraw the tile images to change the appearance. So we need refresh mode. |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
This method gets a bounding box of the Overlay.
This method is the concrete wrapper for the abstract method GetBoundingBoxCore. This method returns the bounding box of the Overlay.
As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | A RectangleShape indicating the bounding box of this overlay. |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method gets the current Tracking shape.
This method is the concrete wrapper for the abstract method GetTrackingShapeCore. This method draws the representation of the overlay based on the extent you provided.
Return Type | Description |
---|---|
BaseShape<!– ThinkGeo.MapSuite.Core.BaseShape –> | Returns a shape represents the current status of tracking shape. |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method initializes overlay object.
This is a wrapper method for the virtual method InitializeCore.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
mapArguments | MapArguments<!– ThinkGeo.MapSuite.AndroidEdition.MapArguments –> | This parameter maintains current map information for calculating mechanism. |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This method will simulate the LongPress interaction.
This method is the concrete wrapper for its virtual Core method.
As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay –> Go Back
This method will simulate the Open interaction.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This method will simulate the PostTransform interaction.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
transformInfo | TransformArguments<!– ThinkGeo.MapSuite.AndroidEdition.TransformArguments –> | This parameter maintains the transfrom information for calculating transform. |
mapArguments | MapArguments<!– ThinkGeo.MapSuite.AndroidEdition.MapArguments –> | This parameter maintains current map information for calculating mechanism. |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles.
The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This method will simulate the SingleTap interaction.
This method is the concrete wrapper for its virtual Core method.
As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method will simulate the TouchDown interaction.
This method is the concrete wrapper for its virtual Core method.
As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveResult –> |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay –> Go Back
This method will simulate the TouchMove interaction.
This method is the concrete wrapper for its virtual Core method.
As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay –> Go Back
This method will simulate the TouchPointerDown interaction.
This method is the concrete wrapper for its virtual Core method.
As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay –> Go Back
This method will simulate the TouchUp interaction.
This method is the concrete wrapper for its virtual Core method.
As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay –> Go Back
This protected virtual method is the Core method of Close API.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
isDisposing | Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) –> Go Back
This protected virtual method is the Core method of MouseDoubleClick API.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
mapArguments | MapArguments<!– ThinkGeo.MapSuite.AndroidEdition.MapArguments –> | |
refreshType | OverlayRefreshType<!– ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) –> Go Back
This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException.
This method can be overriden its logic by rewrite the DrawExceptionCore.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
geoCanvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | |
exception | Exception<!– System.Exception –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
geoCanvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | |
ex | Exception<!– System.Exception –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This method ends the tracking shape by initialize some variables.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object(overriden) –> Go Back
This method returns the bounding box of the Overlay.
This method returns the bounding box of the Overlay.
Return Type | Description |
---|---|
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | This method returns the bounding box of the Overlay. |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This is the Core method of GetTrackingShape.You could overrides this method to have your own logic. This method gets the current Tracking shape.
Return Type | Description |
---|---|
BaseShape<!– ThinkGeo.MapSuite.Core.BaseShape –> | Returns a shape represents the current status of tracking shape. |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
mapArguments | MapArguments<!– ThinkGeo.MapSuite.AndroidEdition.MapArguments –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) –> Go Back
This overrides the MouseDoubleClick logic in its base class InterativeOverlay.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay(overriden) –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method raises before the overlay is drawing exception.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
args | DrawingExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs –> | This parameter is the event argument for DrawingException event. |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This method raises after the overlay is drawn exception.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
args | DrawnExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs –> | This parameter is the event argument for DrawingException event. |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This event will be fired when mouse moved a vertex to the Tracking shape.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MouseMovedTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.MouseMovedTrackInteractiveOverlayEventArgs –> | The MouseMovedTrackInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay –> Go Back
This event will be fired after the end of Tracking a shape.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | TrackEndedTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.TrackEndedTrackInteractiveOverlayEventArgs –> | The TrackEndedTrackInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay –> Go Back
This event will be fired before the end of Tracking a shape.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | TrackEndingTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.TrackEndingTrackInteractiveOverlayEventArgs –> | The TrackEndingTrackInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay –> Go Back
This event will be fired after the start of Tracking a shape.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | TrackStartedTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.TrackStartedTrackInteractiveOverlayEventArgs –> | The TrackStartedTrackInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay –> Go Back
This event will be fired before the start of Tracking a shape.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | TrackStartingTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.TrackStartingTrackInteractiveOverlayEventArgs –> | The TrackStartingTrackInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay –> Go Back
This event will be fired after adding a vertex to the Tracking shape.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | VertexAddedTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.VertexAddedTrackInteractiveOverlayEventArgs –> | The VertexAddedTrackInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay –> Go Back
This event will be fired before adding a vertex to the Tracking shape.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | VertexAddingTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.VertexAddingTrackInteractiveOverlayEventArgs –> | The VertexAddingTrackInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay –> Go Back
This protected virtual method is the Core method of Open API.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
transformInfo | TransformArguments<!– ThinkGeo.MapSuite.AndroidEdition.TransformArguments –> | |
mapArguments | MapArguments<!– ThinkGeo.MapSuite.AndroidEdition.MapArguments –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) –> Go Back
This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles.
The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This overrides the MouseClick logic in its base class.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay(overriden) –> Go Back
This overrides the MouseDown logic in its base class InterativeOverlay.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay(overriden) –> Go Back
This overrides the MouseMove logic in its base class InterativeOverlay.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay(overriden) –> Go Back
This protected virtual method is the Core method of TouchPointerDown API.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay –> Go Back
This overrides the MouseUp logic in its base class InterativeOverlay.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay(overriden) –> Go Back
Gets or sets the attribution for this overlay.
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Return Type |
---|
Bitmap<!– Android.Graphics.Bitmap –> |
<!– ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay –> Go Back
This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing.
Return Type |
---|
DrawingExceptionMode<!– ThinkGeo.MapSuite.Core.DrawingExceptionMode –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Gets or sets the drawingQuality for this overlay.
Return Type |
---|
DrawingQuality<!– ThinkGeo.MapSuite.Core.DrawingQuality –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Gets or sets Overlay's the interactiveView.
Return Type |
---|
TileView<!– ThinkGeo.MapSuite.AndroidEdition.TileView –> |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay –> Go Back
This property override the logic in its base class by watching the feature count in trackShapeLayer. If it is empty ,we can skip drawing it for better performance.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) –> Go Back
Gets or sets if this overlay is visible.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Gets or sets the mapArguments for this overlay.
Return Type |
---|
MapArguments<!– ThinkGeo.MapSuite.AndroidEdition.MapArguments –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Gets or sets the name of this overaly.
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Gets or sets the opacity for this overlay.
Return Type |
---|
Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Gets a mode of TrackOverlay.
The default mode is TrackMode.None which means you cannot draw or edit features at client. By setting the mode to TrackMode.Point, TrackMode.Line, TrackMode.Polygon etc., you could add point, line or polygon to the FeatureOverlay. Setting the mode to TrackMode.Edit, you could edit the shapes at the client side.
Return Type |
---|
TrackMode<!– ThinkGeo.MapSuite.AndroidEdition.TrackMode –> |
<!– ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay –> Go Back
This property gets the TrackShape layers which holds the track shapes.
Return Type |
---|
InMemoryFeatureLayer<!– ThinkGeo.MapSuite.Core.InMemoryFeatureLayer –> |
<!– ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay –> Go Back
Return Type |
---|
Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay –> Go Back
This property gets or sets to sign that if there is any shape being tracking.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay –> Go Back
This property gets the vertices to make up the track shape. This is a protected property which probablly need to be used in its sub classes.
Return Type |
---|
Collection<Vertex><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Vertex} –> |
<!– ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay –> Go Back
Occurs before exception is drawing on map.
Event Arguments |
---|
DrawingExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Occurs after exception is drawn on map.
Event Arguments |
---|
DrawnExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This event will be fired when mouse moved on the vertex of tracking shape.
Event Arguments |
---|
MouseMovedTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.MouseMovedTrackInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay –> Go Back
This event will be fired after the end of tracking shape.
Event Arguments |
---|
TrackEndedTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.TrackEndedTrackInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay –> Go Back
This event will be fired before the end of tracking shape.
Event Arguments |
---|
TrackEndingTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.TrackEndingTrackInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay –> Go Back
This event will be fired after the start of tracking shape.
Event Arguments |
---|
TrackStartedTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.TrackStartedTrackInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay –> Go Back
This event will be fired before the start of tracking shape.
Event Arguments |
---|
TrackStartingTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.TrackStartingTrackInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay –> Go Back
This event will be fired after a vertex added to the tracking shape.
Event Arguments |
---|
VertexAddedTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.VertexAddedTrackInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay –> Go Back
This event will be fired before a vertex added to the tracking shape.
Event Arguments |
---|
VertexAddingTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.VertexAddingTrackInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay –> Go Back
NOTOC AndroidEdition ThinkGeo.MapSuite.AndroidEdition UpdateDocumentation