ThinkGeo.MapSuite.Android.Overlay
Inheritance Hierarchy
Members Summary
Public Constructors
Protected Constructors
Overlay()
Parameters
Public Methods
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()
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
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(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(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
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()
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)
Return Value
Type:Void
Description:N/A
Parameters
CloseCore()
Return Value
Type:Void
Description:N/A
Parameters
OpenCore()
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
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
AutoRefreshInterval
Return Value
Protected Properties
Public Events
DrawingException