This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.wpfdesktopedition.overlay [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.wpfdesktopedition.overlay [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.WpfDesktopEdition.Overlay ====== | ====== ThinkGeo.MapSuite.WpfDesktopEdition.Overlay ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
- | |||
- | <!-- Class --> | ||
This class is the base class of all overlays in this overlay system. | This class is the base class of all overlays in this overlay system. | ||
- | === Remarks === | ||
- | The <strong>Overlay</strong> has the similar concept as the layer. Different types of overlays stack over each other to form a map. An overlay object is responsible for getting the configuration infomation from the user.Usually an overlay represents an image with transparent background that is laid upon other overlay such as <strong>LayerOverlay</strong>, <strong>WmsOverlay</strong>. While the <strong>MarkerOverlay</strong> will not be rendered as an image, it is actually represents a control that holds bunch of marker images on the map. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | + | *System.Object |
- | **[[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay]] | + | ***ThinkGeo.MapSuite.WpfDesktopEdition.Overlay** |
- | ***[[ThinkGeo.MapSuite.WpfDesktopEdition.AdornmentOverlay]] | + | *[[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay]] |
- | ***[[ThinkGeo.MapSuite.WpfDesktopEdition.BackgroundOverlay]] | + | *[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay]] |
- | ***[[ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsOverlay]] | + | *[[ThinkGeo.MapSuite.WpfDesktopEdition.AdornmentOverlay]] |
- | ***[[ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay]] | + | *[[ThinkGeo.MapSuite.WpfDesktopEdition.BackgroundOverlay]] |
- | ***[[ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay]] | + | *[[ThinkGeo.MapSuite.WpfDesktopEdition.MarkerOverlay]] |
- | ***[[ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay]] | + | *[[ThinkGeo.MapSuite.WpfDesktopEdition.PopupOverlay]] |
- | ***[[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureSourceMarkerOverlay]] | + | |
- | ***[[ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay]] | + | |
- | ***[[ThinkGeo.MapSuite.WpfDesktopEdition.InMemoryMarkerOverlay]] | + | |
- | ***[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay]] | + | |
- | ***[[ThinkGeo.MapSuite.WpfDesktopEdition.LayerOverlay]] | + | |
- | ***[[ThinkGeo.MapSuite.WpfDesktopEdition.MarkerOverlay]] | + | |
- | ***[[ThinkGeo.MapSuite.WpfDesktopEdition.OpenStreetMapOverlay]] | + | |
- | ***[[ThinkGeo.MapSuite.WpfDesktopEdition.PopupOverlay]] | + | |
- | ***[[ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay]] | + | |
- | ***[[ThinkGeo.MapSuite.WpfDesktopEdition.SimpleMarkerOverlay]] | + | |
- | ***[[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay]] | + | |
- | ***[[ThinkGeo.MapSuite.WpfDesktopEdition.TiledWmsOverlay]] | + | |
- | ***[[ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay]] | + | |
- | ***[[ThinkGeo.MapSuite.WpfDesktopEdition.WmsOverlay]] | + | |
- | ***[[ThinkGeo.MapSuite.WpfDesktopEdition.WmtsTiledOverlay]] | + | |
- | ***[[ThinkGeo.MapSuite.WpfDesktopEdition.WorldMapKitWmsWpfOverlay]] | + | |
===== Members Summary ===== | ===== Members Summary ===== | ||
==== Public Constructors ==== | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
- | |||
==== Protected Constructors ==== | ==== Protected Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:ProtectedMethod.gif|}} Overlay() ** |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Overlay()|Overlay]] | | | Constructor of the Overlay class. | | + | |
+ | Constructor of the Overlay class. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Parameters == | ||
+ | <div newline></div> | ||
==== Public Methods ==== | ==== Public Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable<RectangleShape>) ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Close()|Close]] | | | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Dispose()|Dispose]] | | | This method dispose unmanaged resource used in this class. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Draw(RectangleShape)|Draw]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | This method draws the overlay with the provided extent in world coordinate. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Draw(RectangleShape, OverlayRefreshType)|Draw]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]], [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]] | | 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]] | | | 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.WpfDesktopEdition.MapArguments|MapArguments]] | | This method initializes overlay object. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#LoadState(Byte[])|LoadState]] | Byte[] | | This method restore the overlay state back from the specified state. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Open()|Open]] | | | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#PanTo(RectangleShape)|PanTo]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | This method pans the overlay to the provided world extent. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh(TimeSpan)|Refresh]] | TimeSpan | | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh(TimeSpan, RequestDrawingBufferTimeType)|Refresh]] | TimeSpan, [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh(RectangleShape, TimeSpan)|Refresh]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]], TimeSpan | | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh(RectangleShape, TimeSpan, RequestDrawingBufferTimeType)|Refresh]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]], TimeSpan, [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh(IEnumerable<RectangleShape>, TimeSpan)|Refresh]] | IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>, TimeSpan | | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh(IEnumerable<RectangleShape>)|Refresh]] | IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh(RectangleShape)|Refresh]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh()|Refresh]] | | | This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh(IEnumerable<RectangleShape>, TimeSpan, RequestDrawingBufferTimeType)|Refresh]] | IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>, TimeSpan, [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SaveState()|SaveState]] | | | This method saves overlay state to a byte array. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | + | |
- | ==== Protected Methods ==== | + | N/A |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CloseCore()|CloseCore]] | | | | | + | N/A |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Dispose(Boolean)|Dispose]] | Boolean | | This method dispose unmanaged resource used in this class. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawAttributionCore(GeoCanvas)|DrawAttributionCore]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawCore(RectangleShape, OverlayRefreshType)|DrawCore]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]], [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]] | | This method draws the overlay with the provided extent in world coordinate. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object(overriden) | Finalizer of this Overlay object. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetBoundingBoxCore()|GetBoundingBoxCore]] | | | This method returns the bounding box of the Overlay. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#InitializeCore(MapArguments)|InitializeCore]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]] | | This method initializes overlay object. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#LoadStateCore(Byte[])|LoadStateCore]] | Byte[] | | This method restore the overlay state back from the specified state. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDrawing(DrawingOverlayEventArgs)|OnDrawing]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] | | This method raises before the overlay is drawing. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDrawingAttribution(DrawingAttributionOverlayEventArgs)|OnDrawingAttribution]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] | | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDrawn(DrawnOverlayEventArgs)|OnDrawn]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] | | This method raises after the overlay is drawn. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDrawnAttribution(DrawnAttributionOverlayEventArgs)|OnDrawnAttribution]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] | | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OpenCore()|OpenCore]] | | | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#PanToCore(RectangleShape)|PanToCore]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | This method pans the overlay to the provided world extent. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RefreshCore(RectangleShape)|RefreshCore]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RefreshCore()|RefreshCore]] | | | This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#SaveStateCore()|SaveStateCore]] | | | This method saves overlay state to a byte array. | | + | |
- | ==== Public Properties ==== | + | == Return Value == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:Void |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Attribution|Attribution]] | String | | | | + | * Description:N/A |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#AutoRefreshInterval|AutoRefreshInterval]] | TimeSpan | | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#CanRefreshRegion|CanRefreshRegion]] | Boolean | | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#DrawingExceptionMode|DrawingExceptionMode]] | [[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | | This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsBase|IsBase]] | Boolean | | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsEmpty|IsEmpty]] | Boolean | | This property gets if this overlay is empty or not. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsVisible|IsVisible]] | Boolean | | Gets or sets if this overlay is visible. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MapArguments|MapArguments]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]] | | Gets or sets current map information which will be used for calculating mechanism. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Name|Name]] | String | | Gets or sets the name of this overaly. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#OverlayCanvas|OverlayCanvas]] | Canvas | | Gets or sets the actual canvas which maintains all the visual elements on the overlay. | | + | |
- | ==== Protected Properties ==== | + | == Parameters == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * //extentsToRefresh// |
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#IsOverlayInitialized|IsOverlayInitialized]] | Boolean | | Gets or sets if the overlay canvas is initialized. | | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> |
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#PreviousExtent|PreviousExtent]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | Gets or sets the previous exent of the overlay. | | + | * Description:N/A |
- | ==== Public Events ==== | + | <div newline></div> |
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} Refresh(TimeSpan) ** |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#Drawing|Drawing]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] | | This event raises before the overlay is drawing. | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#DrawingAttribution|DrawingAttribution]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] | | | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#Drawn|Drawn]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] | | This event raises after the overlay is drawn. | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#DrawnAttribution|DrawnAttribution]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] | | | | + | |
- | ===== Public Constructors ===== | + | N/A |
- | ===== Protected Constructors ===== | + | == Remarks == |
- | ==== Overlay() ==== | + | N/A |
- | Constructor of the Overlay class. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#Overlay.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#Overlay.28.29</a> | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | [[#Protected Constructors|Go Back]] | + | == Return Value == |
- | ===== Public Methods ===== | + | * Type:Void |
- | ==== Close() ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#Close.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#Close.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //bufferTime// |
+ | * Type:TimeSpan | ||
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} Refresh(TimeSpan,RequestDrawingBufferTimeType) ** |
- | ==== Dispose() ==== | + | |
- | This method dispose unmanaged resource used in this class. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#Dispose.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#Dispose.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | N/A | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== Draw(RectangleShape) ==== | + | * Description:N/A |
- | This method draws the overlay with the provided extent in world coordinate. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#Draw.28RectangleShape.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#Draw.28RectangleShape.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //bufferTime// |
- | | targetExtent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | This parameter indicates an extent in world coordinate for drawing the overlay. | | + | * Type:TimeSpan |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | * //bufferTimeType// |
- | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] |
- | ==== Draw(RectangleShape, OverlayRefreshType) ==== | + | * Description:N/A |
- | This method draws the overlay with the provided extent in world coordinate. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#Draw.28RectangleShape.2C_OverlayRefreshType.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#Draw.28RectangleShape.2C_OverlayRefreshType.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape,TimeSpan) ** |
- | | targetExtent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | This parameter indicates an extent in world coordinate for drawing the overlay. | | + | |
- | | refreshType | [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType --> | This parameter indicates whether the elements of this overlay needs to be refreshed. For example, TileOverlay is formed by tiles. When panning the map around, the existing tile doesn't need to be redraw, the only thing we need to do is modifying the position of these tiles. On another hand, when click to change the style of the overlay, we need to redraw the tile images to change the appearance. So we need refresh mode. | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== Equals(Object) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#Equals.28Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#Equals.28Object.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | obj | Object<!-- System.Object --> | | | + | * Description:N/A |
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //extentToRefresh// |
- | ==== GetBoundingBox() ==== | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | This method gets a bounding box of the Overlay. | + | * Description:N/A |
- | === 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. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | A RectangleShape indicating the bounding box of this overlay | | + | |
- | === Parameters === | + | * //bufferTime// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:TimeSpan |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape,TimeSpan,RequestDrawingBufferTimeType) ** |
- | ==== GetHashCode() ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#GetHashCode.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#GetHashCode.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | N/A | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== GetType() ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#GetType.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#GetType.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Type<!-- System.Type --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //extentToRefresh// |
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | * //bufferTime// |
- | [[#Public Methods|Go Back]] | + | * Type:TimeSpan |
- | ==== Initialize(MapArguments) ==== | + | * Description: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 === | + | * //bufferTimeType// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] |
- | | mapArguments | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments --> | This parameter maintains current map information for calculating mechanism. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable<RectangleShape>,TimeSpan) ** |
- | ==== LoadState(Byte[]) ==== | + | |
- | This method restore the overlay state back from the specified state. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | state | Byte[]<!-- System.Byte[[]] --> | This parameter indicates the state for restore the overlay. | | + | N/A |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== Open() ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#Open.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#Open.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //extentsToRefresh// |
+ | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | ||
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | * //bufferTime// |
- | [[#Public Methods|Go Back]] | + | * Type:TimeSpan |
- | ==== PanTo(RectangleShape) ==== | + | * Description:N/A |
- | This method pans the overlay to the provided world extent. | + | |
- | === Remarks === | + | |
- | Some overlay doesn't need to continously drawing all the tile. For example, MarkerOverlay is formed by markers. When mouse down to pan, the markers don't need to redraw, we can only change its position. When mouse up to end panning, we can redraw the overlay for better performance. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType) ** |
- | | targetExtent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | This parameter is the target world extent for panning. | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== Refresh(TimeSpan) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#Refresh.28TimeSpan.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#Refresh.28TimeSpan.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | bufferTime | TimeSpan<!-- System.TimeSpan --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //extentsToRefresh// |
- | ==== Refresh(TimeSpan, RequestDrawingBufferTimeType) ==== | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //bufferTime// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:TimeSpan |
- | | bufferTime | TimeSpan<!-- System.TimeSpan --> | | | + | * Description:N/A |
- | | bufferTimeType | [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]<!-- ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType --> | | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | * //bufferTimeType// |
- | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] |
- | ==== Refresh(RectangleShape, TimeSpan) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#Refresh.28RectangleShape.2C_TimeSpan.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#Refresh.28RectangleShape.2C_TimeSpan.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} Initialize(MapArguments) ** |
- | | extentToRefresh | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | | + | |
- | | bufferTime | TimeSpan<!-- System.TimeSpan --> | | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | This method initializes overlay object. |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== Refresh(RectangleShape, TimeSpan, RequestDrawingBufferTimeType) ==== | + | This is a wrapper method for the virtual method InitializeCore. |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | extentToRefresh | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | | + | * Description:N/A |
- | | bufferTime | TimeSpan<!-- System.TimeSpan --> | | | + | |
- | | bufferTimeType | [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]<!-- ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType --> | | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //mapArguments// |
- | ==== Refresh(IEnumerable<RectangleShape>, TimeSpan) ==== | + | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]] |
- | === Remarks === | + | * Description:This parameter maintains current map information for calculating mechanism. |
- | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape) ** |
- | | extentsToRefresh | IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} --> | | | + | |
- | | bufferTime | TimeSpan<!-- System.TimeSpan --> | | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== Refresh(IEnumerable<RectangleShape>) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | extentsToRefresh | IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //extent// |
- | ==== Refresh(RectangleShape) ==== | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#Refresh.28RectangleShape.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#Refresh.28RectangleShape.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} Refresh() ** |
- | | extent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== Refresh() ==== | ||
This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles. | 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 === | + | == Remarks == |
The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not. | The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not. | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <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|}} Draw(RectangleShape) ** | ||
+ | |||
+ | This method draws the overlay with the provided extent in world coordinate. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //targetExtent// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | * Description:This parameter indicates an extent in world coordinate for drawing the overlay. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Draw(RectangleShape,OverlayRefreshType) ** | ||
+ | |||
+ | This method draws the overlay with the provided extent in world coordinate. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //targetExtent// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | * Description:This parameter indicates an extent in world coordinate for drawing the overlay. | ||
+ | |||
+ | * //refreshType// | ||
+ | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]] | ||
+ | * Description:This parameter indicates whether the elements of this overlay needs to be refreshed. For example, TileOverlay is formed by tiles. When panning the map around, the existing tile doesn't need to be redraw, the only thing we need to do is modifying the position of these tiles. On another hand, when click to change the style of the overlay, we need to redraw the tile images to change the appearance. So we need refresh mode. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} PanTo(RectangleShape) ** | ||
+ | |||
+ | This method pans the overlay to the provided world extent. | ||
+ | == Remarks == | ||
+ | Some overlay doesn't need to continously drawing all the tile. For example, MarkerOverlay is formed by markers. When mouse down to pan, the markers don't need to redraw, we can only change its position. When mouse up to end panning, we can redraw the overlay for better performance. | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //targetExtent// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | * Description:This parameter is the target world extent for panning. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetBoundingBox() ** | ||
+ | |||
+ | This method gets a bounding box of the Overlay. | ||
+ | == Remarks == | ||
+ | This method is the concrete wrapper for the abstract method GetBoundingBoxCore. This method returns the bounding box of the Overlay. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | ==== Refresh(IEnumerable<RectangleShape>, TimeSpan, RequestDrawingBufferTimeType) ==== | + | * Description:A RectangleShape indicating the bounding box of this overlay |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | extentsToRefresh | IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} --> | | | + | ** {{wiki:PublicMethod.gif|}} SaveState() ** |
- | | bufferTime | TimeSpan<!-- System.TimeSpan --> | | | + | |
- | | bufferTimeType | [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]<!-- ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType --> | | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SaveState() ==== | ||
This method saves overlay state to a byte array. | This method saves overlay state to a byte array. | ||
- | === Remarks === | + | == Remarks == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#SaveState.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#SaveState.28.29</a> | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Byte[]<!-- System.Byte[[]] --> | A byte array indicates current overlay state. | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Byte[] |
+ | * Description:A byte array indicates current overlay state. | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ==== ToString() ==== | + | ** {{wiki:PublicMethod.gif|}} LoadState(Byte[]) ** |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#ToString.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#ToString.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | | | + | |
- | === Parameters === | + | This method restore the overlay state back from the specified state. |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | N/A | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ===== Protected Methods ===== | + | * Description:N/A |
- | ==== CloseCore() ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#CloseCore.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#CloseCore.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //state// |
+ | * Type:Byte[] | ||
+ | * Description:This parameter indicates the state for restore the overlay. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Dispose() ** | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== Dispose(Boolean) ==== | ||
This method dispose unmanaged resource used in this class. | This method dispose unmanaged resource used in this class. | ||
- | === Remarks === | + | == Remarks == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#Dispose.28Boolean.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#Dispose.28Boolean.29</a> | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | disposing | Boolean<!-- System.Boolean --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== DrawAttributionCore(GeoCanvas) ==== | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#DrawAttributionCore.28GeoCanvas.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#DrawAttributionCore.28GeoCanvas.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | canvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | | | + | N/A |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:String |
- | ==== DrawCore(RectangleShape, OverlayRefreshType) ==== | + | * Description:N/A |
- | This method draws the overlay with the provided extent in world coordinate. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#DrawCore.28RectangleShape.2C_OverlayRefreshType.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#DrawCore.28RectangleShape.2C_OverlayRefreshType.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | targetExtent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | This parameter indicates an extent in world coordinate for drawing the overlay. | | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
- | | overlayRefreshType | [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType --> | This parameter indicates whether the elements of this overlay needs to be refreshed. For example, TileOverlay is formed by tiles. When panning or zooming the map, the existing tile doesn't need to be redraw, because the styles are the same as the previous states. the only thing we need to do is modifying the position of these tiles. On another hand, when click to change the style of the overlay, we need to redraw the tile images to change the appearance. So we need refresh mode. | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== Finalize() ==== | + | N/A |
- | Finalizer of this Overlay object. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#Finalize.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#Finalize.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Boolean |
+ | * Description:N/A | ||
- | <!-- System.Object(overriden) --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //obj// |
- | ==== GetBoundingBoxCore() ==== | + | * Type:Object |
- | This method returns the bounding box of the Overlay. | + | * Description:N/A |
- | === Remarks === | + | |
- | This method returns the bounding box of the Overlay. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | This method returns the bounding box of the Overlay. | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{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 ==== | ||
+ | ** {{wiki:ProtectedMethod.gif|}} InitializeCore(MapArguments) ** | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== InitializeCore(MapArguments) ==== | ||
This method initializes overlay object. | This method initializes overlay object. | ||
- | === Remarks === | + | == Remarks == |
When implementing this method, consider initializing the overlay canvas such as setting its z-index, setting current map reference to the CurrentMap property. | When implementing this method, consider initializing the overlay canvas such as setting its z-index, setting current map reference to the CurrentMap property. | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | mapArguments | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments --> | This parameter maintains current map information for calculating mechanism. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //mapArguments// |
- | ==== LoadStateCore(Byte[]) ==== | + | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]] |
- | This method restore the overlay state back from the specified state. | + | * Description:This parameter maintains current map information for calculating mechanism. |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} RefreshCore(RectangleShape) ** |
- | | state | Byte[]<!-- System.Byte[[]] --> | This parameter indicates the state for restore the overlay. | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== MemberwiseClone() ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#MemberwiseClone.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#MemberwiseClone.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Object<!-- System.Object --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //extent// |
- | ==== OnDrawing(DrawingOverlayEventArgs) ==== | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | This method raises before the overlay is drawing. | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#OnDrawing.28DrawingOverlayEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#OnDrawing.28DrawingOverlayEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} RefreshCore() ** |
- | | e | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs --> | This parameter is the event argument for Drawing event. | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.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. |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnDrawingAttribution(DrawingAttributionOverlayEventArgs) ==== | + | The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not. |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | args | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== OnDrawn(DrawnOverlayEventArgs) ==== | + | ** {{wiki:ProtectedMethod.gif|}} CloseCore() ** |
- | This method raises after the overlay is drawn. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#OnDrawn.28DrawnOverlayEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#OnDrawn.28DrawnOverlayEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs --> | This parameter is the event argument for Drawn event. | | + | N/A |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== OnDrawnAttribution(DrawnAttributionOverlayEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | args | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs --> | | | + | ** {{wiki:ProtectedMethod.gif|}} OpenCore() ** |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OpenCore() ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#OpenCore.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#OpenCore.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} DrawCore(RectangleShape,OverlayRefreshType) ** | ||
+ | |||
+ | This method draws the overlay with the provided extent in world coordinate. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //targetExtent// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | * Description:This parameter indicates an extent in world coordinate for drawing the overlay. | ||
+ | |||
+ | * //overlayRefreshType// | ||
+ | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]] | ||
+ | * Description:This parameter indicates whether the elements of this overlay needs to be refreshed. For example, TileOverlay is formed by tiles. When panning or zooming the map, the existing tile doesn't need to be redraw, because the styles are the same as the previous states. 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. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} 4hM=(GeoCanvas) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //canvas// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //canvas// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionOverlayEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //args// | ||
+ | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionOverlayEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //args// | ||
+ | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} PanToCore(RectangleShape) ** | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== PanToCore(RectangleShape) ==== | ||
This method pans the overlay to the provided world extent. | This method pans the overlay to the provided world extent. | ||
- | === Remarks === | + | == Remarks == |
Some overlay doesn't need to continously drawing all the tile. For example, MarkerOverlay is formed by markers. When mouse down to pan, the markers don't need to redraw, we can only change its position. When mouse up to end panning, we can redraw the overlay for better performance. | Some overlay doesn't need to continously drawing all the tile. For example, MarkerOverlay is formed by markers. When mouse down to pan, the markers don't need to redraw, we can only change its position. When mouse up to end panning, we can redraw the overlay for better performance. | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | targetExtent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | This parameter is the target world extent for panning. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //targetExtent// |
- | ==== RefreshCore(RectangleShape) ==== | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | === Remarks === | + | * Description:This parameter is the target world extent for panning. |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#RefreshCore.28RectangleShape.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#RefreshCore.28RectangleShape.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnDrawing(DrawingOverlayEventArgs) ** |
- | | extent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | This method raises before the overlay is drawing. |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== RefreshCore() ==== | + | N/A |
- | This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles. | + | |
- | === Remarks === | + | |
- | The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] | ||
+ | * Description:This parameter is the event argument for Drawing event. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnDrawn(DrawnOverlayEventArgs) ** | ||
+ | |||
+ | This method raises after the overlay is drawn. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] | ||
+ | * Description:This parameter is the event argument for Drawn event. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} GetBoundingBoxCore() ** | ||
+ | |||
+ | This method returns the bounding box of the Overlay. | ||
+ | == Remarks == | ||
+ | This method returns the bounding box of the Overlay. | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | * Description:This method returns the bounding box of the Overlay. | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} SaveStateCore() ** | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== SaveStateCore() ==== | ||
This method saves overlay state to a byte array. | This method saves overlay state to a byte array. | ||
- | === Remarks === | + | == Remarks == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#SaveStateCore.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#SaveStateCore.28.29</a> | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Byte[]<!-- System.Byte[[]] --> | A byte array indicates current overlay state. | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Byte[] |
+ | * Description:A byte array indicates current overlay state. | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ===== Public Properties ===== | + | ** {{wiki:ProtectedMethod.gif|}} LoadStateCore(Byte[]) ** |
- | ==== Attribution ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#DrawAttributionCore.28GeoCanvas.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#DrawAttributionCore.28GeoCanvas.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | This method restore the overlay state back from the specified state. |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== AutoRefreshInterval ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#AutoRefreshInterval" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#AutoRefreshInterval</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | TimeSpan<!-- System.TimeSpan --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Void |
- | ==== CanRefreshRegion ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#CanRefreshRegion" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#CanRefreshRegion</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | * //state// |
- | ==== DrawingExceptionMode ==== | + | * Type:Byte[] |
- | This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. | + | * Description:This parameter indicates the state for restore the overlay. |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#DrawingExceptionMode" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#DrawingExceptionMode</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]<!-- ThinkGeo.MapSuite.Core.DrawingExceptionMode --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | <div newline></div> |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
- | ==== IsBase ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#IsBase" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#IsBase</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | Finalizer of this Overlay object. |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== IsEmpty ==== | + | N/A |
- | This property gets if this overlay is empty or not. | + | |
- | === Remarks === | + | |
- | This property enhances the performance of the overlay while drawing. If is true, we will skip drawing this overlay and continue drawing the next overlay. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Void |
- | ==== IsVisible ==== | + | * Description:N/A |
- | Gets or sets if this overlay is visible. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#IsVisible" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#IsVisible</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | <div newline></div> |
- | ==== MapArguments ==== | + | ** {{wiki:ProtectedMethod.gif|}} Dispose(Boolean) ** |
- | Gets or sets current map information which will be used for calculating mechanism. | + | |
- | === Remarks === | + | This method dispose unmanaged resource used in this class. |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#Initialize.28MapArguments.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#Initialize.28MapArguments.29</a> | + | == Remarks == |
- | === Return Value === | + | N/A |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments --> | | + | == Return Value == |
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //disposing// | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnRefreshing(OverlayRefreshType) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //refreshType// | ||
+ | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ==== Public Properties ==== | ||
+ | ** {{wiki:PublicProperty.gif|}} AutoRefreshInterval ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:TimeSpan | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Name ** | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Name ==== | ||
Gets or sets the name of this overaly. | Gets or sets the name of this overaly. | ||
- | === Remarks === | + | == Remarks == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#Name" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#Name</a> | + | N/A |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:String |
- | | String<!-- System.String --> | | + | |
+ | ** {{wiki:PublicProperty.gif|}} MapArguments ** | ||
+ | |||
+ | Gets or sets current map information which will be used for calculating mechanism. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} OverlayCanvas ** | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== OverlayCanvas ==== | ||
Gets or sets the actual canvas which maintains all the visual elements on the overlay. | Gets or sets the actual canvas which maintains all the visual elements on the overlay. | ||
- | === Remarks === | + | == Remarks == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#OverlayCanvas" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#OverlayCanvas</a> | + | N/A |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:Canvas |
- | | Canvas<!-- System.Windows.Controls.Canvas --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} IsBase ** |
- | [[#Public Properties|Go Back]] | + | |
- | ===== Protected Properties ===== | + | N/A |
- | ==== IsOverlayInitialized ==== | + | == Remarks == |
- | Gets or sets if the overlay canvas is initialized. | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#IsOverlayInitialized" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#IsOverlayInitialized</a> | + | * Type:Boolean |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | ** {{wiki:PublicProperty.gif|}} CanRefreshRegion ** |
- | | Boolean<!-- System.Boolean --> | | + | |
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} DrawingExceptionMode ** | ||
+ | |||
+ | This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsVisible ** | ||
+ | |||
+ | Gets or sets if this overlay is visible. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Attribution ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsEmpty ** | ||
+ | |||
+ | This property gets if this overlay is empty or not. | ||
+ | == Remarks == | ||
+ | This property enhances the performance of the overlay while drawing. If is true, we will skip drawing this overlay and continue drawing the next overlay. | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ==== Protected Properties ==== | ||
+ | ** {{wiki:ProtectedProperty.gif|}} PreviousExtent ** | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | ||
- | [[#Protected Properties|Go Back]] | ||
- | ==== PreviousExtent ==== | ||
Gets or sets the previous exent of the overlay. | Gets or sets the previous exent of the overlay. | ||
- | === Remarks === | + | == Remarks == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#PreviousExtent" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#PreviousExtent</a> | + | N/A |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | ** {{wiki:ProtectedProperty.gif|}} 3BM= ** |
- | [[#Protected Properties|Go Back]] | + | |
- | ===== Public Events ===== | + | N/A |
- | ==== Drawing ==== | + | == Remarks == |
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Double | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} IsOverlayInitialized ** | ||
+ | |||
+ | Gets or sets if the overlay canvas is initialized. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ==== Public Events ==== | ||
+ | ** {{wiki:PublicEvent.gif|}} Drawing ** | ||
This event raises before the overlay is drawing. | This event raises before the overlay is drawing. | ||
- | === Remarks === | + | == Remarks == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#OnDrawing.28DrawingOverlayEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#OnDrawing.28DrawingOverlayEventArgs.29</a> | + | N/A |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | ==== DrawingAttribution ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | ** {{wiki:PublicEvent.gif|}} Drawn ** |
- | [[#Public Events|Go Back]] | + | |
- | ==== Drawn ==== | + | |
This event raises after the overlay is drawn. | This event raises after the overlay is drawn. | ||
- | === Remarks === | + | == Remarks == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#OnDrawn.28DrawnOverlayEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#OnDrawn.28DrawnOverlayEventArgs.29</a> | + | N/A |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] |
- | | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs --> | | + | |
+ | ** {{wiki:PublicEvent.gif|}} DrawingAttribution ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | ** {{wiki:PublicEvent.gif|}} DrawnAttribution ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== DrawnAttribution ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.Overlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | __NOTOC__ | ||
- | [[Category:WpfDesktopEdition]] | ||
- | [[Category:ThinkGeo.MapSuite.WpfDesktopEdition]] | ||
- | [[Category:UpdateDocumentation]] | ||