This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.androidedition.extentinteractiveoverlay [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.androidedition.extentinteractiveoverlay [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.AndroidEdition.ExtentInteractiveOverlay ====== | ====== ThinkGeo.MapSuite.AndroidEdition.ExtentInteractiveOverlay ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
- | |||
- | <!-- Class --> | ||
This class inherits from InterativeOverlay abstract class. This specified overlay describle the Extent Changing interative process with MapControl using Mouse or Keyborad. | This class inherits from InterativeOverlay abstract class. This specified overlay describle the Extent Changing interative process with MapControl using Mouse or Keyborad. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | + | *System.Object |
- | **[[ThinkGeo.MapSuite.AndroidEdition.Overlay]] | + | *ThinkGeo.MapSuite.AndroidEdition.Overlay |
- | ***[[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay]] | + | *ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay |
- | ****[[ThinkGeo.MapSuite.AndroidEdition.ExtentInteractiveOverlay]] | + | ***ThinkGeo.MapSuite.AndroidEdition.ExtentInteractiveOverlay** |
===== Members Summary ===== | ===== Members Summary ===== | ||
==== Public Constructors ==== | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} ExtentInteractiveOverlay() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ExtentInteractiveOverlay()|ExtentInteractiveOverlay]] | | | Initializes a new instance of the class. | | + | |
+ | * //Initializes a new instance of the class.// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Parameters == | ||
+ | <div newline></div> | ||
==== Protected Constructors ==== | ==== Protected Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
- | |||
==== Public Methods ==== | ==== Public Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} TouchUp(InteractionArguments) ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Close()|Close]] | | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | This method will simulate the Close interaction. | | + | |
- | | {{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. | | + | |
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]] | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} TouchDown(InteractionArguments) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]] | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} TouchMove(InteractionArguments) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]] | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} TouchPointerDown(InteractionArguments) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]] | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} SingleTap(InteractionArguments) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]] | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} DoubleTap(InteractionArguments) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]] | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} LongPress(InteractionArguments) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]] | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable<RectangleShape>) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //extentsToRefresh// | ||
+ | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Refresh(TimeSpan) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //bufferTime// | ||
+ | * Type:TimeSpan | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Refresh(TimeSpan,RequestDrawingBufferTimeType) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //bufferTime// | ||
+ | * Type:TimeSpan | ||
+ | * Description:N/A | ||
+ | |||
+ | * //bufferTimeType// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Refresh(TimeSpan,BufferTimeType) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //bufferTime// | ||
+ | * Type:TimeSpan | ||
+ | * Description:N/A | ||
+ | |||
+ | * //bufferTimeType// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.BufferTimeType|BufferTimeType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape,TimeSpan) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //extentToRefresh// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //bufferTime// | ||
+ | * Type:TimeSpan | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape,TimeSpan,RequestDrawingBufferTimeType) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //extentToRefresh// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //bufferTime// | ||
+ | * Type:TimeSpan | ||
+ | * Description:N/A | ||
+ | |||
+ | * //bufferTimeType// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape,TimeSpan,BufferTimeType) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //extentToRefresh// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //bufferTime// | ||
+ | * Type:TimeSpan | ||
+ | * Description:N/A | ||
+ | |||
+ | * //bufferTimeType// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.BufferTimeType|BufferTimeType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable<RectangleShape>,TimeSpan) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //extentsToRefresh// | ||
+ | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | * //bufferTime// | ||
+ | * Type:TimeSpan | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //extentsToRefresh// | ||
+ | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | * //bufferTime// | ||
+ | * Type:TimeSpan | ||
+ | * Description:N/A | ||
+ | |||
+ | * //bufferTimeType// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable<RectangleShape>,TimeSpan,BufferTimeType) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //extentsToRefresh// | ||
+ | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | * //bufferTime// | ||
+ | * Type:TimeSpan | ||
+ | * Description:N/A | ||
+ | |||
+ | * //bufferTimeType// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.BufferTimeType|BufferTimeType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetBoundingBox() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Initialize(MapArguments) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //mapArguments// | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Refresh() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //extent// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Draw(MapArguments,OverlayRefreshType) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //mapArguments// | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //refreshType// | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType|OverlayRefreshType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} PostTransform(TransformArguments,MapArguments) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //transformInfo// | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //mapArguments// | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Close() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Open() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Dispose() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //obj// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Type | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
==== Protected Methods ==== | ==== Protected Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:ProtectedMethod.gif|}} TouchDownCore(InteractionArguments) ** |
- | | {{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) | This protected virtual method is the Core method of MouseDoubleClick API. | | + | |
- | | {{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) | | | + | |
- | | {{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}}[[#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}}[[#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}}[[#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}}[[#SingleTapCore(InteractionArguments)|SingleTapCore]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]] | This protected virtual method is the Core method of SingleTap API. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#TouchDownCore(InteractionArguments)|TouchDownCore]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]](overriden) | This protected virtual method is the Core method of TouchDown API. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#TouchMoveCore(InteractionArguments)|TouchMoveCore]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]](overriden) | This protected virtual method is the Core method of TouchMove API. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#TouchPointerDownCore(InteractionArguments)|TouchPointerDownCore]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]](overriden) | 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 protected virtual method is the Core method of TouchUp API. | | + | |
- | ==== Public Properties ==== | + | * //This protected virtual method is the Core method of TouchDown API.// |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Attribution|Attribution]] | String | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | Gets or sets the attribution for this overlay. | | + | * //N/A// |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#DoubleTapMode|DoubleTapMode]] | [[ThinkGeo.MapSuite.AndroidEdition.MapDoubleTapMode|MapDoubleTapMode]] | | Gets or sets the double tap mode. | | + | |
- | | {{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}}[[#InteractiveView|InteractiveView]] | [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]] | Gets or sets Overlay's the interactiveView. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsBusy|IsBusy]] | Boolean | | Gets a value indicating whether this instance is busy. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsEmpty|IsEmpty]] | Boolean | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | This property gets if this overlay is empty or not. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsInertiallyPanEnabled|IsInertiallyPanEnabled]] | Boolean | | Gets or sets a value indicating whether this instance is inertially pan enabled. | | + | |
- | | {{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. | | + | |
- | ==== Protected Properties ==== | + | == Return Value == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]] |
+ | * Description:Interaction results of this method. | ||
- | ==== Public Events ==== | + | == Parameters == |
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | * //e// |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#DrawingException|DrawingException]] | [[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]] | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | Occurs before exception is drawing on map. | | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#DrawnException|DrawnException]] | [[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]] | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | Occurs after exception is drawn on map. | | + | * Description:This parameter is the interaction auguments for the method. |
- | ===== Public Constructors ===== | + | <div newline></div> |
- | ==== ExtentInteractiveOverlay() ==== | + | ** {{wiki:ProtectedMethod.gif|}} TouchUpCore(InteractionArguments) ** |
- | Initializes a new instance of the class. | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | [[#Public Constructors|Go Back]] | + | * //This protected virtual method is the Core method of TouchUp API.// |
- | ===== Protected Constructors ===== | + | == Remarks == |
- | ===== Public Methods ===== | + | * //N/A// |
- | ==== Close() ==== | + | |
- | This method will simulate the Close interaction. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]] |
+ | * Description:Interaction results of this method. | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //e// |
- | ==== Dispose() ==== | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] |
- | This method dispose unmanaged resource used in this class. | + | * Description:This parameter is the interaction auguments for the method. |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} TouchMoveCore(InteractionArguments) ** |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | * //This protected virtual method is the Core method of TouchMove API.// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== DoubleTap(InteractionArguments) ==== | + | * //N/A// |
- | 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 Value === | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]] |
- | ^ Return Type ^ Description ^ | + | * Description:Interaction results of this method. |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //e// |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] |
+ | * Description:This parameter is the interaction auguments for the method. | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} TouchPointerDownCore(InteractionArguments) ** |
- | ==== Draw(MapArguments, OverlayRefreshType) ==== | + | |
- | This method draws the overlay with the provided extent in world coordinate. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //This protected virtual method is the Core method of TouchPointerDown API.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | mapArguments | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> | This parameter maintains current map information for calculating mechanism. | | + | * //N/A// |
- | | 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 --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]] |
- | ==== Equals(Object) ==== | + | * Description:Interaction results of this method. |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //e// |
- | | obj | Object<!-- System.Object --> | | | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] |
+ | * Description:This parameter is the interaction auguments for the method. | ||
- | <!-- System.Object --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} DoubleTapCore(InteractionArguments) ** |
- | ==== 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. | + | * //This protected virtual method is the Core method of MouseDoubleClick API.// |
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ Description ^ | + | * //N/A// |
- | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | A RectangleShape indicating the bounding box of this overlay. | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]] |
+ | * Description:Interaction results of this method. | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //e// |
- | ==== GetHashCode() ==== | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] |
- | === Return Value === | + | * Description:This parameter is the interaction auguments for the method. |
- | ^ Return Type ^ Description ^ | + | |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} InitializeCore(MapArguments) ** |
- | <!-- System.Object --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GetType() ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Type<!-- System.Type --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //mapArguments// |
- | ==== Initialize(MapArguments) ==== | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] |
- | This method initializes overlay object. | + | * Description:N/A |
- | === Remarks === | + | |
- | This is a wrapper method for the virtual method InitializeCore. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} DrawCore(MapArguments,OverlayRefreshType) ** |
- | | mapArguments | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> | This parameter maintains current map information for calculating mechanism. | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== LongPress(InteractionArguments) ==== | + | * //N/A// |
- | 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 Value === | + | * Type:Void |
- | ^ Return Type ^ Description ^ | + | * Description:N/A |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //mapArguments// |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay --> | + | * //refreshType// |
- | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType|OverlayRefreshType]] |
- | ==== Open() ==== | + | * Description:N/A |
- | This method will simulate the Open interaction. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} SingleTapCore(InteractionArguments) ** |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== PostTransform(TransformArguments, MapArguments) ==== | + | * //N/A// |
- | This method will simulate the PostTransform interaction. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]] |
- | | transformInfo | [[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.TransformArguments --> | This parameter maintains the transfrom information for calculating transform. | | + | * Description:N/A |
- | | mapArguments | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> | This parameter maintains current map information for calculating mechanism. | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //e// |
- | ==== Refresh() ==== | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] |
- | 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. | + | * Description:N/A |
- | === 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 === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} LongPressCore(InteractionArguments) ** |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== SingleTap(InteractionArguments) ==== | + | * //N/A// |
- | 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 Value === | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]] |
- | ^ Return Type ^ Description ^ | + | * Description:N/A |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //e// |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} PostTransformCore(TransformArguments,MapArguments) ** |
- | ==== ToString() ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //N/A// | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== TouchDown(InteractionArguments) ==== | + | * Description:N/A |
- | 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. | + | == Parameters == |
- | === Return Value === | + | * //transformInfo// |
- | ^ Return Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]] |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | | | + | * Description:N/A |
- | === Parameters === | + | * //mapArguments// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} Dispose(Boolean) ** |
- | ==== 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. | + | * //N/A// |
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ Description ^ | + | * //N/A// |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //disposing// |
- | ==== TouchPointerDown(InteractionArguments) ==== | + | * Type:Boolean |
- | This method will simulate the TouchPointerDown interaction. | + | * Description:N/A |
- | === 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. | + | <div newline></div> |
- | === Return Value === | + | ** {{wiki:ProtectedMethod.gif|}} GetBoundingBoxCore() ** |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | + | * //N/A// |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | ==== TouchUp(InteractionArguments) ==== | + | * Description:N/A |
- | 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. | + | == Parameters == |
- | === Return Value === | + | <div newline></div> |
- | ^ Return Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} RefreshCore() ** |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | + | * //N/A// |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ===== Protected Methods ===== | + | * Description:N/A |
- | ==== CloseCore() ==== | + | |
- | This protected virtual method is the Core method of Close API. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ** {{wiki:ProtectedMethod.gif|}} RefreshCore(RectangleShape) ** | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== Dispose(Boolean) ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | isDisposing | Boolean<!-- System.Boolean --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //extent// |
- | ==== DoubleTapCore(InteractionArguments) ==== | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | This protected virtual method is the Core method of MouseDoubleClick API. | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} CloseCore() ** |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay(overriden) --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== DrawCore(MapArguments, OverlayRefreshType) ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | mapArguments | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> | | | + | * Description:N/A |
- | | refreshType | [[ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType|OverlayRefreshType]]<!-- ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType --> | | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== DrawException(GeoCanvas, Exception) ==== | + | ** {{wiki:ProtectedMethod.gif|}} OpenCore() ** |
- | 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 === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | geoCanvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | | | + | * //N/A// |
- | | exception | Exception<!-- System.Exception --> | | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== DrawExceptionCore(GeoCanvas, Exception) ==== | + | * Description:N/A |
- | 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 === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | geoCanvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | | | + | ** {{wiki:ProtectedMethod.gif|}} DrawException(GeoCanvas,Exception) ** |
- | | ex | Exception<!-- System.Exception --> | | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== Finalize() ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- System.Object(overriden) --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //geoCanvas// |
- | ==== GetBoundingBoxCore() ==== | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | This method returns the bounding box of the Overlay. | + | * Description:N/A |
- | === 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 === | + | * //exception// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Exception |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,Exception) ** |
- | ==== InitializeCore(MapArguments) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | mapArguments | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> | | | + | * //N/A// |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== LongPressCore(InteractionArguments) ==== | + | * Description:N/A |
- | 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 === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //geoCanvas// |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay --> | + | * //ex// |
- | [[#Protected Methods|Go Back]] | + | * Type:Exception |
- | ==== MemberwiseClone() ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Object<!-- System.Object --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnDrawingException(DrawingExceptionOverlayEventArgs) ** |
- | <!-- System.Object --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnDrawingException(DrawingExceptionOverlayEventArgs) ==== | + | * //N/A// |
- | This method raises before the overlay is drawing exception. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | args | [[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs --> | This parameter is the event argument for DrawingException event. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //args// |
- | ==== OnDrawnException(DrawnExceptionOverlayEventArgs) ==== | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]] |
- | This method raises after the overlay is drawn exception. | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnDrawnException(DrawnExceptionOverlayEventArgs) ** |
- | | args | [[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs --> | This parameter is the event argument for DrawingException event. | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OpenCore() ==== | + | * //N/A// |
- | This protected virtual method is the Core method of Open API. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //args// |
- | ==== PostTransformCore(TransformArguments, MapArguments) ==== | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]] |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
- | | 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) --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== RefreshCore() ==== | + | * //N/A// |
- | 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 === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== SingleTapCore(InteractionArguments) ==== | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
- | This protected virtual method is the Core method of SingleTap API. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | + | * //N/A// |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Object |
- | ==== TouchDownCore(InteractionArguments) ==== | + | * Description:N/A |
- | This protected virtual method is the Core method of TouchDown API. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | + | ==== Public Properties ==== |
+ | ** {{wiki:PublicProperty.gif|}} DoubleTapMode ** | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay(overriden) --> | + | * //Gets or sets the double tap mode.// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== TouchMoveCore(InteractionArguments) ==== | + | * //N/A// |
- | This protected virtual method is the Core method of TouchMove API. | + | == Return Value == |
- | === Return Value === | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.MapDoubleTapMode|MapDoubleTapMode]] |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | + | |
- | === Parameters === | + | ** {{wiki:PublicProperty.gif|}} IsInertiallyPanEnabled ** |
- | ^ 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(overriden) --> | + | * //Gets or sets a value indicating whether this instance is inertially pan enabled.// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== TouchPointerDownCore(InteractionArguments) ==== | + | * //N/A// |
- | This protected virtual method is the Core method of TouchPointerDown API. | + | == Return Value == |
- | === Return Value === | + | * Type:Boolean |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | + | |
- | === Parameters === | + | ** {{wiki:PublicProperty.gif|}} IsBusy ** |
- | ^ 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(overriden) --> | + | * //Gets a value indicating whether this instance is busy.// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== TouchUpCore(InteractionArguments) ==== | + | * //N/A// |
- | This protected virtual method is the Core method of TouchUp API. | + | == Return Value == |
- | === Return Value === | + | * Type:Boolean |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | + | |
- | === Parameters === | + | ** {{wiki:PublicProperty.gif|}} InteractiveView ** |
- | ^ 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(overriden) --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ===== Public Properties ===== | + | * //N/A// |
- | ==== Attribution ==== | + | == Return Value == |
- | Gets or sets the attribution for this overlay. | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]] |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} AutoRefreshInterval ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== DoubleTapMode ==== | + | |
- | Gets or sets the double tap mode. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.MapDoubleTapMode|MapDoubleTapMode]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapDoubleTapMode --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.ExtentInteractiveOverlay --> | + | * //N/A// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== DrawingExceptionMode ==== | + | * //N/A// |
- | This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. | + | == Return Value == |
- | === Return Value === | + | * Type:TimeSpan |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]<!-- ThinkGeo.MapSuite.Core.DrawingExceptionMode --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} Name ** |
- | [[#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 --> | + | * //N/A// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== InteractiveView ==== | + | * //N/A// |
- | Gets or sets Overlay's the interactiveView. | + | == Return Value == |
- | === Return Value === | + | * Type:String |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]]<!-- ThinkGeo.MapSuite.AndroidEdition.TileView --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay --> | + | ** {{wiki:PublicProperty.gif|}} DrawingExceptionMode ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== IsBusy ==== | + | |
- | Gets a value indicating whether this instance is busy. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.ExtentInteractiveOverlay --> | + | * //N/A// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== IsEmpty ==== | + | * //N/A// |
- | This property gets if this overlay is empty or not. | + | == Return Value == |
- | === Remarks === | + | * Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] |
- | This property enhances the performance of the overlay while drawing. If is true, we will skip drawing this overlay and continue drawing the next overlay. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} IsEmpty ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== IsInertiallyPanEnabled ==== | + | |
- | Gets or sets a value indicating whether this instance is inertially pan enabled. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.ExtentInteractiveOverlay --> | + | * //N/A// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== IsVisible ==== | + | * //N/A// |
- | Gets or sets if this overlay is visible. | + | == Return Value == |
- | === Return Value === | + | * Type:Boolean |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} IsVisible ** |
- | [[#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 --> | + | * //N/A// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== Name ==== | + | * //N/A// |
- | Gets or sets the name of this overaly. | + | == Return Value == |
- | === Return Value === | + | * Type:Boolean |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} Attribution ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== Opacity ==== | + | * //N/A// |
- | Gets or sets the opacity for this overlay. | + | == Remarks == |
- | === Return Value === | + | * //N/A// |
- | ^ Return Type ^ | + | == Return Value == |
- | | Double<!-- System.Double --> | | + | * Type:String |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} OverlayView ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.MapLayout|MapLayout]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} DrawingQuality ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Opacity ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Return Value == | ||
+ | * Type:Double | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} MapArguments ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} CanRefreshRegion ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ==== Protected Properties ==== | ||
+ | ==== Public Events ==== | ||
+ | ** {{wiki:PublicEvent.gif|}} DrawingException ** | ||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]] |
- | [[#Public Properties|Go Back]] | + | |
- | ===== Protected Properties ===== | + | |
- | ===== Public Events ===== | + | |
- | ==== 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 --> | + | ** {{wiki:PublicEvent.gif|}} DrawnException ** |
- | [[#Public Events|Go Back]] | + | * //N/A// |
- | ==== DrawnException ==== | + | == Remarks == |
- | Occurs after exception is drawn on map. | + | * //N/A// |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | __NOTOC__ | ||
- | [[Category:AndroidEdition]] | ||
- | [[Category:ThinkGeo.MapSuite.AndroidEdition]] | ||
- | [[Category:UpdateDocumentation]] | ||