This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.androidedition.editinteractiveoverlay [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.androidedition.editinteractiveoverlay [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay ====== | ====== ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
- | |||
- | <!-- Class --> | ||
This class inherits from InterativeOverlay abstract class. This specified overlay describle the EditShape interative process with MapControl using Mouse or Keyborad. | This class inherits from InterativeOverlay abstract class. This specified overlay describle the EditShape 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.EditInteractiveOverlay]] | + | ***ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay** |
===== Members Summary ===== | ===== Members Summary ===== | ||
==== Public Constructors ==== | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} EditInteractiveOverlay() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#EditInteractiveOverlay()|EditInteractiveOverlay]] | | | Default constructor of the class. If you use thi constructor, please set the properties correctly or it will use their default values. | | + | |
+ | * //Default constructor of the class. If you use thi constructor, please set the properties correctly or it will use their default values.// | ||
+ | == 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|}} DeleteTrackShape() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#CalculateAllControlPoints()|CalculateAllControlPoints]] | | | This method calculates all control points. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ClearAllControlPoints()|ClearAllControlPoints]] | | | This method clears all control points in corresponding layer. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Close()|Close]] | | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | This method will simulate the Close interaction. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DeleteTrackShape()|DeleteTrackShape]] | | | Delete the selected track shape. | | + | |
- | | {{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. | | + | |
+ | * //Delete the selected track shape.// | ||
+ | == Remarks == | ||
+ | * //Should set TrackMode as EditShape mode first, use mouse select one shape, and then call DeleteTrackShape, it will delete the selected shape.// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ClearAllControlPoints() ** | ||
+ | |||
+ | * //This method clears all control points in corresponding layer.// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} CalculateAllControlPoints() ** | ||
+ | |||
+ | * //This method calculates all control points.// | ||
+ | == Remarks == | ||
+ | * //First, it will clear all control points. Then it will calculate each control points according to their settings.// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} TouchUp(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|}} 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|}} OnControlPointSelected(ControlPointSelectedEditInteractiveOverlayEventArgs) ** |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#AddVertex(PointShape, Double)|AddVertex]] | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]], Double | | This is the method to add vertex from a feature. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#AddVertexCore(Feature, PointShape, Double)|AddVertexCore]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]], [[ThinkGeo.MapSuite.Core.PointShape|PointShape]], Double | | This is the Core method of AddVertex which encapsulate the logic. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CalculateDragControlPoints()|CalculateDragControlPoints]] | | | This method caculates the Drag control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CalculateDragControlPointsCore(Feature)|CalculateDragControlPointsCore]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]] | | This is the core API for the CalculateDragControlPoints, you can override this method if you want to change its logic. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CalculateResizeControlPoints()|CalculateResizeControlPoints]] | | | This method caculates the Resize control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CalculateResizeControlPointsCore(Feature)|CalculateResizeControlPointsCore]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]] | | This is the core API for the CalculateResizeControlPoints, you can override this method if you want to change its logic. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CalculateRotateControlPoints()|CalculateRotateControlPoints]] | | | This method caculates the Rotate control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CalculateRotateControlPointsCore(Feature)|CalculateRotateControlPointsCore]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]] | | This is the core API for the CalculateRotateControlPoints, you can override this method if you want to change its logic. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CalculateVertexControlPoints()|CalculateVertexControlPoints]] | | | This method caculates the vertex control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CalculateVertexControlPointsCore(Feature)|CalculateVertexControlPointsCore]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]] | | This is the core API for the CalculateVertexControlPoints, you can override this method if you want to change its logic. | | + | |
- | | {{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) | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DragFeature(Feature, PointShape, PointShape)|DragFeature]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]], [[ThinkGeo.MapSuite.Core.PointShape|PointShape]], [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | This is the method to Drag a feature. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DragFeatureCore(Feature, PointShape, PointShape)|DragFeatureCore]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]], [[ThinkGeo.MapSuite.Core.PointShape|PointShape]], [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | This is the Core method of DragFeature which encapsulate the logic. | | + | |
- | | {{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) | This method draws the EditInterativeOverlay. | | + | |
- | | {{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}}[[#EndEditing(PointShape)|EndEditing]] | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | This method End the editing for the interative editing on the feature in the EditShapesLayer. You can override its logic by rewrite its core method. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#EndEditingCore(PointShape)|EndEditingCore]] | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | This is the core method of EndEditing method. This method End the editing for the interative editing on the feature in the EditShapesLayer. | | + | |
- | | {{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}}[[#MoveVertex(Feature, PointShape, PointShape)|MoveVertex]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]], [[ThinkGeo.MapSuite.Core.PointShape|PointShape]], [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | This is the method to move vertex from a feature. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MoveVertexCore(Feature, PointShape, PointShape)|MoveVertexCore]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]], [[ThinkGeo.MapSuite.Core.PointShape|PointShape]], [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | This is the Core method of MoveVertex which encapsulate the logic. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnControlPointSelected(ControlPointSelectedEditInteractiveOverlayEventArgs)|OnControlPointSelected]] | [[ThinkGeo.MapSuite.AndroidEdition.ControlPointSelectedEditInteractiveOverlayEventArgs|ControlPointSelectedEditInteractiveOverlayEventArgs]] | | This event will be fired after control point selected. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnControlPointSelecting(ControlPointSelectingEditInteractiveOverlayEventArgs)|OnControlPointSelecting]] | [[ThinkGeo.MapSuite.AndroidEdition.ControlPointSelectingEditInteractiveOverlayEventArgs|ControlPointSelectingEditInteractiveOverlayEventArgs]] | | This event will be fired before control point selected. | | + | |
- | | {{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}}[[#OnEditEnded(Feature)|OnEditEnded]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]] | | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnFeatureDragged(FeatureDraggedEditInteractiveOverlayEventArgs)|OnFeatureDragged]] | [[ThinkGeo.MapSuite.AndroidEdition.FeatureDraggedEditInteractiveOverlayEventArgs|FeatureDraggedEditInteractiveOverlayEventArgs]] | | This event will be fired after dragging the feature. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnFeatureDragging(FeatureDraggingEditInteractiveOverlayEventArgs)|OnFeatureDragging]] | [[ThinkGeo.MapSuite.AndroidEdition.FeatureDraggingEditInteractiveOverlayEventArgs|FeatureDraggingEditInteractiveOverlayEventArgs]] | | This event will be fired before dragging the feature. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnFeatureResized(FeatureResizedEditInteractiveOverlayEventArgs)|OnFeatureResized]] | [[ThinkGeo.MapSuite.AndroidEdition.FeatureResizedEditInteractiveOverlayEventArgs|FeatureResizedEditInteractiveOverlayEventArgs]] | | This event will be fired after resizing the feature. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnFeatureResizing(FeatureResizingEditInteractiveOverlayEventArgs)|OnFeatureResizing]] | [[ThinkGeo.MapSuite.AndroidEdition.FeatureResizingEditInteractiveOverlayEventArgs|FeatureResizingEditInteractiveOverlayEventArgs]] | | This event will be fired before resizing the feature. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnFeatureRotated(FeatureRotatedEditInteractiveOverlayEventArgs)|OnFeatureRotated]] | [[ThinkGeo.MapSuite.AndroidEdition.FeatureRotatedEditInteractiveOverlayEventArgs|FeatureRotatedEditInteractiveOverlayEventArgs]] | | This event will be fired after rotating the feature. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnFeatureRotating(FeatureRotatingEditInteractiveOverlayEventArgs)|OnFeatureRotating]] | [[ThinkGeo.MapSuite.AndroidEdition.FeatureRotatingEditInteractiveOverlayEventArgs|FeatureRotatingEditInteractiveOverlayEventArgs]] | | This event will be fired before rotating the feature. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnVertexAdded(VertexAddedEditInteractiveOverlayEventArgs)|OnVertexAdded]] | [[ThinkGeo.MapSuite.AndroidEdition.VertexAddedEditInteractiveOverlayEventArgs|VertexAddedEditInteractiveOverlayEventArgs]] | | This event will be fired after vertex added to the edit feature. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnVertexAdding(VertexAddingEditInteractiveOverlayEventArgs)|OnVertexAdding]] | [[ThinkGeo.MapSuite.AndroidEdition.VertexAddingEditInteractiveOverlayEventArgs|VertexAddingEditInteractiveOverlayEventArgs]] | | This event will be fired before vertex added to the edit feature. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnVertexMoved(VertexMovedEditInteractiveOverlayEventArgs)|OnVertexMoved]] | [[ThinkGeo.MapSuite.AndroidEdition.VertexMovedEditInteractiveOverlayEventArgs|VertexMovedEditInteractiveOverlayEventArgs]] | | This event will be fired after moving the feature. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnVertexMoving(VertexMovingEditInteractiveOverlayEventArgs)|OnVertexMoving]] | [[ThinkGeo.MapSuite.AndroidEdition.VertexMovingEditInteractiveOverlayEventArgs|VertexMovingEditInteractiveOverlayEventArgs]] | | This event will be fired before moving the feature. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnVertexRemoved(VertexRemovedEditInteractiveOverlayEventArgs)|OnVertexRemoved]] | [[ThinkGeo.MapSuite.AndroidEdition.VertexRemovedEditInteractiveOverlayEventArgs|VertexRemovedEditInteractiveOverlayEventArgs]] | | This event will be fired after vertex removed from the edit feature. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnVertexRemoving(VertexRemovingEditInteractiveOverlayEventArgs)|OnVertexRemoving]] | [[ThinkGeo.MapSuite.AndroidEdition.VertexRemovingEditInteractiveOverlayEventArgs|VertexRemovingEditInteractiveOverlayEventArgs]] | | This event will be fired before vertex removed from the edit feature. | | + | |
- | | {{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}}[[#RemoveVertex(PointShape, Double)|RemoveVertex]] | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]], Double | | This is the method to remove vertex from a feature. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RemoveVertexCore(Feature, Vertex, Double)|RemoveVertexCore]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]], [[ThinkGeo.MapSuite.Core.Vertex|Vertex]], Double | | This is the Core method of RemoveVertex which encapsulate the logic. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ResizeFeature(Feature, PointShape, PointShape)|ResizeFeature]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]], [[ThinkGeo.MapSuite.Core.PointShape|PointShape]], [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | This is the method to Resize a feature. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ResizeFeatureCore(Feature, PointShape, PointShape)|ResizeFeatureCore]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]], [[ThinkGeo.MapSuite.Core.PointShape|PointShape]], [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | This is the Core method of ResizeFeature which encapsulate the logic. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RotateFeature(Feature, PointShape, PointShape)|RotateFeature]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]], [[ThinkGeo.MapSuite.Core.PointShape|PointShape]], [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | This is the method to Rotate a feature. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RotateFeatureCore(Feature, PointShape, PointShape)|RotateFeatureCore]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]], [[ThinkGeo.MapSuite.Core.PointShape|PointShape]], [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | This is the Core method of RotateFeature which encapsulate the logic. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#SetSelectedControlPoint(PointShape, Double)|SetSelectedControlPoint]] | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]], Double | | This protected method is to set the control point. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#SetSelectedControlPointCore(PointShape, Double)|SetSelectedControlPointCore]] | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]], Double | | This protected virtual method is the Core method of SetSelectedControlPoint API. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#SingleTapCore(InteractionArguments)|SingleTapCore]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]](overriden) | This overrides the MouseClick logic in its base class. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#TouchDownCore(InteractionArguments)|TouchDownCore]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]](overriden) | This overrides the MouseDown logic in its base class InterativeOverlay. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#TouchMoveCore(InteractionArguments)|TouchMoveCore]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]](overriden) | This overrides the MouseMove logic in its base class InterativeOverlay. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#TouchPointerDownCore(InteractionArguments)|TouchPointerDownCore]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]] | 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 overrides the MouseUp logic in its base class InterativeOverlay. | | + | |
- | ==== Public Properties ==== | + | * //This event will be fired after control point selected.// |
- | ^ 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}}[[#CanAddVertex|CanAddVertex]] | Boolean | | Gets a value which indicates whether the shape can Add new vertex. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#CanDrag|CanDrag]] | Boolean | | Gets a value which indicates whether the shape can be dragged. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#CanRemoveVertex|CanRemoveVertex]] | Boolean | | Gets a value which indicates whether the shape can remove a existing vertex. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#CanReshape|CanReshape]] | Boolean | | Gets a value which indicates whether the shape can be reshaped. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#CanResize|CanResize]] | Boolean | | Gets a value which indicates whether the shape can be resized. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#CanRotate|CanRotate]] | Boolean | | Gets a value which indicates whether the shape can be rotated. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#DragControlPointsLayer|DragControlPointsLayer]] | [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | | This property gets the InMemoryFeatureLayer which holds the control points for drag. | | + | |
- | | {{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}}[[#EditShapesLayer|EditShapesLayer]] | [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | | This property gets the InMemoryFeatureLayer which holds the edit shapes. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ExistingControlPointsLayer|ExistingControlPointsLayer]] | [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | | This property gets the InMemoryFeatureLayer which holds the control points which represents the existing vertices of the edit shapes. | | + | |
- | | {{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}}[[#IsEmpty|IsEmpty]] | Boolean | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]](overriden) | This property override its property in base class by watching the feature count in editShapesLayer. If it is empty ,we can skip drawing it for better performance. | | + | |
- | | {{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. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ResizeControlPointsLayer|ResizeControlPointsLayer]] | [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | | This property gets the InMemoryFeatureLayer which holds the control points for resize. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#RotateControlPointsLayer|RotateControlPointsLayer]] | [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | | This property gets the InMemoryFeatureLayer which holds the control points for rotate. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#TrackMode|TrackMode]] | [[ThinkGeo.MapSuite.AndroidEdition.TrackMode|TrackMode]] | | Gets or sets a mode of TrackOverlay. | | + | |
- | ==== Protected Properties ==== | + | == Return Value == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:Void |
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#ControlPointType|ControlPointType]] | [[ThinkGeo.MapSuite.AndroidEdition.ControlPointType|ControlPointType]] | | This property gets or sets the ControlPointType for the control points of the edit shapes. | | + | * Description:N/A |
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#OriginalEditingFeature|OriginalEditingFeature]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]] | | This property gets the feature represents the original editing feature. | | + | |
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#SelectControlPointFeature|SelectControlPointFeature]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]] | | This property gets the feature represents the select control points of the edit shapes. | | + | |
- | ==== Public Events ==== | + | == Parameters == |
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | * //e// |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#ControlPointSelected|ControlPointSelected]] | [[ThinkGeo.MapSuite.AndroidEdition.ControlPointSelectedEditInteractiveOverlayEventArgs|ControlPointSelectedEditInteractiveOverlayEventArgs]] | | This event will be fired after select the control point. | | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.ControlPointSelectedEditInteractiveOverlayEventArgs|ControlPointSelectedEditInteractiveOverlayEventArgs]] |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#ControlPointSelecting|ControlPointSelecting]] | [[ThinkGeo.MapSuite.AndroidEdition.ControlPointSelectingEditInteractiveOverlayEventArgs|ControlPointSelectingEditInteractiveOverlayEventArgs]] | | This event will be fired before select the control point. | | + | * Description:The ControlPointSelectedEditInteractiveOverlayEventArgs passed for the event raised. |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#DrawingException|DrawingException]] | [[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]] | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | Occurs before exception is drawing on map. | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#DrawnException|DrawnException]] | [[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]] | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | Occurs after exception is drawn on map. | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#EditEnded|EditEnded]] | [[ThinkGeo.MapSuite.AndroidEdition.EditEndedEditInteractiveOverlayEventArgs|EditEndedEditInteractiveOverlayEventArgs]] | | | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#FeatureDragged|FeatureDragged]] | [[ThinkGeo.MapSuite.AndroidEdition.FeatureDraggedEditInteractiveOverlayEventArgs|FeatureDraggedEditInteractiveOverlayEventArgs]] | | This event will be fired after drag the feature. | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#FeatureDragging|FeatureDragging]] | [[ThinkGeo.MapSuite.AndroidEdition.FeatureDraggingEditInteractiveOverlayEventArgs|FeatureDraggingEditInteractiveOverlayEventArgs]] | | This event will be fired before drag the feature. | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#FeatureResized|FeatureResized]] | [[ThinkGeo.MapSuite.AndroidEdition.FeatureResizedEditInteractiveOverlayEventArgs|FeatureResizedEditInteractiveOverlayEventArgs]] | | This event will be fired after resize the feature. | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#FeatureResizing|FeatureResizing]] | [[ThinkGeo.MapSuite.AndroidEdition.FeatureResizingEditInteractiveOverlayEventArgs|FeatureResizingEditInteractiveOverlayEventArgs]] | | This event will be fired before resize the feature. | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#FeatureRotated|FeatureRotated]] | [[ThinkGeo.MapSuite.AndroidEdition.FeatureRotatedEditInteractiveOverlayEventArgs|FeatureRotatedEditInteractiveOverlayEventArgs]] | | This event will be fired after rotate the feature. | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#FeatureRotating|FeatureRotating]] | [[ThinkGeo.MapSuite.AndroidEdition.FeatureRotatingEditInteractiveOverlayEventArgs|FeatureRotatingEditInteractiveOverlayEventArgs]] | | This event will be fired before rotate the feature. | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#VertexAdded|VertexAdded]] | [[ThinkGeo.MapSuite.AndroidEdition.VertexAddedEditInteractiveOverlayEventArgs|VertexAddedEditInteractiveOverlayEventArgs]] | | This event will be fired after add the vertex. | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#VertexAdding|VertexAdding]] | [[ThinkGeo.MapSuite.AndroidEdition.VertexAddingEditInteractiveOverlayEventArgs|VertexAddingEditInteractiveOverlayEventArgs]] | | This event will be fired before add the vertex. | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#VertexMoved|VertexMoved]] | [[ThinkGeo.MapSuite.AndroidEdition.VertexMovedEditInteractiveOverlayEventArgs|VertexMovedEditInteractiveOverlayEventArgs]] | | This event will be fired after move the vertex. | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#VertexMoving|VertexMoving]] | [[ThinkGeo.MapSuite.AndroidEdition.VertexMovingEditInteractiveOverlayEventArgs|VertexMovingEditInteractiveOverlayEventArgs]] | | This event will be fired before move the vertex. | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#VertexRemoved|VertexRemoved]] | [[ThinkGeo.MapSuite.AndroidEdition.VertexRemovedEditInteractiveOverlayEventArgs|VertexRemovedEditInteractiveOverlayEventArgs]] | | This event will be fired after remove the vertex. | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#VertexRemoving|VertexRemoving]] | [[ThinkGeo.MapSuite.AndroidEdition.VertexRemovingEditInteractiveOverlayEventArgs|VertexRemovingEditInteractiveOverlayEventArgs]] | | This event will be fired before remove the vertex. | | + | |
- | ===== Public Constructors ===== | + | <div newline></div> |
- | ==== EditInteractiveOverlay() ==== | + | ** {{wiki:ProtectedMethod.gif|}} OnVertexAdding(VertexAddingEditInteractiveOverlayEventArgs) ** |
- | Default constructor of the class. If you use thi constructor, please set the properties correctly or it will use their default values. | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | [[#Public Constructors|Go Back]] | + | * //This event will be fired before vertex added to the edit feature.// |
- | ===== Protected Constructors ===== | + | == Remarks == |
- | ===== Public Methods ===== | + | * //N/A// |
- | ==== CalculateAllControlPoints() ==== | + | |
- | This method calculates all control points. | + | |
- | === Remarks === | + | |
- | First, it will clear all control points. Then it will calculate each control points according to their settings. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //e// |
- | ==== ClearAllControlPoints() ==== | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.VertexAddingEditInteractiveOverlayEventArgs|VertexAddingEditInteractiveOverlayEventArgs]] |
- | This method clears all control points in corresponding layer. | + | * Description:The VertexAddingEditInteractiveOverlayEventArgs passed for the event raised. |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnVertexAdded(VertexAddedEditInteractiveOverlayEventArgs) ** |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | * //This event will be fired after vertex added to the edit feature.// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== Close() ==== | + | * //N/A// |
- | This method will simulate the Close interaction. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //e// |
- | ==== DeleteTrackShape() ==== | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.VertexAddedEditInteractiveOverlayEventArgs|VertexAddedEditInteractiveOverlayEventArgs]] |
- | Delete the selected track shape. | + | * Description:The VertexAddedEditInteractiveOverlayEventArgs passed for the event raised. |
- | === Remarks === | + | |
- | Should set TrackMode as EditShape mode first, use mouse select one shape, and then call <strong>DeleteTrackShape</strong>, it will delete the selected shape. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnVertexMoving(VertexMovingEditInteractiveOverlayEventArgs) ** |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | * //This event will be fired before moving the feature.// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== Dispose() ==== | + | * //N/A// |
- | This method dispose unmanaged resource used in this class. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //e// |
- | ==== DoubleTap(InteractionArguments) ==== | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.VertexMovingEditInteractiveOverlayEventArgs|VertexMovingEditInteractiveOverlayEventArgs]] |
- | This method will simulate the DoubleTap interaction. | + | * Description:The VertexMovingEditInteractiveOverlayEventArgs passed for the event raised. |
- | === 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|}} OnVertexMoved(VertexMovedEditInteractiveOverlayEventArgs) ** |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | + | |
- | === Parameters === | + | * //This event will be fired after moving the feature.// |
- | ^ 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 |
- | ==== Draw(MapArguments, OverlayRefreshType) ==== | + | * Description:N/A |
- | This method draws the overlay with the provided extent in world coordinate. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //e// |
- | | mapArguments | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> | This parameter maintains current map information for calculating mechanism. | | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.VertexMovedEditInteractiveOverlayEventArgs|VertexMovedEditInteractiveOverlayEventArgs]] |
- | | 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. | | + | * Description:The VertexMovedEditInteractiveOverlayEventArgs passed for the event raised. |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} OnVertexRemoving(VertexRemovingEditInteractiveOverlayEventArgs) ** |
- | ==== Equals(Object) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | * //This event will be fired before vertex removed from the edit feature.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | obj | Object<!-- System.Object --> | | | + | * //N/A// |
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== GetBoundingBox() ==== | + | * Description:N/A |
- | 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. | + | == Parameters == |
- | === Return Value === | + | * //e// |
- | ^ Return Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.VertexRemovingEditInteractiveOverlayEventArgs|VertexRemovingEditInteractiveOverlayEventArgs]] |
- | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | A RectangleShape indicating the bounding box of this overlay. | | + | * Description:The VertexRemovingEditInteractiveOverlayEventArgs passed for the event raised. |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnVertexRemoved(VertexRemovedEditInteractiveOverlayEventArgs) ** |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | * //This event will be fired after vertex removed from the edit feature.// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GetHashCode() ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //e// |
- | ==== GetType() ==== | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.VertexRemovedEditInteractiveOverlayEventArgs|VertexRemovedEditInteractiveOverlayEventArgs]] |
- | === Return Value === | + | * Description:The VertexRemovedEditInteractiveOverlayEventArgs passed for the event raised. |
- | ^ Return Type ^ Description ^ | + | |
- | | Type<!-- System.Type --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnEditEnded(Feature) ** |
- | <!-- System.Object --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== Initialize(MapArguments) ==== | + | * //N/A// |
- | This method initializes overlay object. | + | |
- | === Remarks === | + | |
- | This is a wrapper method for the virtual method InitializeCore. | + | |
- | === 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 --> | This parameter maintains current map information for calculating mechanism. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //editedFeature// |
- | ==== LongPress(InteractionArguments) ==== | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | This method will simulate the LongPress 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|}} Dispose(Boolean) ** |
- | ^ 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:Void |
- | ==== Open() ==== | + | * Description:N/A |
- | This method will simulate the Open interaction. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //disposing// |
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} DrawCore(MapArguments,OverlayRefreshType) ** |
- | ==== PostTransform(TransformArguments, MapArguments) ==== | + | |
- | This method will simulate the PostTransform interaction. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //This method draws the EditInterativeOverlay.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | transformInfo | [[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.TransformArguments --> | This parameter maintains the transfrom information for calculating transform. | | + | * //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.// |
- | | mapArguments | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> | This parameter maintains current map information for calculating mechanism. | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== Refresh() ==== | + | * Description:None |
- | 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 === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //mapArguments// |
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] | ||
+ | * Description:This parameter is the arguments for current map. | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | * //refreshType// |
- | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType|OverlayRefreshType]] |
- | ==== SingleTap(InteractionArguments) ==== | + | * Description:This parameter is current refreshType, could be pan or redraw. |
- | 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. | + | <div newline></div> |
- | === Return Value === | + | ** {{wiki:ProtectedMethod.gif|}} SetSelectedControlPoint(PointShape,Double) ** |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | + | |
- | === Parameters === | + | * //This protected method is to set the control point.// |
- | ^ 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:Boolean |
- | ==== ToString() ==== | + | * Description:Returns true if control point are found and set correct, other wise, returns false. |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //targetPointShape// |
+ | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | ||
+ | * Description:This parameter is target point shape we determine to edit. | ||
- | <!-- System.Object --> | + | * //searchingTolerance// |
- | [[#Public Methods|Go Back]] | + | * Type:Double |
- | ==== TouchDown(InteractionArguments) ==== | + | * Description:This parameter is the searchinig tolerance to seach the control point. |
- | 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. | + | <div newline></div> |
- | === Return Value === | + | ** {{wiki:ProtectedMethod.gif|}} SetSelectedControlPointCore(PointShape,Double) ** |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | | | + | |
- | === Parameters === | + | * //This protected virtual method is the Core method of SetSelectedControlPoint API.// |
- | ^ 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.Feature|Feature]] |
- | ==== TouchMove(InteractionArguments) ==== | + | * Description:A feature stands for the selected control point. |
- | 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. | + | == Parameters == |
- | === Return Value === | + | * //targetPointShape// |
- | ^ Return Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | + | * Description:This parameter is target point shape we determine to edit. |
- | === Parameters === | + | * //searchingTolerance// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Double |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | + | * Description:This parameter is the searchinig tolerance to seach the control point. |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} EndEditing(PointShape) ** |
- | ==== TouchPointerDown(InteractionArguments) ==== | + | |
- | This method will simulate the TouchPointerDown 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. | + | * //This method End the editing for the interative editing on the feature in the EditShapesLayer. You can override its logic by rewrite its core method.// |
- | === 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]] | + | * //targetPointShape// |
- | ==== TouchUp(InteractionArguments) ==== | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | This method will simulate the TouchUp interaction. | + | * Description:This is the targetPointShape possible be used when overriding. |
- | === 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|}} EndEditingCore(PointShape) ** |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | + | |
- | === Parameters === | + | * //This is the core method of EndEditing method. This method End the editing for the interative editing on the feature in the EditShapesLayer.// |
- | ^ 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 |
- | ==== AddVertex(PointShape, Double) ==== | + | |
- | This is the method to add vertex from a feature. | + | |
- | === Remarks === | + | |
- | This method is the concrete wrapper for the abstract method AddVertexCore. | + | |
- | 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 === | + | * //targetPointShape// |
- | ^ Return Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | | Boolean<!-- System.Boolean --> | True if add vertex succeed , other wise return false. | | + | * Description:This is the targetPointShape possible be used when overriding. |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} CalculateDragControlPoints() ** |
- | | targetPointShape | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifies the point shape to search the vertex. | | + | |
- | | searchingTolerance | Double<!-- System.Double --> | This parameter specifes the searching tolerance to search the vetex. | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | * //This method caculates the Drag control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method.// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== AddVertexCore(Feature, PointShape, Double) ==== | + | * //N/A// |
- | This is the Core method of AddVertex which encapsulate the logic. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | Returns a vertex added feature. | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | targetFeature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | This parameter specifies the target feature to be add vertex from. | | + | * Description:N/A |
- | | targetPointShape | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifies the target vertex to be added. | | + | |
- | | searchingTolerance | Double<!-- System.Double --> | This parameter specifes the searching tolerance to search the vetex. | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== CalculateDragControlPoints() ==== | + | ** {{wiki:ProtectedMethod.gif|}} CalculateDragControlPointsCore(Feature) ** |
- | This method caculates the Drag control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //This is the core API for the CalculateDragControlPoints, you can override this method if you want to change its logic.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //N/A// | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | ==== CalculateDragControlPointsCore(Feature) ==== | + | * Description:A collection of features stands for the Drag control points. |
- | This is the core API for the CalculateDragControlPoints, you can override this method if you want to change its logic. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Feature} --> | A collection of features stands for the Drag control points. | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //feature// |
- | | feature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | The target feature to caculate the control point. | | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
+ | * Description:The target feature to caculate the control point. | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} CalculateRotateControlPoints() ** |
- | ==== CalculateResizeControlPoints() ==== | + | |
- | This method caculates the Resize control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //This method caculates the Rotate control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //N/A// | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== CalculateResizeControlPointsCore(Feature) ==== | + | * Description:N/A |
- | This is the core API for the CalculateResizeControlPoints, you can override this method if you want to change its logic. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Feature} --> | A collection of features stands for the Resize control points. | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | feature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | The target feature to caculate the control point. | | + | ** {{wiki:ProtectedMethod.gif|}} CalculateRotateControlPointsCore(Feature) ** |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | * //This is the core API for the CalculateRotateControlPoints, you can override this method if you want to change its logic.// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== CalculateRotateControlPoints() ==== | + | * //N/A// |
- | This method caculates the Rotate control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
+ | * Description:A collection of features stands for the Rotate control points. | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //feature// |
- | ==== CalculateRotateControlPointsCore(Feature) ==== | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | This is the core API for the CalculateRotateControlPoints, you can override this method if you want to change its logic. | + | * Description:The target feature to caculate the control point. |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Feature} --> | A collection of features stands for the Rotate control points. | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} CalculateResizeControlPoints() ** |
- | | feature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | The target feature to caculate the control point. | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | * //This method caculates the Resize control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method.// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== CalculateVertexControlPoints() ==== | + | * //N/A// |
- | This method caculates the vertex control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== CalculateVertexControlPointsCore(Feature) ==== | + | ** {{wiki:ProtectedMethod.gif|}} CalculateResizeControlPointsCore(Feature) ** |
- | This is the core API for the CalculateVertexControlPoints, you can override this method if you want to change its logic. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Feature} --> | A collection of features stands for the Vertex control points. | | + | |
- | === Parameters === | + | * //This is the core API for the CalculateResizeControlPoints, you can override this method if you want to change its logic.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | feature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | The target feature to caculate the control point. | | + | * //N/A// |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | ==== CloseCore() ==== | + | * Description:A collection of features stands for the Resize control points. |
- | This protected virtual method is the Core method of Close API. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //feature// |
+ | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | ||
+ | * Description:The target feature to caculate the control point. | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} CalculateVertexControlPoints() ** |
- | ==== Dispose(Boolean) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //This method caculates the vertex control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | isDisposing | Boolean<!-- System.Boolean --> | | | + | * //N/A// |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== DoubleTapCore(InteractionArguments) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | interactionArguments | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | | | + | ** {{wiki:ProtectedMethod.gif|}} CalculateVertexControlPointsCore(Feature) ** |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay(overriden) --> | + | * //This is the core API for the CalculateVertexControlPoints, you can override this method if you want to change its logic.// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== DragFeature(Feature, PointShape, PointShape) ==== | + | * //N/A// |
- | This is the method to Drag a feature. | + | |
- | === Remarks === | + | |
- | This method is the concrete wrapper for the abstract method DragFeatureCore. | + | |
- | 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:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | ^ Return Type ^ Description ^ | + | * Description:A collection of features stands for the Vertex control points. |
- | | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | Returns a dragged feature. | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //feature// |
- | | sourceFeature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | This parameter specifies the source feature to be dragged. | | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | | sourceControlPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifes the source control point to drag the feature. | | + | * Description:The target feature to caculate the control point. |
- | | targetControlPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifes the target control point to drag the feature. | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} TouchDownCore(InteractionArguments) ** |
- | ==== DragFeatureCore(Feature, PointShape, PointShape) ==== | + | |
- | This is the Core method of DragFeature which encapsulate the logic. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | Returns a dragged feature. | | + | |
- | === Parameters === | + | * //This overrides the MouseDown logic in its base class InterativeOverlay.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | sourceFeature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | This parameter specifies the source feature to be dragged. | | + | * //N/A// |
- | | sourceControlPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifes the source control point to drag the feature. | | + | |
- | | targetControlPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifes the target control point to drag the feature. | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]] |
- | ==== DrawCore(MapArguments, OverlayRefreshType) ==== | + | * Description:Interaction results of this method. |
- | This method draws the EditInterativeOverlay. | + | |
- | === Remarks === | + | |
- | 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. | + | == Parameters == |
- | === Return Value === | + | * //interactionArguments// |
- | ^ Return Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] |
- | | Void<!-- System.Void --> | | | + | * Description:This parameter is the interaction auguments for the method. |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} TouchMoveCore(InteractionArguments) ** |
- | | mapArguments | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> | This parameter is the arguments for current map. | | + | |
- | | refreshType | [[ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType|OverlayRefreshType]]<!-- ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType --> | This parameter is current refreshType, could be pan or redraw. | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) --> | + | * //This overrides the MouseMove logic in its base class InterativeOverlay.// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== DrawException(GeoCanvas, Exception) ==== | + | * //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. | + | |
- | === Remarks === | + | |
- | This method can be overriden its logic by rewrite the DrawExceptionCore. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]] |
- | | geoCanvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | | | + | * Description:Interaction results of this method. |
- | | exception | Exception<!-- System.Exception --> | | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //interactionArguments// |
- | ==== DrawExceptionCore(GeoCanvas, Exception) ==== | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] |
- | This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. | + | * 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|}} TouchUpCore(InteractionArguments) ** |
- | | geoCanvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | | | + | |
- | | ex | Exception<!-- System.Exception --> | | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | * //This overrides the MouseUp logic in its base class InterativeOverlay.// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== EndEditing(PointShape) ==== | + | * //N/A// |
- | This method End the editing for the interative editing on the feature in the EditShapesLayer. You can override its logic by rewrite its core method. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]] |
- | | targetPointShape | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This is the targetPointShape possible be used when overriding. | | + | * Description:Interaction results of this method. |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //interactionArguments// |
- | ==== EndEditingCore(PointShape) ==== | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] |
- | This is the core method of EndEditing method. This method End the editing for the interative editing on the feature in the EditShapesLayer. | + | * 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|}} SingleTapCore(InteractionArguments) ** |
- | | targetPointShape | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This is the targetPointShape possible be used when overriding. | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | * //This overrides the MouseClick logic in its base class.// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== Finalize() ==== | + | * //N/A// |
- | === 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. | ||
- | <!-- System.Object(overriden) --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //interactionArguments// |
- | ==== GetBoundingBoxCore() ==== | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] |
- | This method returns the bounding box of the Overlay. | + | * Description:This parameter is the interaction auguments for the method. |
- | === 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 === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} DoubleTapCore(InteractionArguments) ** |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== InitializeCore(MapArguments) ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]] |
- | | mapArguments | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //interactionArguments// |
- | ==== LongPressCore(InteractionArguments) ==== | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] |
- | This protected virtual method is the Core method of LongPress 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|}} DragFeature(Feature,PointShape,PointShape) ** |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay --> | + | * //This is the method to Drag a feature.// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== MemberwiseClone() ==== | + | * //This method is the concrete wrapper for the abstract method DragFeatureCore. 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 Type ^ Description ^ | + | |
- | | Object<!-- System.Object --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
+ | * Description:Returns a dragged feature. | ||
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //sourceFeature// |
- | ==== MoveVertex(Feature, PointShape, PointShape) ==== | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | This is the method to move vertex from a feature. | + | * Description:This parameter specifies the source feature to be dragged. |
- | === Remarks === | + | |
- | This method is the concrete wrapper for the abstract method MoveVertexCore. | + | |
- | 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. | + | * //sourceControlPoint// |
- | === Return Value === | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | ^ Return Type ^ Description ^ | + | * Description:This parameter specifes the source control point to drag the feature. |
- | | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | Returns a rotated feature. | | + | |
- | === Parameters === | + | * //targetControlPoint// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | | sourceFeature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | This parameter specifies the source feature to be move vertex from. | | + | * Description:This parameter specifes the target control point to drag the feature. |
- | | sourceControlPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifes the source control point to move vertex from the feature. | | + | |
- | | targetControlPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifes the target control point to move vertex from the feature. | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} DragFeatureCore(Feature,PointShape,PointShape) ** |
- | ==== MoveVertexCore(Feature, PointShape, PointShape) ==== | + | |
- | This is the Core method of MoveVertex which encapsulate the logic. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | Returns a vertex moved feature. | | + | |
- | === Parameters === | + | * //This is the Core method of DragFeature which encapsulate the logic.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | sourceFeature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | This parameter specifies the source feature to be move vertex from. | | + | * //N/A// |
- | | sourceControlPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifes the source control point to move vertex from the feature. | | + | |
- | | targetControlPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifes the target control point to move vertex from the feature. | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | ==== OnControlPointSelected(ControlPointSelectedEditInteractiveOverlayEventArgs) ==== | + | * Description:Returns a dragged feature. |
- | This event will be fired after control point selected. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //sourceFeature// |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.ControlPointSelectedEditInteractiveOverlayEventArgs|ControlPointSelectedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.ControlPointSelectedEditInteractiveOverlayEventArgs --> | The ControlPointSelectedEditInteractiveOverlayEventArgs passed for the event raised. | | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
+ | * Description:This parameter specifies the source feature to be dragged. | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | * //sourceControlPoint// |
- | [[#Protected Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | ==== OnControlPointSelecting(ControlPointSelectingEditInteractiveOverlayEventArgs) ==== | + | * Description:This parameter specifes the source control point to drag the feature. |
- | This event will be fired before control point selected. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //targetControlPoint// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.ControlPointSelectingEditInteractiveOverlayEventArgs|ControlPointSelectingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.ControlPointSelectingEditInteractiveOverlayEventArgs --> | The ControlPointSelectingEditInteractiveOverlayEventArgs passed for the event raised. | | + | * Description:This parameter specifes the target control point to drag the feature. |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} ResizeFeature(Feature,PointShape,PointShape) ** |
- | ==== OnDrawingException(DrawingExceptionOverlayEventArgs) ==== | + | |
- | This method raises before the overlay is drawing exception. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //This is the method to Resize a feature.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | args | [[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs --> | This parameter is the event argument for DrawingException event. | | + | * //This method is the concrete wrapper for the abstract method ResizeFeatureCore. 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.// |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | ==== OnDrawnException(DrawnExceptionOverlayEventArgs) ==== | + | * Description:Returns a resized feature. |
- | This method raises after the overlay is drawn exception. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //sourceFeature// |
- | | args | [[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs --> | This parameter is the event argument for DrawingException event. | | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
+ | * Description:This parameter specifies the source feature to be resized. | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | * //sourceControlPoint// |
- | [[#Protected Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | ==== OnEditEnded(Feature) ==== | + | * Description:This parameter specifes the source control point to resize the feature. |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //targetControlPoint// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | | editedFeature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | | | + | * Description:This parameter specifes the target control point to resize the feature. |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} ResizeFeatureCore(Feature,PointShape,PointShape) ** |
- | ==== OnFeatureDragged(FeatureDraggedEditInteractiveOverlayEventArgs) ==== | + | |
- | This event will be fired after dragging the feature. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //This is the Core method of ResizeFeature which encapsulate the logic.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.FeatureDraggedEditInteractiveOverlayEventArgs|FeatureDraggedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.FeatureDraggedEditInteractiveOverlayEventArgs --> | The FeatureDraggedEditInteractiveOverlayEventArgs passed for the event raised. | | + | * //N/A// |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | ==== OnFeatureDragging(FeatureDraggingEditInteractiveOverlayEventArgs) ==== | + | * Description:Returns a resized feature. |
- | This event will be fired before dragging the feature. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //sourceFeature// |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.FeatureDraggingEditInteractiveOverlayEventArgs|FeatureDraggingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.FeatureDraggingEditInteractiveOverlayEventArgs --> | The FeatureDraggingEditInteractiveOverlayEventArgs passed for the event raised. | | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
+ | * Description:This parameter specifies the source feature to be resized. | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | * //sourceControlPoint// |
- | [[#Protected Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | ==== OnFeatureResized(FeatureResizedEditInteractiveOverlayEventArgs) ==== | + | * Description:This parameter specifes the source control point to resize the feature. |
- | This event will be fired after resizing the feature. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //targetControlPoint// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.FeatureResizedEditInteractiveOverlayEventArgs|FeatureResizedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.FeatureResizedEditInteractiveOverlayEventArgs --> | The FeatureResizedEditInteractiveOverlayEventArgs passed for the event raised. | | + | * Description:This parameter specifes the target control point to resize the feature. |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} RotateFeature(Feature,PointShape,PointShape) ** |
- | ==== OnFeatureResizing(FeatureResizingEditInteractiveOverlayEventArgs) ==== | + | |
- | This event will be fired before resizing the feature. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //This is the method to Rotate a feature.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.FeatureResizingEditInteractiveOverlayEventArgs|FeatureResizingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.FeatureResizingEditInteractiveOverlayEventArgs --> | The FeatureResizingEditInteractiveOverlayEventArgs passed for the event raised. | | + | * //This method is the concrete wrapper for the abstract method RotateFeatureCore. 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.// |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | ==== OnFeatureRotated(FeatureRotatedEditInteractiveOverlayEventArgs) ==== | + | * Description:Returns a rotated feature. |
- | This event will be fired after rotating the feature. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //sourceFeature// |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.FeatureRotatedEditInteractiveOverlayEventArgs|FeatureRotatedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.FeatureRotatedEditInteractiveOverlayEventArgs --> | The FeatureRotatedEditInteractiveOverlayEventArgs passed for the event raised. | | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
+ | * Description:This parameter specifies the source feature to be rotated. | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | * //sourceControlPoint// |
- | [[#Protected Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | ==== OnFeatureRotating(FeatureRotatingEditInteractiveOverlayEventArgs) ==== | + | * Description:This parameter specifes the source control point to rotate the feature. |
- | This event will be fired before rotating the feature. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //targetControlPoint// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.FeatureRotatingEditInteractiveOverlayEventArgs|FeatureRotatingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.FeatureRotatingEditInteractiveOverlayEventArgs --> | The FeatureRotatingEditInteractiveOverlayEventArgs passed for the event raised. | | + | * Description:This parameter specifes the target control point to rotate the feature. |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} RotateFeatureCore(Feature,PointShape,PointShape) ** |
- | ==== OnVertexAdded(VertexAddedEditInteractiveOverlayEventArgs) ==== | + | |
- | This event will be fired after vertex added to the edit feature. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //This is the Core method of RotateFeature which encapsulate the logic.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.VertexAddedEditInteractiveOverlayEventArgs|VertexAddedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.VertexAddedEditInteractiveOverlayEventArgs --> | The VertexAddedEditInteractiveOverlayEventArgs passed for the event raised. | | + | * //N/A// |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | ==== OnVertexAdding(VertexAddingEditInteractiveOverlayEventArgs) ==== | + | * Description:Returns a resized feature. |
- | This event will be fired before vertex added to the edit feature. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //sourceFeature// |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.VertexAddingEditInteractiveOverlayEventArgs|VertexAddingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.VertexAddingEditInteractiveOverlayEventArgs --> | The VertexAddingEditInteractiveOverlayEventArgs passed for the event raised. | | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
+ | * Description:This parameter specifies the source feature to be rotated. | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | * //sourceControlPoint// |
- | [[#Protected Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | ==== OnVertexMoved(VertexMovedEditInteractiveOverlayEventArgs) ==== | + | * Description:This parameter specifes the source control point to rotate the feature. |
- | This event will be fired after moving the feature. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //targetControlPoint// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.VertexMovedEditInteractiveOverlayEventArgs|VertexMovedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.VertexMovedEditInteractiveOverlayEventArgs --> | The VertexMovedEditInteractiveOverlayEventArgs passed for the event raised. | | + | * Description:This parameter specifes the target control point to rotate the feature. |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} AddVertex(PointShape,Double) ** |
- | ==== OnVertexMoving(VertexMovingEditInteractiveOverlayEventArgs) ==== | + | |
- | This event will be fired before moving the feature. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //This is the method to add vertex from a feature.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.VertexMovingEditInteractiveOverlayEventArgs|VertexMovingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.VertexMovingEditInteractiveOverlayEventArgs --> | The VertexMovingEditInteractiveOverlayEventArgs passed for the event raised. | | + | * //This method is the concrete wrapper for the abstract method AddVertexCore. 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.// |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Boolean |
- | ==== OnVertexRemoved(VertexRemovedEditInteractiveOverlayEventArgs) ==== | + | * Description:True if add vertex succeed , other wise return false. |
- | This event will be fired after vertex removed from the edit feature. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //targetPointShape// |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.VertexRemovedEditInteractiveOverlayEventArgs|VertexRemovedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.VertexRemovedEditInteractiveOverlayEventArgs --> | The VertexRemovedEditInteractiveOverlayEventArgs passed for the event raised. | | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
+ | * Description:This parameter specifies the point shape to search the vertex. | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | * //searchingTolerance// |
- | [[#Protected Methods|Go Back]] | + | * Type:Double |
- | ==== OnVertexRemoving(VertexRemovingEditInteractiveOverlayEventArgs) ==== | + | * Description:This parameter specifes the searching tolerance to search the vetex. |
- | This event will be fired before vertex removed from the edit feature. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} AddVertexCore(Feature,PointShape,Double) ** |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.VertexRemovingEditInteractiveOverlayEventArgs|VertexRemovingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.VertexRemovingEditInteractiveOverlayEventArgs --> | The VertexRemovingEditInteractiveOverlayEventArgs passed for the event raised. | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | * //This is the Core method of AddVertex which encapsulate the logic.// |
- | [[#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:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
+ | * Description:Returns a vertex added feature. | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //targetFeature// |
- | ==== PostTransformCore(TransformArguments, MapArguments) ==== | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | === Return Value === | + | * Description:This parameter specifies the target feature to be add vertex from. |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //targetPointShape// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | | transformInfo | [[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.TransformArguments --> | | | + | * Description:This parameter specifies the target vertex to be added. |
- | | mapArguments | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> | | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) --> | + | * //searchingTolerance// |
- | [[#Protected Methods|Go Back]] | + | * Type:Double |
- | ==== RefreshCore() ==== | + | * Description:This parameter specifes the searching tolerance to search the vetex. |
- | 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 === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} MoveVertex(Feature,PointShape,PointShape) ** |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | * //This is the method to move vertex from a feature.// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== RemoveVertex(PointShape, Double) ==== | + | * //This method is the concrete wrapper for the abstract method MoveVertexCore. 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 is the method to remove vertex from a feature. | + | |
- | === Remarks === | + | |
- | This method is the concrete wrapper for the abstract method RemoveVertexCore. | + | |
- | 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.Core.Feature|Feature]] |
- | ^ Return Type ^ Description ^ | + | * Description:Returns a rotated feature. |
- | | Boolean<!-- System.Boolean --> | True if remove vertex succeed , other wise return false. | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //sourceFeature// |
- | | targetPointShape | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifies the point shape to search the vertex. | | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | | searchingTolerance | Double<!-- System.Double --> | This parameter specifes the searching tolerance to search the vetex. | | + | * Description:This parameter specifies the source feature to be move vertex from. |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | * //sourceControlPoint// |
- | [[#Protected Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | ==== RemoveVertexCore(Feature, Vertex, Double) ==== | + | * Description:This parameter specifes the source control point to move vertex from the feature. |
- | This is the Core method of RemoveVertex which encapsulate the logic. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | Returns a vertex removed feature. | | + | |
- | === Parameters === | + | * //targetControlPoint// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | | editShapeFeature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | This parameter specifies the target feature to be remove vertex from. | | + | * Description:This parameter specifes the target control point to move vertex from the feature. |
- | | selectedVertex | [[ThinkGeo.MapSuite.Core.Vertex|Vertex]]<!-- ThinkGeo.MapSuite.Core.Vertex --> | This parameter specifies the selected vertex to search the vertex. | | + | |
- | | searchingTolerance | Double<!-- System.Double --> | This parameter specifes the searching tolerance to search the vetex. | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} MoveVertexCore(Feature,PointShape,PointShape) ** |
- | ==== ResizeFeature(Feature, PointShape, PointShape) ==== | + | |
- | This is the method to Resize a feature. | + | |
- | === Remarks === | + | |
- | This method is the concrete wrapper for the abstract method ResizeFeatureCore. | + | |
- | 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 is the Core method of MoveVertex which encapsulate the logic.// |
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ Description ^ | + | * //N/A// |
- | | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | Returns a resized feature. | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | | sourceFeature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | This parameter specifies the source feature to be resized. | | + | * Description:Returns a vertex moved feature. |
- | | sourceControlPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifes the source control point to resize the feature. | | + | |
- | | targetControlPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifes the target control point to resize the feature. | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //sourceFeature// |
- | ==== ResizeFeatureCore(Feature, PointShape, PointShape) ==== | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | This is the Core method of ResizeFeature which encapsulate the logic. | + | * Description:This parameter specifies the source feature to be move vertex from. |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | Returns a resized feature. | | + | |
- | === Parameters === | + | * //sourceControlPoint// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | | sourceFeature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | This parameter specifies the source feature to be resized. | | + | * Description:This parameter specifes the source control point to move vertex from the feature. |
- | | sourceControlPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifes the source control point to resize the feature. | | + | |
- | | targetControlPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifes the target control point to resize the feature. | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | * //targetControlPoint// |
- | [[#Protected Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | ==== RotateFeature(Feature, PointShape, PointShape) ==== | + | * Description:This parameter specifes the target control point to move vertex from the feature. |
- | This is the method to Rotate a feature. | + | |
- | === Remarks === | + | |
- | This method is the concrete wrapper for the abstract method RotateFeatureCore. | + | |
- | 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|}} RemoveVertex(PointShape,Double) ** |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | Returns a rotated feature. | | + | |
- | === Parameters === | + | * //This is the method to remove vertex from a feature.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | sourceFeature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | This parameter specifies the source feature to be rotated. | | + | * //This method is the concrete wrapper for the abstract method RemoveVertexCore. 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.// |
- | | sourceControlPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifes the source control point to rotate the feature. | | + | |
- | | targetControlPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifes the target control point to rotate the feature. | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Boolean |
- | ==== RotateFeatureCore(Feature, PointShape, PointShape) ==== | + | * Description:True if remove vertex succeed , other wise return false. |
- | This is the Core method of RotateFeature which encapsulate the logic. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | Returns a resized feature. | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //targetPointShape// |
- | | sourceFeature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | This parameter specifies the source feature to be rotated. | | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | | sourceControlPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifes the source control point to rotate the feature. | | + | * Description:This parameter specifies the point shape to search the vertex. |
- | | targetControlPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter specifes the target control point to rotate the feature. | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | * //searchingTolerance// |
- | [[#Protected Methods|Go Back]] | + | * Type:Double |
- | ==== SetSelectedControlPoint(PointShape, Double) ==== | + | * Description:This parameter specifes the searching tolerance to search the vetex. |
- | This protected method is to set the control point. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | Returns true if control point are found and set correct, other wise, returns false. | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} RemoveVertexCore(Feature,Vertex,Double) ** |
- | | targetPointShape | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter is target point shape we determine to edit. | | + | |
- | | searchingTolerance | Double<!-- System.Double --> | This parameter is the searchinig tolerance to seach the control point. | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | * //This is the Core method of RemoveVertex which encapsulate the logic.// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== SetSelectedControlPointCore(PointShape, Double) ==== | + | * //N/A// |
- | This protected virtual method is the Core method of SetSelectedControlPoint API. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | A feature stands for the selected control point. | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | | targetPointShape | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter is target point shape we determine to edit. | | + | * Description:Returns a vertex removed feature. |
- | | searchingTolerance | Double<!-- System.Double --> | This parameter is the searchinig tolerance to seach the control point. | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //editShapeFeature// |
- | ==== SingleTapCore(InteractionArguments) ==== | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | This overrides the MouseClick logic in its base class. | + | * Description:This parameter specifies the target feature to be remove vertex from. |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | + | |
- | === Parameters === | + | * //selectedVertex// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] |
- | | interactionArguments | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | + | * Description:This parameter specifies the selected vertex to search the vertex. |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay(overriden) --> | + | * //searchingTolerance// |
- | [[#Protected Methods|Go Back]] | + | * Type:Double |
- | ==== TouchDownCore(InteractionArguments) ==== | + | * Description:This parameter specifes the searching tolerance to search the vetex. |
- | This overrides the MouseDown logic in its base class InterativeOverlay. | + | |
- | === 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|}} OnFeatureDragging(FeatureDraggingEditInteractiveOverlayEventArgs) ** |
- | | interactionArguments | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay(overriden) --> | + | * //This event will be fired before dragging the feature.// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== TouchMoveCore(InteractionArguments) ==== | + | * //N/A// |
- | This overrides the MouseMove logic in its base class InterativeOverlay. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | interactionArguments | [[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(overriden) --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //e// |
- | ==== TouchPointerDownCore(InteractionArguments) ==== | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.FeatureDraggingEditInteractiveOverlayEventArgs|FeatureDraggingEditInteractiveOverlayEventArgs]] |
- | This protected virtual method is the Core method of TouchPointerDown API. | + | * Description:The FeatureDraggingEditInteractiveOverlayEventArgs passed for the event raised. |
- | === 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|}} OnFeatureDragged(FeatureDraggedEditInteractiveOverlayEventArgs) ** |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay --> | + | * //This event will be fired after dragging the feature.// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== TouchUpCore(InteractionArguments) ==== | + | * //N/A// |
- | This overrides the MouseUp logic in its base class InterativeOverlay. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | interactionArguments | [[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(overriden) --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //e// |
- | ===== Public Properties ===== | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.FeatureDraggedEditInteractiveOverlayEventArgs|FeatureDraggedEditInteractiveOverlayEventArgs]] |
- | ==== Attribution ==== | + | * Description:The FeatureDraggedEditInteractiveOverlayEventArgs passed for the event raised. |
- | Gets or sets the attribution for this overlay. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | <div newline></div> |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} OnFeatureResizing(FeatureResizingEditInteractiveOverlayEventArgs) ** |
- | ==== CanAddVertex ==== | + | |
- | Gets a value which indicates whether the shape can Add new vertex. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | * //This event will be fired before resizing the feature.// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== CanDrag ==== | + | * //N/A// |
- | Gets a value which indicates whether the shape can be dragged. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Void |
- | ==== CanRemoveVertex ==== | + | * Description:N/A |
- | Gets a value which indicates whether the shape can remove a existing vertex. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | * //e// |
- | ==== CanReshape ==== | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.FeatureResizingEditInteractiveOverlayEventArgs|FeatureResizingEditInteractiveOverlayEventArgs]] |
- | Gets a value which indicates whether the shape can be reshaped. | + | * Description:The FeatureResizingEditInteractiveOverlayEventArgs passed for the event raised. |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | <div newline></div> |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} OnFeatureResized(FeatureResizedEditInteractiveOverlayEventArgs) ** |
- | ==== CanResize ==== | + | |
- | Gets a value which indicates whether the shape can be resized. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | * //This event will be fired after resizing the feature.// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== CanRotate ==== | + | * //N/A// |
- | Gets a value which indicates whether the shape can be rotated. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Void |
- | ==== DragControlPointsLayer ==== | + | * Description:N/A |
- | This property gets the InMemoryFeatureLayer which holds the control points for drag. | + | |
- | === Remarks === | + | |
- | Every control points for drag are not the existing vertex of the edit shapes. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]]<!-- ThinkGeo.MapSuite.Core.InMemoryFeatureLayer --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | * //e// |
- | ==== DrawingExceptionMode ==== | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.FeatureResizedEditInteractiveOverlayEventArgs|FeatureResizedEditInteractiveOverlayEventArgs]] |
- | This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. | + | * Description:The FeatureResizedEditInteractiveOverlayEventArgs passed for the event raised. |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | <div newline></div> |
- | | [[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]<!-- ThinkGeo.MapSuite.Core.DrawingExceptionMode --> | | + | ** {{wiki:ProtectedMethod.gif|}} OnFeatureRotating(FeatureRotatingEditInteractiveOverlayEventArgs) ** |
+ | |||
+ | * //This event will be fired before rotating the feature.// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.FeatureRotatingEditInteractiveOverlayEventArgs|FeatureRotatingEditInteractiveOverlayEventArgs]] | ||
+ | * Description:The FeatureRotatingEditInteractiveOverlayEventArgs passed for the event raised. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnFeatureRotated(FeatureRotatedEditInteractiveOverlayEventArgs) ** | ||
+ | |||
+ | * //This event will be fired after rotating the feature.// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.FeatureRotatedEditInteractiveOverlayEventArgs|FeatureRotatedEditInteractiveOverlayEventArgs]] | ||
+ | * Description:The FeatureRotatedEditInteractiveOverlayEventArgs passed for the event raised. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnControlPointSelecting(ControlPointSelectingEditInteractiveOverlayEventArgs) ** | ||
+ | |||
+ | * //This event will be fired before control point selected.// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.ControlPointSelectingEditInteractiveOverlayEventArgs|ControlPointSelectingEditInteractiveOverlayEventArgs]] | ||
+ | * Description:The ControlPointSelectingEditInteractiveOverlayEventArgs passed for the event raised. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} InitializeCore(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:ProtectedMethod.gif|}} TouchPointerDownCore(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:ProtectedMethod.gif|}} LongPressCore(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:ProtectedMethod.gif|}} PostTransformCore(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:ProtectedMethod.gif|}} GetBoundingBoxCore() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} RefreshCore() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} RefreshCore(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:ProtectedMethod.gif|}} CloseCore() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OpenCore() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} DrawException(GeoCanvas,Exception) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //geoCanvas// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //exception// | ||
+ | * Type:Exception | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,Exception) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //geoCanvas// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //ex// | ||
+ | * Type:Exception | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnDrawingException(DrawingExceptionOverlayEventArgs) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //args// | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnDrawnException(DrawnExceptionOverlayEventArgs) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //args// | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}}{{wiki:Static.gif|}} pRU=(Feature) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //feature// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ==== Public Properties ==== | ||
+ | ** {{wiki:PublicProperty.gif|}} IsEmpty ** | ||
+ | |||
+ | * //This property override its property in base class by watching the feature count in editShapesLayer. If it is empty ,we can skip drawing it for better performance.// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} TrackMode ** | ||
+ | |||
+ | * //Gets or sets a mode of TrackOverlay.// | ||
+ | == Remarks == | ||
+ | * //The default mode is TrackMode.None which means you cannot draw or edit features at client. By setting the mode to TrackMode.Point, TrackMode.Line, TrackMode.Polygon etc., you could add point, line or polygon to the FeatureOverlay. Setting the mode to TrackMode.Edit, you could edit the shapes at the client side.// | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.TrackMode|TrackMode]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} EditShapesLayer ** | ||
+ | |||
+ | * //This property gets the InMemoryFeatureLayer which holds the edit shapes.// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} DragControlPointsLayer ** | ||
+ | |||
+ | * //This property gets the InMemoryFeatureLayer which holds the control points for drag.// | ||
+ | == Remarks == | ||
+ | * //Every control points for drag are not the existing vertex of the edit shapes.// | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} RotateControlPointsLayer ** | ||
+ | |||
+ | * //This property gets the InMemoryFeatureLayer which holds the control points for rotate.// | ||
+ | == Remarks == | ||
+ | * //Every control points for rotate are not the existing vertex of the edit shapes.// | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ResizeControlPointsLayer ** | ||
+ | |||
+ | * //This property gets the InMemoryFeatureLayer which holds the control points for resize.// | ||
+ | == Remarks == | ||
+ | * //Every control points for resize are not the existing vertex of the edit shapes.// | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ExistingControlPointsLayer ** | ||
+ | |||
+ | * //This property gets the InMemoryFeatureLayer which holds the control points which represents the existing vertices of the edit shapes.// | ||
+ | == Remarks == | ||
+ | * //Every control points in this layer are the existing vertices of the edit shapes.// | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} CanDrag ** | ||
+ | |||
+ | * //Gets a value which indicates whether the shape can be dragged.// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} CanReshape ** | ||
+ | |||
+ | * //Gets a value which indicates whether the shape can be reshaped.// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} CanResize ** | ||
+ | |||
+ | * //Gets a value which indicates whether the shape can be resized.// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} CanRotate ** | ||
+ | |||
+ | * //Gets a value which indicates whether the shape can be rotated.// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} CanAddVertex ** | ||
+ | |||
+ | * //Gets a value which indicates whether the shape can Add new vertex.// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} CanRemoveVertex ** | ||
+ | |||
+ | * //Gets a value which indicates whether the shape can remove a existing vertex.// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} InteractiveView ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} AutoRefreshInterval ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Return Value == | ||
+ | * Type:TimeSpan | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Name ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} DrawingExceptionMode ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsVisible ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Attribution ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Return Value == | ||
+ | * 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 ==== | ||
+ | ** {{wiki:ProtectedProperty.gif|}} ControlPointType ** | ||
+ | |||
+ | * //This property gets or sets the ControlPointType for the control points of the edit shapes.// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.ControlPointType|ControlPointType]] | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} SelectControlPointFeature ** | ||
+ | |||
+ | * //This property gets the feature represents the select control points of the edit shapes.// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} OriginalEditingFeature ** | ||
+ | |||
+ | * //This property gets the feature represents the original editing feature.// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | ||
+ | |||
+ | ==== Public Events ==== | ||
+ | ** {{wiki:PublicEvent.gif|}} FeatureDragged ** | ||
+ | * //This event will be fired after drag the feature.// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.FeatureDraggedEditInteractiveOverlayEventArgs|FeatureDraggedEditInteractiveOverlayEventArgs]] |
- | [[#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 --> | + | ** {{wiki:PublicEvent.gif|}} FeatureDragging ** |
- | [[#Public Properties|Go Back]] | + | * //This event will be fired before drag the feature.// |
- | ==== EditShapesLayer ==== | + | == Remarks == |
- | This property gets the InMemoryFeatureLayer which holds the edit shapes. | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]]<!-- ThinkGeo.MapSuite.Core.InMemoryFeatureLayer --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.FeatureDraggingEditInteractiveOverlayEventArgs|FeatureDraggingEditInteractiveOverlayEventArgs]] |
- | [[#Public Properties|Go Back]] | + | |
- | ==== ExistingControlPointsLayer ==== | + | |
- | This property gets the InMemoryFeatureLayer which holds the control points which represents the existing vertices of the edit shapes. | + | |
- | === Remarks === | + | |
- | Every control points in this layer are the existing vertices of the edit shapes. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]]<!-- ThinkGeo.MapSuite.Core.InMemoryFeatureLayer --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | ** {{wiki:PublicEvent.gif|}} FeatureResized ** |
- | [[#Public Properties|Go Back]] | + | * //This event will be fired after resize the feature.// |
- | ==== InteractiveView ==== | + | == Remarks == |
- | Gets or sets Overlay's the interactiveView. | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]]<!-- ThinkGeo.MapSuite.AndroidEdition.TileView --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.FeatureResizedEditInteractiveOverlayEventArgs|FeatureResizedEditInteractiveOverlayEventArgs]] |
- | [[#Public Properties|Go Back]] | + | |
- | ==== IsEmpty ==== | + | |
- | This property override its property in base class by watching the feature count in editShapesLayer. If it is empty ,we can skip drawing it for better performance. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) --> | + | ** {{wiki:PublicEvent.gif|}} FeatureResizing ** |
- | [[#Public Properties|Go Back]] | + | * //This event will be fired before resize the feature.// |
- | ==== IsVisible ==== | + | == Remarks == |
- | Gets or sets if this overlay is visible. | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.FeatureResizingEditInteractiveOverlayEventArgs|FeatureResizingEditInteractiveOverlayEventArgs]] |
- | [[#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 --> | + | ** {{wiki:PublicEvent.gif|}} FeatureRotated ** |
- | [[#Public Properties|Go Back]] | + | * //This event will be fired after rotate the feature.// |
- | ==== Name ==== | + | == Remarks == |
- | Gets or sets the name of this overaly. | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.FeatureRotatedEditInteractiveOverlayEventArgs|FeatureRotatedEditInteractiveOverlayEventArgs]] |
- | [[#Public Properties|Go Back]] | + | |
- | ==== Opacity ==== | + | |
- | Gets or sets the opacity for this overlay. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Double<!-- System.Double --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | ** {{wiki:PublicEvent.gif|}} FeatureRotating ** |
- | [[#Public Properties|Go Back]] | + | * //This event will be fired before rotate the feature.// |
- | ==== ResizeControlPointsLayer ==== | + | == Remarks == |
- | This property gets the InMemoryFeatureLayer which holds the control points for resize. | + | * //N/A// |
- | === Remarks === | + | |
- | Every control points for resize are not the existing vertex of the edit shapes. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]]<!-- ThinkGeo.MapSuite.Core.InMemoryFeatureLayer --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.FeatureRotatingEditInteractiveOverlayEventArgs|FeatureRotatingEditInteractiveOverlayEventArgs]] |
- | [[#Public Properties|Go Back]] | + | |
- | ==== RotateControlPointsLayer ==== | + | |
- | This property gets the InMemoryFeatureLayer which holds the control points for rotate. | + | |
- | === Remarks === | + | |
- | Every control points for rotate are not the existing vertex of the edit shapes. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]]<!-- ThinkGeo.MapSuite.Core.InMemoryFeatureLayer --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | ** {{wiki:PublicEvent.gif|}} VertexAdded ** |
- | [[#Public Properties|Go Back]] | + | * //This event will be fired after add the vertex.// |
- | ==== TrackMode ==== | + | == Remarks == |
- | Gets or sets a mode of TrackOverlay. | + | * //N/A// |
- | === Remarks === | + | |
- | The default mode is TrackMode.None which means you cannot draw or edit features at client. By setting the mode to TrackMode.Point, TrackMode.Line, TrackMode.Polygon etc., you could add point, line or polygon to the FeatureOverlay. Setting the mode to TrackMode.Edit, you could edit the shapes at the client side. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.TrackMode|TrackMode]]<!-- ThinkGeo.MapSuite.AndroidEdition.TrackMode --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.VertexAddedEditInteractiveOverlayEventArgs|VertexAddedEditInteractiveOverlayEventArgs]] |
- | [[#Public Properties|Go Back]] | + | |
- | ===== Protected Properties ===== | + | |
- | ==== ControlPointType ==== | + | |
- | This property gets or sets the ControlPointType for the control points of the edit shapes. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.ControlPointType|ControlPointType]]<!-- ThinkGeo.MapSuite.AndroidEdition.ControlPointType --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | ** {{wiki:PublicEvent.gif|}} VertexAdding ** |
- | [[#Protected Properties|Go Back]] | + | * //This event will be fired before add the vertex.// |
- | ==== OriginalEditingFeature ==== | + | == Remarks == |
- | This property gets the feature represents the original editing feature. | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.VertexAddingEditInteractiveOverlayEventArgs|VertexAddingEditInteractiveOverlayEventArgs]] |
- | [[#Protected Properties|Go Back]] | + | |
- | ==== SelectControlPointFeature ==== | + | |
- | This property gets the feature represents the select control points of the edit shapes. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | ** {{wiki:PublicEvent.gif|}} VertexMoved ** |
- | [[#Protected Properties|Go Back]] | + | * //This event will be fired after move the vertex.// |
- | ===== Public Events ===== | + | == Remarks == |
- | ==== ControlPointSelected ==== | + | * //N/A// |
- | This event will be fired after select the control point. | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.ControlPointSelectedEditInteractiveOverlayEventArgs|ControlPointSelectedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.ControlPointSelectedEditInteractiveOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.VertexMovedEditInteractiveOverlayEventArgs|VertexMovedEditInteractiveOverlayEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | ==== ControlPointSelecting ==== | + | |
- | This event will be fired before select the control point. | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.ControlPointSelectingEditInteractiveOverlayEventArgs|ControlPointSelectingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.ControlPointSelectingEditInteractiveOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | ** {{wiki:PublicEvent.gif|}} VertexMoving ** |
- | [[#Public Events|Go Back]] | + | * //This event will be fired before move the vertex.// |
- | ==== DrawingException ==== | + | == Remarks == |
- | Occurs before exception is drawing on map. | + | * //N/A// |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.VertexMovingEditInteractiveOverlayEventArgs|VertexMovingEditInteractiveOverlayEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | ==== DrawnException ==== | + | |
- | Occurs after exception is drawn on map. | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | ** {{wiki:PublicEvent.gif|}} VertexRemoved ** |
- | [[#Public Events|Go Back]] | + | * //This event will be fired after remove the vertex.// |
- | ==== EditEnded ==== | + | == Remarks == |
- | === Event Arguments === | + | * //N/A// |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.EditEndedEditInteractiveOverlayEventArgs|EditEndedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.EditEndedEditInteractiveOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.VertexRemovedEditInteractiveOverlayEventArgs|VertexRemovedEditInteractiveOverlayEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | ==== FeatureDragged ==== | + | |
- | This event will be fired after drag the feature. | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.FeatureDraggedEditInteractiveOverlayEventArgs|FeatureDraggedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.FeatureDraggedEditInteractiveOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | ** {{wiki:PublicEvent.gif|}} VertexRemoving ** |
- | [[#Public Events|Go Back]] | + | * //This event will be fired before remove the vertex.// |
- | ==== FeatureDragging ==== | + | == Remarks == |
- | This event will be fired before drag the feature. | + | * //N/A// |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.FeatureDraggingEditInteractiveOverlayEventArgs|FeatureDraggingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.FeatureDraggingEditInteractiveOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.VertexRemovingEditInteractiveOverlayEventArgs|VertexRemovingEditInteractiveOverlayEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | ==== FeatureResized ==== | + | |
- | This event will be fired after resize the feature. | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.FeatureResizedEditInteractiveOverlayEventArgs|FeatureResizedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.FeatureResizedEditInteractiveOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | ** {{wiki:PublicEvent.gif|}} ControlPointSelected ** |
- | [[#Public Events|Go Back]] | + | * //This event will be fired after select the control point.// |
- | ==== FeatureResizing ==== | + | == Remarks == |
- | This event will be fired before resize the feature. | + | * //N/A// |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.FeatureResizingEditInteractiveOverlayEventArgs|FeatureResizingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.FeatureResizingEditInteractiveOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.ControlPointSelectedEditInteractiveOverlayEventArgs|ControlPointSelectedEditInteractiveOverlayEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | ==== FeatureRotated ==== | + | |
- | This event will be fired after rotate the feature. | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.FeatureRotatedEditInteractiveOverlayEventArgs|FeatureRotatedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.FeatureRotatedEditInteractiveOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | ** {{wiki:PublicEvent.gif|}} ControlPointSelecting ** |
- | [[#Public Events|Go Back]] | + | * //This event will be fired before select the control point.// |
- | ==== FeatureRotating ==== | + | == Remarks == |
- | This event will be fired before rotate the feature. | + | * //N/A// |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.FeatureRotatingEditInteractiveOverlayEventArgs|FeatureRotatingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.FeatureRotatingEditInteractiveOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.ControlPointSelectingEditInteractiveOverlayEventArgs|ControlPointSelectingEditInteractiveOverlayEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | ==== VertexAdded ==== | + | |
- | This event will be fired after add the vertex. | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.VertexAddedEditInteractiveOverlayEventArgs|VertexAddedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.VertexAddedEditInteractiveOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | ** {{wiki:PublicEvent.gif|}} EditEnded ** |
- | [[#Public Events|Go Back]] | + | * //N/A// |
- | ==== VertexAdding ==== | + | == Remarks == |
- | This event will be fired before add the vertex. | + | * //N/A// |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.VertexAddingEditInteractiveOverlayEventArgs|VertexAddingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.VertexAddingEditInteractiveOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.EditEndedEditInteractiveOverlayEventArgs|EditEndedEditInteractiveOverlayEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | ==== VertexMoved ==== | + | |
- | This event will be fired after move the vertex. | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.VertexMovedEditInteractiveOverlayEventArgs|VertexMovedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.VertexMovedEditInteractiveOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | ** {{wiki:PublicEvent.gif|}} DrawingException ** |
- | [[#Public Events|Go Back]] | + | * //N/A// |
- | ==== VertexMoving ==== | + | == Remarks == |
- | This event will be fired before move the vertex. | + | * //N/A// |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.VertexMovingEditInteractiveOverlayEventArgs|VertexMovingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.VertexMovingEditInteractiveOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | ==== VertexRemoved ==== | + | |
- | This event will be fired after remove the vertex. | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.VertexRemovedEditInteractiveOverlayEventArgs|VertexRemovedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.VertexRemovedEditInteractiveOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | ** {{wiki:PublicEvent.gif|}} DrawnException ** |
- | [[#Public Events|Go Back]] | + | * //N/A// |
- | ==== VertexRemoving ==== | + | == Remarks == |
- | This event will be fired before remove the vertex. | + | * //N/A// |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.VertexRemovingEditInteractiveOverlayEventArgs|VertexRemovingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.VertexRemovingEditInteractiveOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | __NOTOC__ | ||
- | [[Category:AndroidEdition]] | ||
- | [[Category:ThinkGeo.MapSuite.AndroidEdition]] | ||
- | [[Category:UpdateDocumentation]] | ||