User Tools

Site Tools


thinkgeo.mapsuite.desktopedition.tiledwmsoverlay

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.desktopedition.tiledwmsoverlay [2015/09/22 08:13]
admin
thinkgeo.mapsuite.desktopedition.tiledwmsoverlay [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay ====== ====== ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This class is used in Desktop Edition to access the WMS Server. This class is used in Desktop Edition to access the WMS Server.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 648: Line 651:
 ** {{wiki:​PublicProperty.gif|}} ClientId ** ** {{wiki:​PublicProperty.gif|}} ClientId **
  
-Gets or sets a value that is your Client Id.+  * //Gets or sets a value that is your Client Id.//
 == Remarks == == Remarks ==
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​ClientId+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​ClientId//
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 656: Line 659:
 ** {{wiki:​PublicProperty.gif|}} PrivateKey ** ** {{wiki:​PublicProperty.gif|}} PrivateKey **
  
-Gets or sets a value that is unique to your client ID, please keep your key secure.+  * //Gets or sets a value that is unique to your client ID, please keep your key secure.//
 == Remarks == == Remarks ==
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​PrivateKey+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​PrivateKey//
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 664: Line 667:
 ** {{wiki:​PublicProperty.gif|}} ActiveLayerNames ** ** {{wiki:​PublicProperty.gif|}} ActiveLayerNames **
  
-This property represents the available layers that can be requested from the client and shown on the map.+  * //This property represents the available layers that can be requested from the client and shown on the map.//
 == Remarks == == Remarks ==
-When requesting a map, a client may specify the layers to be shown on the map.+  * //When requesting a map, a client may specify the layers to be shown on the map.//
 == Return Value == == Return Value ==
   * Type:​Collection<​String>​   * Type:​Collection<​String>​
Line 672: Line 675:
 ** {{wiki:​PublicProperty.gif|}} ActiveStyleNames ** ** {{wiki:​PublicProperty.gif|}} ActiveStyleNames **
  
-This property represents the available styles that can be requested from the client and shown on the map.+  * //This property represents the available styles that can be requested from the client and shown on the map.//
 == Remarks == == Remarks ==
-When requesting a map, a client may specify the styles to be shown on the map.+  * //When requesting a map, a client may specify the styles to be shown on the map.//
 == Return Value == == Return Value ==
   * Type:​Collection<​String>​   * Type:​Collection<​String>​
Line 680: Line 683:
 ** {{wiki:​PublicProperty.gif|}} Parameters ** ** {{wiki:​PublicProperty.gif|}} Parameters **
  
-This property specifies a dictionary used to update the request sent from the client to the WMS server.+  * //This property specifies a dictionary used to update the request sent from the client to the WMS server.//
 == Remarks == == Remarks ==
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​Parameters+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​Parameters//
 == Return Value == == Return Value ==
   * Type:​Dictionary<​String,​String>​   * Type:​Dictionary<​String,​String>​
Line 688: Line 691:
 ** {{wiki:​PublicProperty.gif|}} TileCache ** ** {{wiki:​PublicProperty.gif|}} TileCache **
  
-Gets or sets the BitmapTileCache for the Overlay.+  * //Gets or sets the BitmapTileCache for the Overlay.//
 == Remarks == == Remarks ==
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​PreviewTileCache+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​PreviewTileCache//
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]   * Type:​[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]
Line 696: Line 699:
 ** {{wiki:​PublicProperty.gif|}} WebProxy ** ** {{wiki:​PublicProperty.gif|}} WebProxy **
  
-This property gets or sets the proxy used for requesting a Web Response.+  * //This property gets or sets the proxy used for requesting a Web Response.//
 == Remarks == == Remarks ==
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​TiledWmsOverlay.28Uri.2C_WebProxy.29+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​TiledWmsOverlay.28Uri.2C_WebProxy.29//
 == Return Value == == Return Value ==
   * Type:​WebProxy   * Type:​WebProxy
Line 704: Line 707:
 ** {{wiki:​PublicProperty.gif|}} ServerUri ** ** {{wiki:​PublicProperty.gif|}} ServerUri **
  
-This property specifies the URI of the WMS server.+  * //This property specifies the URI of the WMS server.//
 == Remarks == == Remarks ==
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​ServerUri+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​ServerUri//
 == Return Value == == Return Value ==
   * Type:Uri   * Type:Uri
Line 712: Line 715:
 ** {{wiki:​PublicProperty.gif|}} AxisOrder ** ** {{wiki:​PublicProperty.gif|}} AxisOrder **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​AxisOrder+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​AxisOrder//
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.WmsAxisOrder|WmsAxisOrder]]   * Type:​[[ThinkGeo.MapSuite.Core.WmsAxisOrder|WmsAxisOrder]]
Line 720: Line 723:
 ** {{wiki:​PublicProperty.gif|}} CapabilitiesCacheTimeout ** ** {{wiki:​PublicProperty.gif|}} CapabilitiesCacheTimeout **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​CapabilitiesCacheTimeout+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​CapabilitiesCacheTimeout//
 == Return Value == == Return Value ==
   * Type:​TimeSpan   * Type:​TimeSpan
Line 728: Line 731:
 ** {{wiki:​PublicProperty.gif|}} Attribution ** ** {{wiki:​PublicProperty.gif|}} Attribution **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​DrawAttributionCore.28GeoCanvas.29+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​DrawAttributionCore.28GeoCanvas.29//
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 736: Line 739:
 ** {{wiki:​PublicProperty.gif|}} Lock ** ** {{wiki:​PublicProperty.gif|}} Lock **
  
-This property gets the OverlayLock object.+  * //This property gets the OverlayLock object.//
 == Remarks == == Remarks ==
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​Lock+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​Lock//
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.DesktopEdition.OverlayLock|OverlayLock]]   * Type:​[[ThinkGeo.MapSuite.DesktopEdition.OverlayLock|OverlayLock]]
Line 744: Line 747:
 ** {{wiki:​PublicProperty.gif|}} IsBase ** ** {{wiki:​PublicProperty.gif|}} IsBase **
  
-Gets or sets a value that indicates whether the overlay is a base overlay. The default value is false.+  * //Gets or sets a value that indicates whether the overlay is a base overlay. The default value is false.//
 == Remarks == == Remarks ==
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​IsBase+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​IsBase//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 752: Line 755:
 ** {{wiki:​PublicProperty.gif|}} DrawingExceptionMode ** ** {{wiki:​PublicProperty.gif|}} DrawingExceptionMode **
  
-This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing.+  * //This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing.//
 == Remarks == == Remarks ==
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​DrawingExceptionMode+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​DrawingExceptionMode//
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]   * Type:​[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]
Line 760: Line 763:
 ** {{wiki:​PublicProperty.gif|}} IsVisible ** ** {{wiki:​PublicProperty.gif|}} IsVisible **
  
-Gets or sets a value that indicates whether the overlay is visible on the map.+  * //Gets or sets a value that indicates whether the overlay is visible on the map.//
 == Remarks == == Remarks ==
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​IsVisible+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​IsVisible//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 768: Line 771:
 ** {{wiki:​PublicProperty.gif|}} Name ** ** {{wiki:​PublicProperty.gif|}} Name **
  
-Gets or sets the name of the overlay, which can be used to represent a specific overlay.+  * //Gets or sets the name of the overlay, which can be used to represent a specific overlay.//
 == Remarks == == Remarks ==
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​ActiveLayerNames+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​ActiveLayerNames//
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 776: Line 779:
 ** {{wiki:​PublicProperty.gif|}} PreviewTileCache ** ** {{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.+  * //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 == == Remarks ==
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​PreviewTileCache+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​PreviewTileCache//
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]   * Type:​[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]
Line 784: Line 787:
 ** {{wiki:​PublicProperty.gif|}} IsEmpty ** ** {{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.+  * //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 == == Remarks ==
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​IsEmpty+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​IsEmpty//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 792: Line 795:
 ** {{wiki:​PublicProperty.gif|}} DrawingTime ** ** {{wiki:​PublicProperty.gif|}} DrawingTime **
  
-This property gets the last drawing time for the Overlay.+  * //This property gets the last drawing time for the Overlay.//
 == Remarks == == 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.+  * //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 Value ==
   * Type:​TimeSpan   * Type:​TimeSpan
Line 800: Line 803:
 ** {{wiki:​PublicProperty.gif|}} AutoRefreshInterval ** ** {{wiki:​PublicProperty.gif|}} AutoRefreshInterval **
  
-N/A+  * //N/A//
 == 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://
 == Return Value == == Return Value ==
   * Type:​TimeSpan   * Type:​TimeSpan
Line 809: Line 812:
 ** {{wiki:​ProtectedProperty.gif|}} rxM= ** ** {{wiki:​ProtectedProperty.gif|}} rxM= **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]]   * Type:​[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]]
Line 817: Line 820:
 ==== Public Events ==== ==== Public Events ====
 ** {{wiki:​PublicEvent.gif|}} SendingWebRequest ** ** {{wiki:​PublicEvent.gif|}} SendingWebRequest **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​OnSendingWebRequest.28SendingWebRequestEventArgs.29+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​OnSendingWebRequest.28SendingWebRequestEventArgs.29//
  
 Event Arguments:​[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} SentWebRequest ** ** {{wiki:​PublicEvent.gif|}} SentWebRequest **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​OnSentWebRequest.28SentWebRequestEventArgs.29+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​OnSentWebRequest.28SentWebRequestEventArgs.29//
  
 Event Arguments:​[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} Drawing ** ** {{wiki:​PublicEvent.gif|}} Drawing **
-This event will be fired before the Overlay is drawn.+  * //This event will be fired before the Overlay is drawn.//
 == Remarks == == Remarks ==
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​OnDrawing.28DrawingOverlayEventArgs.29+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​OnDrawing.28DrawingOverlayEventArgs.29//
  
 Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} Drawn ** ** {{wiki:​PublicEvent.gif|}} Drawn **
-This event will be fired after the Overlay is drawn.+  * //This event will be fired after the Overlay is drawn.//
 == Remarks == == Remarks ==
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​OnDrawn.28DrawnOverlayEventArgs.29+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​OnDrawn.28DrawnOverlayEventArgs.29//
  
 Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} DrawingAttribution ** ** {{wiki:​PublicEvent.gif|}} DrawingAttribution **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29//
  
 Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} DrawnAttribution ** ** {{wiki:​PublicEvent.gif|}} DrawnAttribution **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TiledWmsOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29//
  
 Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} RequestedDrawing ** ** {{wiki:​PublicEvent.gif|}} RequestedDrawing **
-N/A+  * //N/A//
 == 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://
  
 Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} RequestingDrawing ** ** {{wiki:​PublicEvent.gif|}} RequestingDrawing **
-N/A+  * //N/A//
 == 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://
  
 Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]]
  
  
thinkgeo.mapsuite.desktopedition.tiledwmsoverlay.1442909580.txt.gz ยท Last modified: 2015/09/22 08:13 by admin