ThinkGeo.MapSuite.AndroidEdition.Overlay
Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.
This class is the base class of all overlays in this overlay system.
Inheritance Hierarchy
Members Summary
Public Constructors
Protected Constructors
Overlay()
Parameters
Public Methods
Refresh(IEnumerable<RectangleShape>)
Return Value
Type:Void
Description:N/A
Parameters
Refresh(TimeSpan)
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
Refresh(TimeSpan,RequestDrawingBufferTimeType)
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
Refresh(TimeSpan,BufferTimeType)
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
Refresh(RectangleShape,TimeSpan)
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
Refresh(RectangleShape,TimeSpan,RequestDrawingBufferTimeType)
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
Refresh(RectangleShape,TimeSpan,BufferTimeType)
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
Refresh(IEnumerable<RectangleShape>,TimeSpan)
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
Refresh(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType)
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
Refresh(IEnumerable<RectangleShape>,TimeSpan,BufferTimeType)
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
GetBoundingBox()
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
Parameters
Initialize(MapArguments)
Return Value
Type:Void
Description:N/A
Parameters
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.
Return Value
Type:Void
Description:N/A
Parameters
Refresh(RectangleShape)
Return Value
Type:Void
Description:N/A
Parameters
Draw(MapArguments,OverlayRefreshType)
Return Value
Type:Void
Description:N/A
Parameters
refreshType
-
Description: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.
PostTransform(TransformArguments,MapArguments)
Return Value
Type:Void
Description:N/A
Parameters
Close()
Return Value
Type:Void
Description:N/A
Parameters
Open()
Return Value
Type:Void
Description:N/A
Parameters
Dispose()
Return Value
Type:Void
Description:N/A
Parameters
ToString()
Return Value
Type:String
Description:N/A
Parameters
Equals(Object)
Return Value
Type:Boolean
Description:N/A
Parameters
obj
Type:Object
Description:N/A
GetHashCode()
Return Value
Type:Int32
Description:N/A
Parameters
GetType()
Return Value
Type:Type
Description:N/A
Parameters
Protected Methods
GetBoundingBoxCore()
Return Value
Parameters
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.
Return Value
Type:Void
Description:N/A
Parameters
RefreshCore(RectangleShape)
Return Value
Type:Void
Description:N/A
Parameters
DrawCore(MapArguments,OverlayRefreshType)
Return Value
Type:Void
Description:N/A
Parameters
refreshType
-
Description: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.
PostTransformCore(TransformArguments,MapArguments)
This protected virtual method is the Core method of PostTransform API.
Return Value
Type:Void
Description:N/A
Parameters
CloseCore()
This protected virtual method is the Core method of Close API.
Return Value
Type:Void
Description:N/A
Parameters
OpenCore()
This protected virtual method is the Core method of Open API.
Return Value
Type:Void
Description:N/A
Parameters
InitializeCore(MapArguments)
Return Value
Type:Void
Description:N/A
Parameters
DrawException(GeoCanvas,Exception)
Return Value
Type:Void
Description:N/A
Parameters
exception
Type:Exception
Description:N/A
DrawExceptionCore(GeoCanvas,Exception)
Return Value
Type:Void
Description:N/A
Parameters
ex
Type:Exception
Description:N/A
OnDrawingException(DrawingExceptionOverlayEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnDrawnException(DrawnExceptionOverlayEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
Finalize()
Return Value
Type:Void
Description:N/A
Parameters
Dispose(Boolean)
Return Value
Type:Void
Description:N/A
Parameters
MemberwiseClone()
Return Value
Type:Object
Description:N/A
Parameters
Public Properties
AutoRefreshInterval
Return Value
Name
Return Value
DrawingExceptionMode
Return Value
IsEmpty
Return Value
IsVisible
Return Value
Attribution
Return Value
OverlayView
Return Value
DrawingQuality
Return Value
Opacity
Return Value
MapArguments
Return Value
CanRefreshRegion
Return Value
Protected Properties
Public Events
DrawingException