ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay
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 inherits from Overlay abstract class. This specified overlay describle the interative process with MapControl using Mouse or Keyborad.
Inheritance Hierarchy
Members Summary
Public Constructors
Protected Constructors
InteractiveOverlay()
Parameters
Public Methods
TouchUp(InteractionArguments)
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
Parameters
TouchDown(InteractionArguments)
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
Parameters
TouchMove(InteractionArguments)
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
Parameters
TouchPointerDown(InteractionArguments)
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
Parameters
SingleTap(InteractionArguments)
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
Parameters
DoubleTap(InteractionArguments)
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
Parameters
LongPress(InteractionArguments)
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
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(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()
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
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
InitializeCore(MapArguments)
This protected virtual method is the Core method of Initialize API.
Return Value
Type:Void
Description:N/A
Parameters
DrawCore(MapArguments,OverlayRefreshType)
This method draws the InterativeOverlay abstract class. You have to override this API in its sub concrete classes, Or you will see nothing.
This method draws the representation of the overlay based on the extent you provided. When implementing this abstract method, consider each feature and its column data values. You can use the full power of the GeoCanvas to do the drawing. If you need column data for a feature, be sure to override the GetRequiredColumnNamesCore and add the columns you need to the collection. In many of the styles, we add properties that allow the user to specify which field they need; then, in the GetRequiredColumnNamesCore, we read that property and add it to the collection.
Return Value
Type:Void
Description:none
Parameters
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.
TouchUpCore(InteractionArguments)
This protected virtual method is the Core method of TouchUp API.
Return Value
Parameters
TouchDownCore(InteractionArguments)
This protected virtual method is the Core method of TouchDown API.
Return Value
Parameters
TouchMoveCore(InteractionArguments)
This protected virtual method is the Core method of TouchMove API.
Return Value
Parameters
TouchPointerDownCore(InteractionArguments)
This protected virtual method is the Core method of TouchPointerDown API.
Return Value
Parameters
SingleTapCore(InteractionArguments)
This protected virtual method is the Core method of SingleTap API.
Return Value
Parameters
DoubleTapCore(InteractionArguments)
This protected virtual method is the Core method of MouseDoubleClick API.
Return Value
Parameters
LongPressCore(InteractionArguments)
This protected virtual method is the Core method of LongPress API.
Return Value
Parameters
PostTransformCore(TransformArguments,MapArguments)
This protected virtual method is the Core method of PostTransform API.
Return Value
Type:Void
Description:N/A
Parameters
Dispose(Boolean)
Return Value
Type:Void
Description:N/A
Parameters
disposing
Type:Boolean
Description:N/A
GetBoundingBoxCore()
Return Value
Parameters
RefreshCore()
Return Value
Type:Void
Description:N/A
Parameters
RefreshCore(RectangleShape)
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
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
MemberwiseClone()
Return Value
Type:Object
Description:N/A
Parameters
Public Properties
InteractiveView
Return Value
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