This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.desktopedition.worldmapkitwmsdesktopoverlay [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.desktopedition.worldmapkitwmsdesktopoverlay [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay ====== | ====== ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
- | |||
- | <!-- Class --> | ||
This class is used in Desktop Edition to access the WorldMapKit Web Map Service (WMS). | This class is used in Desktop Edition to access the WorldMapKit Web Map Service (WMS). | ||
- | === Remarks === | ||
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay</a> | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | + | *System.Object |
- | **[[ThinkGeo.MapSuite.DesktopEdition.Overlay]] | + | *ThinkGeo.MapSuite.DesktopEdition.Overlay |
- | ***[[ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay]] | + | ***ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay** |
===== Members Summary ===== | ===== Members Summary ===== | ||
==== Public Constructors ==== | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} WorldMapKitWmsDesktopOverlay() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#WorldMapKitWmsDesktopOverlay()|WorldMapKitWmsDesktopOverlay]] | | | This is the constructor of the class. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#WorldMapKitWmsDesktopOverlay(WorldMapKitLayerType)|WorldMapKitWmsDesktopOverlay]] | [[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]] | | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#WorldMapKitWmsDesktopOverlay(String, String)|WorldMapKitWmsDesktopOverlay]] | String, String | | This is the constructor of the class. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#WorldMapKitWmsDesktopOverlay(WorldMapKitLayerType, String, String)|WorldMapKitWmsDesktopOverlay]] | [[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]], String, String | | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#WorldMapKitWmsDesktopOverlay(WebProxy, String, String)|WorldMapKitWmsDesktopOverlay]] | WebProxy, String, String | | This is the constructor of the class. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#WorldMapKitWmsDesktopOverlay(WorldMapKitLayerType, WebProxy, String, String)|WorldMapKitWmsDesktopOverlay]] | [[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]], WebProxy, String, String | | | | + | |
- | ==== Protected Constructors ==== | + | * //This is the constructor of the class.// |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
+ | * //If you use this constructor, you must set the properties manually before use, otherwise it will use their default values.// | ||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} WorldMapKitWmsDesktopOverlay(WorldMapKitLayerType) ** | ||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#WorldMapKitWmsDesktopOverlay.28WorldMapKitLayerType.29// | ||
+ | == Parameters == | ||
+ | * //layerType// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} WorldMapKitWmsDesktopOverlay(String,String) ** | ||
+ | |||
+ | * //This is the constructor of the class.// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#WorldMapKitWmsDesktopOverlay.28String.2C_String.29// | ||
+ | == Parameters == | ||
+ | * //clientId// | ||
+ | * Type:String | ||
+ | * Description:The clientId for the WMS Server. | ||
+ | |||
+ | * //privateKey// | ||
+ | * Type:String | ||
+ | * Description:The privateKey for the WMS Server. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} WorldMapKitWmsDesktopOverlay(WorldMapKitLayerType,String,String) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#WorldMapKitWmsDesktopOverlay.28WorldMapKitLayerType.2C_String.2C_String.29// | ||
+ | == Parameters == | ||
+ | * //layerType// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //clientId// | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | * //privateKey// | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} WorldMapKitWmsDesktopOverlay(WebProxy,String,String) ** | ||
+ | |||
+ | * //This is the constructor of the class.// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#WorldMapKitWmsDesktopOverlay.28WebProxy.2C_String.2C_String.29// | ||
+ | == Parameters == | ||
+ | * //webProxy// | ||
+ | * Type:WebProxy | ||
+ | * Description:Proxy to use for the WMS Server. | ||
+ | |||
+ | * //clientId// | ||
+ | * Type:String | ||
+ | * Description:The clientId for the WMS Server. | ||
+ | |||
+ | * //privateKey// | ||
+ | * Type:String | ||
+ | * Description:The privateKey for the WMS Server. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} WorldMapKitWmsDesktopOverlay(WorldMapKitLayerType,WebProxy,String,String) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#WorldMapKitWmsDesktopOverlay.28WorldMapKitLayerType.2C_WebProxy.2C_String.2C_String.29// | ||
+ | == Parameters == | ||
+ | * //layerType// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //webProxy// | ||
+ | * Type:WebProxy | ||
+ | * Description:N/A | ||
+ | |||
+ | * //clientId// | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | * //privateKey// | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ==== Protected Constructors ==== | ||
==== Public Methods ==== | ==== Public Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} ClearCache() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ClearCache()|ClearCache]] | | | This method will clear the cache for the Overlay. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Draw(GeoCanvas)|Draw]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | This method draws the Overlay. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawPreview(GeoCanvas)|DrawPreview]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | This method will be used to draw preview tiles to the canvas. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh(GeoCanvas, RectangleShape)|Refresh]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]], [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RequestDrawing(IEnumerable<RectangleShape>, TimeSpan, RequestDrawingBufferTimeType)|RequestDrawing]] | IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>, TimeSpan, [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RequestDrawing(RectangleShape, TimeSpan, RequestDrawingBufferTimeType)|RequestDrawing]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]], TimeSpan, [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RequestDrawing(RectangleShape, TimeSpan)|RequestDrawing]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]], TimeSpan | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RequestDrawing(TimeSpan, RequestDrawingBufferTimeType)|RequestDrawing]] | TimeSpan, [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RequestDrawing(TimeSpan)|RequestDrawing]] | TimeSpan | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RequestDrawing(IEnumerable<RectangleShape>)|RequestDrawing]] | IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RequestDrawing(RectangleShape)|RequestDrawing]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RequestDrawing(IEnumerable<RectangleShape>, TimeSpan)|RequestDrawing]] | IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>, TimeSpan | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RequestDrawing()|RequestDrawing]] | | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | + | |
+ | * //This method will clear the cache for the Overlay.// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#ClearCache.28.29// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Refresh(GeoCanvas,RectangleShape) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#Refresh.28GeoCanvas.2C_RectangleShape.29// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //canvas// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //extent// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} DrawPreview(GeoCanvas) ** | ||
+ | |||
+ | * //This method will be used to draw preview tiles to the canvas.// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#DrawPreview.28GeoCanvas.29// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.DesktopEdition.TilesExistingType|TilesExistingType]] | ||
+ | * Description:The tile existing type, which indicates whether any tiles exist. | ||
+ | |||
+ | == Parameters == | ||
+ | * //canvas// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
+ | * Description:This parameter is the canvas object to draw on. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Draw(GeoCanvas) ** | ||
+ | |||
+ | * //This method draws the Overlay.// | ||
+ | == Remarks == | ||
+ | * //This method is the concrete wrapper for the abstract method DrawCore. This method draws the representation of the overlay based on the extent you provided. 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 == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //canvas// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
+ | * Description:This parameter is the canvas object to draw on. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} RequestDrawing() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} RequestDrawing(RectangleShape) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //extentToRefresh// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} RequestDrawing(IEnumerable<RectangleShape>) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:// | ||
+ | |||
+ | == 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|}} RequestDrawing(TimeSpan) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //bufferTime// | ||
+ | * Type:TimeSpan | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} RequestDrawing(TimeSpan,RequestDrawingBufferTimeType) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:// | ||
+ | |||
+ | == 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|}} RequestDrawing(RectangleShape,TimeSpan) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:// | ||
+ | |||
+ | == 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|}} RequestDrawing(RectangleShape,TimeSpan,RequestDrawingBufferTimeType) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:// | ||
+ | |||
+ | == 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|}} RequestDrawing(IEnumerable<RectangleShape>,TimeSpan) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:// | ||
+ | |||
+ | == 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|}} RequestDrawing(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:// | ||
+ | |||
+ | == 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|}} ToString() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#ToString.28.29// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#Equals.28Object.29// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //obj// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#GetHashCode.28.29// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#GetType.28.29// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Type | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
==== Protected Methods ==== | ==== Protected Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:ProtectedMethod.gif|}} DrawPreviewCore(GeoCanvas) ** |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawAttributionCore(GeoCanvas)|DrawAttributionCore]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawCore(GeoCanvas)|DrawCore]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]](overriden) | This method draws the WorldMapKitDesktopOverlay. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawException(GeoCanvas, Exception)|DrawException]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]], Exception | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | This method will draw on the canvas when an exception occurs during the drawing process. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawExceptionCore(GeoCanvas, Exception)|DrawExceptionCore]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]], Exception | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]](overriden) | 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}}[[#DrawPreviewCore(GeoCanvas)|DrawPreviewCore]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]](overriden) | This method overrides its DrawPreviewCore virtual method in its base class Overlay. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDrawing(DrawingOverlayEventArgs)|OnDrawing]] | [[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | This event will be fired before Overlay is drawn. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDrawingAttribution(DrawingAttributionOverlayEventArgs)|OnDrawingAttribution]] | [[ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDrawn(DrawnOverlayEventArgs)|OnDrawn]] | [[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | This event will be fired after Overlay is drawn. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDrawnAttribution(DrawnAttributionOverlayEventArgs)|OnDrawnAttribution]] | [[ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnRequestedDrawing(RequestedDrawingOverlayEventArgs)|OnRequestedDrawing]] | [[ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]] | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnRequestingDrawing(RequestingDrawingOverlayEventArgs)|OnRequestingDrawing]] | [[ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]] | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnSendingWebRequest(SendingWebRequestEventArgs)|OnSendingWebRequest]] | [[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] | | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnSentWebRequest(SentWebRequestEventArgs)|OnSentWebRequest]] | [[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] | | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RefreshCore(GeoCanvas, RectangleShape)|RefreshCore]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]], [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | | | + | |
- | ==== Public Properties ==== | + | * //This method overrides its DrawPreviewCore virtual method in its base class Overlay.// |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Attribution|Attribution]] | String | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | | | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#DrawPreviewCore.28GeoCanvas.29// |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#AutoRefreshInterval|AutoRefreshInterval]] | TimeSpan | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ClientId|ClientId]] | String | | Gets or sets a value that is your Client Id. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#DrawingExceptionMode|DrawingExceptionMode]] | [[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#DrawingTime|DrawingTime]] | TimeSpan | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | This property gets the last drawing time for the Overlay. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsBase|IsBase]] | Boolean | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | Gets or sets a value that indicates whether the overlay is a base overlay. The default value is false. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsEmpty|IsEmpty]] | Boolean | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | This property can be overridden by its base class. If it is not overridden, its default return value will be false. If this property is empty, we can skip drawing to achieve better performance. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsVisible|IsVisible]] | Boolean | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | Gets or sets a value that indicates whether the overlay is visible on the map. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#LayerType|LayerType]] | [[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]] | | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Lock|Lock]] | [[ThinkGeo.MapSuite.DesktopEdition.OverlayLock|OverlayLock]] | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | This property gets the OverlayLock object. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MapType|MapType]] | [[ThinkGeo.MapSuite.Core.WorldMapKitMapType|WorldMapKitMapType]] | | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Name|Name]] | String | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | Gets or sets the name of the overlay, which can be used to represent a specific overlay. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#PreviewTileCache|PreviewTileCache]] | [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | This property gets or sets the preview tile cache system. In order for this system to work, you must be in multi-threaded mode and have the tile cache set. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#PrivateKey|PrivateKey]] | String | | Gets or sets a value that is unique to your client ID, please keep your key secure. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Projection|Projection]] | [[ThinkGeo.MapSuite.Core.WorldMapKitProjection|WorldMapKitProjection]] | | Gets or sets the Projection of the Overlay. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#TileCache|TileCache]] | [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]](overriden) | Gets or sets the BitmapTileCache for the Overlay. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#WebProxy|WebProxy]] | WebProxy | | This property gets or sets the proxy used for requesting a Web Response. | | + | |
- | ==== Protected Properties ==== | + | == Return Value == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:[[ThinkGeo.MapSuite.DesktopEdition.TilesExistingType|TilesExistingType]] |
+ | * Description:The tile existing type, which indicates whether any tiles exist. | ||
- | ==== Public Events ==== | + | == Parameters == |
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | * //canvas// |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#Drawing|Drawing]] | [[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | This event will be fired before the Overlay is drawn. | | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#DrawingAttribution|DrawingAttribution]] | [[ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | | | + | * Description:This parameter is the canvas object to draw on. |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#Drawn|Drawn]] | [[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | This event will be fired after the Overlay is drawn. | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#DrawnAttribution|DrawnAttribution]] | [[ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#RequestedDrawing|RequestedDrawing]] | [[ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]] | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#RequestingDrawing|RequestingDrawing]] | [[ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]] | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#SendingWebRequest|SendingWebRequest]] | [[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] | | | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#SentWebRequest|SentWebRequest]] | [[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] | | | | + | |
- | ===== Public Constructors ===== | + | <div newline></div> |
- | ==== WorldMapKitWmsDesktopOverlay() ==== | + | ** {{wiki:ProtectedMethod.gif|}} DrawCore(GeoCanvas) ** |
- | This is the constructor of the class. | + | |
- | === Remarks === | + | |
- | If you use this constructor, you must set the properties manually before use, otherwise it will use their default values. | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | [[#Public Constructors|Go Back]] | + | * //This method draws the WorldMapKitDesktopOverlay.// |
- | ==== WorldMapKitWmsDesktopOverlay(WorldMapKitLayerType) ==== | + | == Remarks == |
- | === 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.// |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#WorldMapKitWmsDesktopOverlay.28WorldMapKitLayerType.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#WorldMapKitWmsDesktopOverlay.28WorldMapKitLayerType.29</a> | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | layerType | [[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]]<!-- ThinkGeo.MapSuite.Core.WorldMapKitLayerType --> | | | + | |
- | [[#Public Constructors|Go Back]] | + | == Return Value == |
- | ==== WorldMapKitWmsDesktopOverlay(String, String) ==== | + | * Type:Void |
- | This is the constructor of the class. | + | * 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.DesktopEdition.WorldMapKitWmsDesktopOverlay#WorldMapKitWmsDesktopOverlay.28String.2C_String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#WorldMapKitWmsDesktopOverlay.28String.2C_String.29</a> | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | clientId | String<!-- System.String --> | The clientId for the WMS Server. | | + | |
- | | privateKey | String<!-- System.String --> | The privateKey for the WMS Server. | | + | |
- | [[#Public Constructors|Go Back]] | + | == Parameters == |
- | ==== WorldMapKitWmsDesktopOverlay(WorldMapKitLayerType, String, String) ==== | + | * //canvas// |
- | === Remarks === | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#WorldMapKitWmsDesktopOverlay.28WorldMapKitLayerType.2C_String.2C_String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#WorldMapKitWmsDesktopOverlay.28WorldMapKitLayerType.2C_String.2C_String.29</a> | + | * Description:This parameter is the canvas object or a GeoImage to draw on. |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | layerType | [[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]]<!-- ThinkGeo.MapSuite.Core.WorldMapKitLayerType --> | | | + | |
- | | clientId | String<!-- System.String --> | | | + | |
- | | privateKey | String<!-- System.String --> | | | + | |
- | [[#Public Constructors|Go Back]] | + | <div newline></div> |
- | ==== WorldMapKitWmsDesktopOverlay(WebProxy, String, String) ==== | + | ** {{wiki:ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,Exception) ** |
- | This is the constructor of the class. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#WorldMapKitWmsDesktopOverlay.28WebProxy.2C_String.2C_String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#WorldMapKitWmsDesktopOverlay.28WebProxy.2C_String.2C_String.29</a> | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | webProxy | WebProxy<!-- System.Net.WebProxy --> | Proxy to use for the WMS Server. | | + | |
- | | clientId | String<!-- System.String --> | The clientId for the WMS Server. | | + | |
- | | privateKey | String<!-- System.String --> | The privateKey for the WMS Server. | | + | |
- | [[#Public Constructors|Go Back]] | + | * //This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException.// |
- | ==== WorldMapKitWmsDesktopOverlay(WorldMapKitLayerType, WebProxy, String, String) ==== | + | == Remarks == |
- | === Remarks === | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#DrawExceptionCore.28GeoCanvas.2C_Exception.29// |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#WorldMapKitWmsDesktopOverlay.28WorldMapKitLayerType.2C_WebProxy.2C_String.2C_String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#WorldMapKitWmsDesktopOverlay.28WorldMapKitLayerType.2C_WebProxy.2C_String.2C_String.29</a> | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | layerType | [[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]]<!-- ThinkGeo.MapSuite.Core.WorldMapKitLayerType --> | | | + | |
- | | webProxy | WebProxy<!-- System.Net.WebProxy --> | | | + | |
- | | clientId | String<!-- System.String --> | | | + | |
- | | privateKey | String<!-- System.String --> | | | + | |
- | [[#Public Constructors|Go Back]] | + | == Return Value == |
- | ===== Protected Constructors ===== | + | * Type:Void |
- | ===== Public Methods ===== | + | * Description:N/A |
- | ==== ClearCache() ==== | + | |
- | This method will clear the cache for the Overlay. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#ClearCache.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#ClearCache.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //canvas// |
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
+ | * Description:The target canvas to draw the layer. | ||
- | <!-- ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay --> | + | * //e// |
- | [[#Public Methods|Go Back]] | + | * Type:Exception |
- | ==== Draw(GeoCanvas) ==== | + | * Description:The exception thrown when layer.Draw(). |
- | This method draws the Overlay. | + | |
- | === Remarks === | + | |
- | This method is the concrete wrapper for the abstract method DrawCore. This method draws the representation of the overlay based on the extent you provided.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 ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnSendingWebRequest(SendingWebRequestEventArgs) ** |
- | | canvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | This parameter is the canvas object to draw on. | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== DrawPreview(GeoCanvas) ==== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnSendingWebRequest.28SendingWebRequestEventArgs.29// |
- | This method will be used to draw preview tiles to the canvas. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#DrawPreview.28GeoCanvas.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#DrawPreview.28GeoCanvas.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.DesktopEdition.TilesExistingType|TilesExistingType]]<!-- ThinkGeo.MapSuite.DesktopEdition.TilesExistingType --> | The tile existing type, which indicates whether any tiles exist. | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | canvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | This parameter is the canvas object to draw on. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //e// |
- | ==== Equals(Object) ==== | + | * Type:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] |
- | === 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.DesktopEdition.WorldMapKitWmsDesktopOverlay#Equals.28Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#Equals.28Object.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnSentWebRequest(SentWebRequestEventArgs) ** |
- | | obj | Object<!-- System.Object --> | | | + | |
- | <!-- System.Object --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GetHashCode() ==== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnSentWebRequest.28SentWebRequestEventArgs.29// |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#GetHashCode.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#GetHashCode.28.29</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.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] |
- | === 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.DesktopEdition.WorldMapKitWmsDesktopOverlay#GetType.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#GetType.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Type<!-- System.Type --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnDrawing(DrawingOverlayEventArgs) ** |
- | <!-- System.Object --> | + | * //This event will be fired before Overlay is drawn.// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== Refresh(GeoCanvas, RectangleShape) ==== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnDrawing.28DrawingOverlayEventArgs.29// |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#Refresh.28GeoCanvas.2C_RectangleShape.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#Refresh.28GeoCanvas.2C_RectangleShape.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | canvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | | | + | * Description:N/A |
- | | extent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //e// |
- | ==== RequestDrawing(IEnumerable<RectangleShape>, TimeSpan, RequestDrawingBufferTimeType) ==== | + | * Type:[[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] |
- | === Remarks === | + | * Description:The OverlayDrawingEventArgs passed for the event raised. |
- | 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|}} OnDrawn(DrawnOverlayEventArgs) ** |
- | | extentsToRefresh | IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} --> | | | + | |
- | | bufferTime | TimeSpan<!-- System.TimeSpan --> | | | + | |
- | | bufferTimeType | [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]<!-- ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType --> | | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | * //This event will be fired after Overlay is drawn.// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== RequestDrawing(RectangleShape, TimeSpan, RequestDrawingBufferTimeType) ==== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnDrawn.28DrawnOverlayEventArgs.29// |
- | === 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.DesktopEdition.Overlay --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //e// |
- | ==== RequestDrawing(RectangleShape, TimeSpan) ==== | + | * Type:[[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] |
- | === Remarks === | + | * Description:The OverlayDrawnEventArgs passed for the event raised. |
- | 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(GeoCanvas,RectangleShape) ** |
- | | extentToRefresh | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | | + | |
- | | bufferTime | TimeSpan<!-- System.TimeSpan --> | | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== RequestDrawing(TimeSpan, RequestDrawingBufferTimeType) ==== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#RefreshCore.28GeoCanvas.2C_RectangleShape.29// |
- | === 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 |
- | | bufferTime | TimeSpan<!-- System.TimeSpan --> | | | + | * Description:N/A |
- | | bufferTimeType | [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]<!-- ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType --> | | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //canvas// |
- | ==== RequestDrawing(TimeSpan) ==== | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | === 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 === | + | * //extent// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | | bufferTime | TimeSpan<!-- System.TimeSpan --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} sBM=(GeoCanvas) ** |
- | ==== RequestDrawing(IEnumerable<RectangleShape>) ==== | + | |
- | === 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 == |
- | | extentsToRefresh | IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} --> | | | + | * //N/A// |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== RequestDrawing(RectangleShape) ==== | + | * Description: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 === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //canvas// |
- | | extentToRefresh | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas) ** |
- | ==== RequestDrawing(IEnumerable<RectangleShape>, TimeSpan) ==== | + | |
- | === 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 == |
- | | extentsToRefresh | IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} --> | | | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#DrawAttributionCore.28GeoCanvas.29// |
- | | bufferTime | TimeSpan<!-- System.TimeSpan --> | | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== RequestDrawing() ==== | + | * Description: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 === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //canvas// |
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionOverlayEventArgs) ** |
- | ==== ToString() ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#ToString.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#ToString.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29// | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ===== Protected Methods ===== | + | * Description:N/A |
- | ==== DrawAttributionCore(GeoCanvas) ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#DrawAttributionCore.28GeoCanvas.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#DrawAttributionCore.28GeoCanvas.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //args// |
- | | canvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | | | + | * Type:[[ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionOverlayEventArgs) ** |
- | ==== DrawCore(GeoCanvas) ==== | + | |
- | This method draws the WorldMapKitDesktopOverlay. | + | |
- | === 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. | + | |
- | === 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 --> | This parameter is the canvas object or a GeoImage to draw on. | | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29// |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay(overriden) --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== DrawException(GeoCanvas, Exception) ==== | + | * Description:N/A |
- | This method will draw on the canvas when an exception occurs during the drawing process. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#DrawException.28GeoCanvas.2C_Exception.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#DrawException.28GeoCanvas.2C_Exception.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //args// |
- | | canvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | This parameter is the canvas object to draw on. | | + | * Type:[[ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] |
- | | e | Exception<!-- System.Exception --> | This parameter is the exception that is occurring. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} DrawException(GeoCanvas,Exception) ** |
- | ==== DrawExceptionCore(GeoCanvas, Exception) ==== | + | |
- | This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#DrawExceptionCore.28GeoCanvas.2C_Exception.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#DrawExceptionCore.28GeoCanvas.2C_Exception.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //This method will draw on the canvas when an exception occurs during the drawing process.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | canvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | The target canvas to draw the layer. | | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#DrawException.28GeoCanvas.2C_Exception.29// |
- | | e | Exception<!-- System.Exception --> | The exception thrown when layer.Draw(). | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay(overriden) --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== DrawPreviewCore(GeoCanvas) ==== | + | * Description:N/A |
- | This method overrides its DrawPreviewCore virtual method in its base class Overlay. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#DrawPreviewCore.28GeoCanvas.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#DrawPreviewCore.28GeoCanvas.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.DesktopEdition.TilesExistingType|TilesExistingType]]<!-- ThinkGeo.MapSuite.DesktopEdition.TilesExistingType --> | The tile existing type, which indicates whether any tiles exist. | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //canvas// |
- | | canvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | This parameter is the canvas object to draw on. | | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
+ | * Description:This parameter is the canvas object to draw on. | ||
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay(overriden) --> | + | * //e// |
- | [[#Protected Methods|Go Back]] | + | * Type:Exception |
- | ==== Finalize() ==== | + | * Description:This parameter is the exception that is occurring. |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#Finalize.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#Finalize.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnRequestedDrawing(RequestedDrawingOverlayEventArgs) ** |
- | <!-- System.Object --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== MemberwiseClone() ==== | + | * //For the most updated Info for this topic, please check it here:// |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#MemberwiseClone.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#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]] | + | * //eventArgs// |
- | ==== OnDrawing(DrawingOverlayEventArgs) ==== | + | * Type:[[ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]] |
- | This event will be fired before Overlay is drawn. | + | * 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.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnDrawing.28DrawingOverlayEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnDrawing.28DrawingOverlayEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnRequestingDrawing(RequestingDrawingOverlayEventArgs) ** |
- | | e | [[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs --> | The OverlayDrawingEventArgs passed for the event raised. | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnDrawingAttribution(DrawingAttributionOverlayEventArgs) ==== | + | * //For the most updated Info for this topic, please check it here:// |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | args | [[ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //eventArgs// |
- | ==== OnDrawn(DrawnOverlayEventArgs) ==== | + | * Type:[[ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]] |
- | This event will be fired after Overlay is drawn. | + | * 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.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnDrawn.28DrawnOverlayEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnDrawn.28DrawnOverlayEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
- | | e | [[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs --> | The OverlayDrawnEventArgs passed for the event raised. | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnDrawnAttribution(DrawnAttributionOverlayEventArgs) ==== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#Finalize.28.29// |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | args | [[ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== OnRequestedDrawing(RequestedDrawingOverlayEventArgs) ==== | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
- | === 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 == |
- | | eventArgs | [[ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs --> | | | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#MemberwiseClone.28.29// |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Object |
- | ==== OnRequestingDrawing(RequestingDrawingOverlayEventArgs) ==== | + | * Description: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 === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | eventArgs | [[ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs --> | | | + | ** {{wiki:ProtectedMethod.gif|}}{{wiki:Static.gif|}} HBU=(Bitmap,RectangleShape,RectangleShape,Double,Int32,Int32) ** |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnSendingWebRequest(SendingWebRequestEventArgs) ==== | + | * //N/A// |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnSendingWebRequest.28SendingWebRequestEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnSendingWebRequest.28SendingWebRequestEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] |
- | | e | [[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]]<!-- ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //higherScaleTileImage// |
- | ==== OnSentWebRequest(SentWebRequestEventArgs) ==== | + | * Type:Bitmap |
- | === 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.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnSentWebRequest.28SentWebRequestEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnSentWebRequest.28SentWebRequestEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //higherScaleTileExtent// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | | e | [[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]]<!-- ThinkGeo.MapSuite.Core.SentWebRequestEventArgs --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay --> | + | * //previewExtent// |
- | [[#Protected Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | ==== RefreshCore(GeoCanvas, RectangleShape) ==== | + | * 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.DesktopEdition.WorldMapKitWmsDesktopOverlay#RefreshCore.28GeoCanvas.2C_RectangleShape.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#RefreshCore.28GeoCanvas.2C_RectangleShape.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //previewScale// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Double |
- | | canvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | | | + | * Description:N/A |
- | | extent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | * //previewImageWidth// |
- | [[#Protected Methods|Go Back]] | + | * Type:Int32 |
- | ===== Public Properties ===== | + | * Description:N/A |
- | ==== Attribution ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#DrawAttributionCore.28GeoCanvas.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#DrawAttributionCore.28GeoCanvas.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | * //previewImageHeight// |
- | [[#Public Properties|Go Back]] | + | * Type:Int32 |
- | ==== AutoRefreshInterval ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | TimeSpan<!-- System.TimeSpan --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | <div newline></div> |
- | [[#Public Properties|Go Back]] | + | ==== Public Properties ==== |
- | ==== ClientId ==== | + | ** {{wiki:PublicProperty.gif|}} ClientId ** |
- | Gets or sets a value that is your Client Id. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#ClientId" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#ClientId</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay --> | + | * //Gets or sets a value that is your Client Id.// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== DrawingExceptionMode ==== | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#ClientId// |
- | This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. | + | == Return Value == |
- | === Remarks === | + | * Type:String |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#DrawingExceptionMode" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#DrawingExceptionMode</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]<!-- ThinkGeo.MapSuite.Core.DrawingExceptionMode --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} PrivateKey ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== DrawingTime ==== | + | |
- | This property gets the last drawing time for the Overlay. | + | |
- | === Remarks === | + | |
- | We track the drawing time for the Overlay and report it back in this method. This is useful to determine the speed of various Overlays. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | TimeSpan<!-- System.TimeSpan --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | * //Gets or sets a value that is unique to your client ID, please keep your key secure.// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== IsBase ==== | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#PrivateKey// |
- | Gets or sets a value that indicates whether the overlay is a base overlay. The default value is false. | + | == Return Value == |
- | === Remarks === | + | * Type:String |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#IsBase" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#IsBase</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} LayerType ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== IsEmpty ==== | + | |
- | This property can be overridden by its base class. If it is not overridden, its default return value will be false. If this property is empty, we can skip drawing to achieve better performance. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#IsEmpty" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#IsEmpty</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | * //N/A// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== IsVisible ==== | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#WorldMapKitWmsDesktopOverlay.28WorldMapKitLayerType.29// |
- | Gets or sets a value that indicates whether the overlay is visible on the map. | + | == Return Value == |
- | === Remarks === | + | * Type:[[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]] |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#IsVisible" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#IsVisible</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} MapType ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== LayerType ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#WorldMapKitWmsDesktopOverlay.28WorldMapKitLayerType.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#WorldMapKitWmsDesktopOverlay.28WorldMapKitLayerType.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]]<!-- ThinkGeo.MapSuite.Core.WorldMapKitLayerType --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay --> | + | * //N/A// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== Lock ==== | + | * //For the most updated Info for this topic, please check it here:// |
- | This property gets the OverlayLock object. | + | == Return Value == |
- | === Remarks === | + | * Type:[[ThinkGeo.MapSuite.Core.WorldMapKitMapType|WorldMapKitMapType]] |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#Lock" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#Lock</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.DesktopEdition.OverlayLock|OverlayLock]]<!-- ThinkGeo.MapSuite.DesktopEdition.OverlayLock --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} Projection ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== MapType ==== | + | * //Gets or sets the Projection of the Overlay.// |
- | === Remarks === | + | == Remarks == |
- | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#Projection// |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:[[ThinkGeo.MapSuite.Core.WorldMapKitProjection|WorldMapKitProjection]] |
- | | [[ThinkGeo.MapSuite.Core.WorldMapKitMapType|WorldMapKitMapType]]<!-- ThinkGeo.MapSuite.Core.WorldMapKitMapType --> | | + | |
+ | ** {{wiki:PublicProperty.gif|}} TileCache ** | ||
+ | |||
+ | * //Gets or sets the BitmapTileCache for the Overlay.// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#PreviewTileCache// | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} WebProxy ** | ||
+ | |||
+ | * //This property gets or sets the proxy used for requesting a Web Response.// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#WorldMapKitWmsDesktopOverlay.28WebProxy.2C_String.2C_String.29// | ||
+ | == Return Value == | ||
+ | * Type:WebProxy | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Attribution ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#DrawAttributionCore.28GeoCanvas.29// | ||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Lock ** | ||
+ | |||
+ | * //This property gets the OverlayLock object.// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#Lock// | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.DesktopEdition.OverlayLock|OverlayLock]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsBase ** | ||
+ | |||
+ | * //Gets or sets a value that indicates whether the overlay is a base overlay. The default value is false.// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#IsBase// | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} DrawingExceptionMode ** | ||
+ | |||
+ | * //This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing.// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#DrawingExceptionMode// | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsVisible ** | ||
+ | |||
+ | * //Gets or sets a value that indicates whether the overlay is visible on the map.// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#IsVisible// | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Name ** | ||
+ | |||
+ | * //Gets or sets the name of the overlay, which can be used to represent a specific overlay.// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#Name// | ||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} PreviewTileCache ** | ||
+ | |||
+ | * //This property gets or sets the preview tile cache system. In order for this system to work, you must be in multi-threaded mode and have the tile cache set.// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#PreviewTileCache// | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsEmpty ** | ||
+ | |||
+ | * //This property can be overridden by its base class. If it is not overridden, its default return value will be false. If this property is empty, we can skip drawing to achieve better performance.// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#IsEmpty// | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} DrawingTime ** | ||
+ | |||
+ | * //This property gets the last drawing time for the Overlay.// | ||
+ | == Remarks == | ||
+ | * //We track the drawing time for the Overlay and report it back in this method. This is useful to determine the speed of various Overlays.// | ||
+ | == Return Value == | ||
+ | * Type:TimeSpan | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} AutoRefreshInterval ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:// | ||
+ | == Return Value == | ||
+ | * Type:TimeSpan | ||
+ | |||
+ | ==== Protected Properties ==== | ||
+ | ** {{wiki:ProtectedProperty.gif|}} rxM= ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] | ||
+ | |||
+ | ==== Public Events ==== | ||
+ | ** {{wiki:PublicEvent.gif|}} SendingWebRequest ** | ||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnSendingWebRequest.28SendingWebRequestEventArgs.29// | ||
- | <!-- ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] |
- | [[#Public Properties|Go Back]] | + | |
- | ==== Name ==== | + | |
- | Gets or sets the name of the overlay, which can be used to represent a specific overlay. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#Name" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#Name</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | ** {{wiki:PublicEvent.gif|}} SentWebRequest ** |
- | [[#Public Properties|Go Back]] | + | * //N/A// |
- | ==== PreviewTileCache ==== | + | == Remarks == |
- | This property gets or sets the preview tile cache system. In order for this system to work, you must be in multi-threaded mode and have the tile cache set. | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnSentWebRequest.28SentWebRequestEventArgs.29// |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#PreviewTileCache" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#PreviewTileCache</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]<!-- ThinkGeo.MapSuite.Core.BitmapTileCache --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] |
- | [[#Public Properties|Go Back]] | + | |
- | ==== PrivateKey ==== | + | |
- | Gets or sets a value that is unique to your client ID, please keep your key secure. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#PrivateKey" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#PrivateKey</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay --> | + | ** {{wiki:PublicEvent.gif|}} Drawing ** |
- | [[#Public Properties|Go Back]] | + | * //This event will be fired before the Overlay is drawn.// |
- | ==== Projection ==== | + | == Remarks == |
- | Gets or sets the Projection of the Overlay. | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnDrawing.28DrawingOverlayEventArgs.29// |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#Projection" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#Projection</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.WorldMapKitProjection|WorldMapKitProjection]]<!-- ThinkGeo.MapSuite.Core.WorldMapKitProjection --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] |
- | [[#Public Properties|Go Back]] | + | |
- | ==== TileCache ==== | + | |
- | Gets or sets the BitmapTileCache for the Overlay. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#PreviewTileCache" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#PreviewTileCache</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]<!-- ThinkGeo.MapSuite.Core.BitmapTileCache --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay(overriden) --> | + | ** {{wiki:PublicEvent.gif|}} Drawn ** |
- | [[#Public Properties|Go Back]] | + | * //This event will be fired after the Overlay is drawn.// |
- | ==== WebProxy ==== | + | == Remarks == |
- | This property gets or sets the proxy used for requesting a Web Response. | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnDrawn.28DrawnOverlayEventArgs.29// |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#WorldMapKitWmsDesktopOverlay.28WebProxy.2C_String.2C_String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#WorldMapKitWmsDesktopOverlay.28WebProxy.2C_String.2C_String.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | WebProxy<!-- System.Net.WebProxy --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] |
- | [[#Public Properties|Go Back]] | + | |
- | ===== Protected Properties ===== | + | |
- | ===== Public Events ===== | + | |
- | ==== Drawing ==== | + | |
- | This event will be fired before 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.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnDrawing.28DrawingOverlayEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnDrawing.28DrawingOverlayEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | ** {{wiki:PublicEvent.gif|}} DrawingAttribution ** |
- | [[#Public Events|Go Back]] | + | * //N/A// |
- | ==== DrawingAttribution ==== | + | == Remarks == |
- | === Remarks === | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29// |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | ==== Drawn ==== | + | |
- | This event will be fired 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.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnDrawn.28DrawnOverlayEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnDrawn.28DrawnOverlayEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | ** {{wiki:PublicEvent.gif|}} DrawnAttribution ** |
- | [[#Public Events|Go Back]] | + | * //N/A// |
- | ==== DrawnAttribution ==== | + | == Remarks == |
- | === Remarks === | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29// |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | ==== RequestedDrawing ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | ** {{wiki:PublicEvent.gif|}} RequestedDrawing ** |
- | [[#Public Events|Go Back]] | + | * //N/A// |
- | ==== RequestingDrawing ==== | + | == Remarks == |
- | === Remarks === | + | * //For the most updated Info for this topic, please check it here:// |
- | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | ==== SendingWebRequest ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnSendingWebRequest.28SendingWebRequestEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnSendingWebRequest.28SendingWebRequestEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]]<!-- ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay --> | + | ** {{wiki:PublicEvent.gif|}} RequestingDrawing ** |
- | [[#Public Events|Go Back]] | + | * //N/A// |
- | ==== SentWebRequest ==== | + | == Remarks == |
- | === Remarks === | + | * //For the most updated Info for this topic, please check it here:// |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnSentWebRequest.28SentWebRequestEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay#OnSentWebRequest.28SentWebRequestEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]]<!-- ThinkGeo.MapSuite.Core.SentWebRequestEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | __NOTOC__ | ||
- | [[Category:DesktopEdition]] | ||
- | [[Category:ThinkGeo.MapSuite.DesktopEdition]] | ||
- | [[Category:UpdateDocumentation]] | ||