ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> This class is used in Desktop Edition to access the WorldMapKit Web Map Service (WMS).
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>
*System.Object ThinkGeo.MapSuite.DesktopEdition.Overlay *ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | This is the constructor of the class. | ||
![]() | WorldMapKitLayerType | ||
![]() | String, String | This is the constructor of the class. | |
![]() | WorldMapKitLayerType, String, String | ||
![]() | WebProxy, String, String | This is the constructor of the class. | |
![]() | WorldMapKitLayerType, WebProxy, String, String |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | This method will clear the cache for the Overlay. | ||
![]() | GeoCanvas | Overlay | This method draws the Overlay. |
![]() | GeoCanvas | Overlay | This method will be used to draw preview tiles to the canvas. |
![]() | Object | Object | |
![]() | Object | ||
![]() | Object | ||
![]() | GeoCanvas, RectangleShape | Overlay | |
![]() | IEnumerable<RectangleShape>, TimeSpan, RequestDrawingBufferTimeType | Overlay | |
![]() | RectangleShape, TimeSpan, RequestDrawingBufferTimeType | Overlay | |
![]() | RectangleShape, TimeSpan | Overlay | |
![]() | TimeSpan, RequestDrawingBufferTimeType | Overlay | |
![]() | TimeSpan | Overlay | |
![]() | IEnumerable<RectangleShape> | Overlay | |
![]() | RectangleShape | Overlay | |
![]() | IEnumerable<RectangleShape>, TimeSpan | Overlay | |
![]() | Overlay | ||
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | GeoCanvas | Overlay | |
![]() | GeoCanvas | Overlay(overriden) | This method draws the WorldMapKitDesktopOverlay. |
![]() | GeoCanvas, Exception | Overlay | This method will draw on the canvas when an exception occurs during the drawing process. |
![]() | GeoCanvas, Exception | 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. |
![]() | GeoCanvas | Overlay(overriden) | This method overrides its DrawPreviewCore virtual method in its base class Overlay. |
![]() | Object | ||
![]() | Object | ||
![]() | DrawingOverlayEventArgs | Overlay | This event will be fired before Overlay is drawn. |
![]() | DrawingAttributionOverlayEventArgs | Overlay | |
![]() | DrawnOverlayEventArgs | Overlay | This event will be fired after Overlay is drawn. |
![]() | DrawnAttributionOverlayEventArgs | Overlay | |
![]() | RequestedDrawingOverlayEventArgs | Overlay | |
![]() | RequestingDrawingOverlayEventArgs | Overlay | |
![]() | SendingWebRequestEventArgs | ||
![]() | SentWebRequestEventArgs | ||
![]() | GeoCanvas, RectangleShape | Overlay |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | String | Overlay | |
![]() | TimeSpan | Overlay | |
![]() | String | Gets or sets a value that is your Client Id. | |
![]() | DrawingExceptionMode | Overlay | This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. |
![]() | TimeSpan | Overlay | This property gets the last drawing time for the Overlay. |
![]() | Boolean | Overlay | Gets or sets a value that indicates whether the overlay is a base overlay. The default value is false. |
![]() | Boolean | 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. |
![]() | Boolean | Overlay | Gets or sets a value that indicates whether the overlay is visible on the map. |
![]() | WorldMapKitLayerType | ||
![]() | OverlayLock | Overlay | This property gets the OverlayLock object. |
![]() | WorldMapKitMapType | ||
![]() | String | Overlay | Gets or sets the name of the overlay, which can be used to represent a specific overlay. |
![]() | BitmapTileCache | 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. |
![]() | String | Gets or sets a value that is unique to your client ID, please keep your key secure. | |
![]() | WorldMapKitProjection | Gets or sets the Projection of the Overlay. | |
![]() | BitmapTileCache | Overlay(overriden) | Gets or sets the BitmapTileCache for the Overlay. |
![]() | WebProxy | This property gets or sets the proxy used for requesting a Web Response. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|---|---|---|
![]() | DrawingOverlayEventArgs | Overlay | This event will be fired before the Overlay is drawn. |
![]() | DrawingAttributionOverlayEventArgs | Overlay | |
![]() | DrawnOverlayEventArgs | Overlay | This event will be fired after the Overlay is drawn. |
![]() | DrawnAttributionOverlayEventArgs | Overlay | |
![]() | RequestedDrawingOverlayEventArgs | Overlay | |
![]() | RequestingDrawingOverlayEventArgs | Overlay | |
![]() | SendingWebRequestEventArgs | ||
![]() | SentWebRequestEventArgs |
This is the constructor of the class.
If you use this constructor, you must set the properties manually before use, otherwise it will use their default values.
Name | Type | Description |
---|
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>
Name | Type | Description |
---|---|---|
layerType | WorldMapKitLayerType<!– ThinkGeo.MapSuite.Core.WorldMapKitLayerType –> |
This is the constructor of the class.
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>
Name | Type | Description |
---|---|---|
clientId | String<!– System.String –> | The clientId for the WMS Server. |
privateKey | String<!– System.String –> | The privateKey for the WMS Server. |
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>
Name | Type | Description |
---|---|---|
layerType | WorldMapKitLayerType<!– ThinkGeo.MapSuite.Core.WorldMapKitLayerType –> | |
clientId | String<!– System.String –> | |
privateKey | String<!– System.String –> |
This is the constructor of the class.
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>
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. |
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>
Name | Type | Description |
---|---|---|
layerType | WorldMapKitLayerType<!– ThinkGeo.MapSuite.Core.WorldMapKitLayerType –> | |
webProxy | WebProxy<!– System.Net.WebProxy –> | |
clientId | String<!– System.String –> | |
privateKey | String<!– System.String –> |
This method will clear the cache for the Overlay.
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 Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay –> Go Back
This method draws the Overlay.
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 Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | This parameter is the canvas object to draw on. |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
This method will be used to draw preview tiles to the canvas.
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 Type | Description |
---|---|
TilesExistingType<!– ThinkGeo.MapSuite.DesktopEdition.TilesExistingType –> | The tile existing type, which indicates whether any tiles exist. |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | This parameter is the canvas object to draw on. |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
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 Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
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 Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
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 Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
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 Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | |
extent | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
extentsToRefresh | IEnumerable<RectangleShape><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} –> | |
bufferTime | TimeSpan<!– System.TimeSpan –> | |
bufferTimeType | RequestDrawingBufferTimeType<!– ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
extentToRefresh | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
bufferTime | TimeSpan<!– System.TimeSpan –> | |
bufferTimeType | RequestDrawingBufferTimeType<!– ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
extentToRefresh | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
bufferTime | TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
bufferTime | TimeSpan<!– System.TimeSpan –> | |
bufferTimeType | RequestDrawingBufferTimeType<!– ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
bufferTime | TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
extentsToRefresh | IEnumerable<RectangleShape><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
extentToRefresh | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
extentsToRefresh | IEnumerable<RectangleShape><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} –> | |
bufferTime | TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
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 Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
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 Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
This method draws the WorldMapKitDesktopOverlay.
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 Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | This parameter is the canvas object or a GeoImage to draw on. |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay(overriden) –> Go Back
This method will draw on the canvas when an exception occurs during the drawing process.
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 Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | This parameter is the canvas object to draw on. |
e | Exception<!– System.Exception –> | This parameter is the exception that is occurring. |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> 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.
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 Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | The target canvas to draw the layer. |
e | Exception<!– System.Exception –> | The exception thrown when layer.Draw(). |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay(overriden) –> Go Back
This method overrides its DrawPreviewCore virtual method in its base class Overlay.
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 Type | Description |
---|---|
TilesExistingType<!– ThinkGeo.MapSuite.DesktopEdition.TilesExistingType –> | The tile existing type, which indicates whether any tiles exist. |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | This parameter is the canvas object to draw on. |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay(overriden) –> Go Back
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 Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
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 Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This event will be fired before Overlay is drawn.
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 Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | DrawingOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs –> | The OverlayDrawingEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
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 Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
args | DrawingAttributionOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
This event will be fired after Overlay is drawn.
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 Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | DrawnOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs –> | The OverlayDrawnEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
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 Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
args | DrawnAttributionOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
eventArgs | RequestedDrawingOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
eventArgs | RequestingDrawingOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
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 Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | SendingWebRequestEventArgs<!– ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay –> Go Back
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 Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | SentWebRequestEventArgs<!– ThinkGeo.MapSuite.Core.SentWebRequestEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay –> Go Back
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 Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | |
extent | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
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 Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type |
---|
TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
Gets or sets a value that is your Client Id.
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 Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay –> Go Back
This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing.
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 Type |
---|
DrawingExceptionMode<!– ThinkGeo.MapSuite.Core.DrawingExceptionMode –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
This property gets the last drawing time for the Overlay.
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 Type |
---|
TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
Gets or sets a value that indicates whether the overlay is a base overlay. The default value is false.
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 Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
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.
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 Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
Gets or sets a value that indicates whether the overlay is visible on the map.
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 Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
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 Type |
---|
WorldMapKitLayerType<!– ThinkGeo.MapSuite.Core.WorldMapKitLayerType –> |
<!– ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay –> Go Back
This property gets the OverlayLock object.
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 Type |
---|
OverlayLock<!– ThinkGeo.MapSuite.DesktopEdition.OverlayLock –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type |
---|
WorldMapKitMapType<!– ThinkGeo.MapSuite.Core.WorldMapKitMapType –> |
<!– ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay –> Go Back
Gets or sets the name of the overlay, which can be used to represent a specific overlay.
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 Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
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:<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 Type |
---|
BitmapTileCache<!– ThinkGeo.MapSuite.Core.BitmapTileCache –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
Gets or sets a value that is unique to your client ID, please keep your key secure.
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 Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay –> Go Back
Gets or sets the Projection of the Overlay.
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 Type |
---|
WorldMapKitProjection<!– ThinkGeo.MapSuite.Core.WorldMapKitProjection –> |
<!– ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay –> Go Back
Gets or sets the BitmapTileCache for the Overlay.
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 Type |
---|
BitmapTileCache<!– ThinkGeo.MapSuite.Core.BitmapTileCache –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay(overriden) –> Go Back
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:<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 Type |
---|
WebProxy<!– System.Net.WebProxy –> |
<!– ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay –> Go Back
This event will be fired before the Overlay is drawn.
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 |
---|
DrawingOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
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 |
---|
DrawingAttributionOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
This event will be fired after the Overlay is drawn.
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 |
---|
DrawnOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
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 |
---|
DrawnAttributionOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Event Arguments |
---|
RequestedDrawingOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Event Arguments |
---|
RequestingDrawingOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
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 |
---|
SendingWebRequestEventArgs<!– ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay –> Go Back
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 |
---|
SentWebRequestEventArgs<!– ThinkGeo.MapSuite.Core.SentWebRequestEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay –> Go Back
NOTOC DesktopEdition ThinkGeo.MapSuite.DesktopEdition UpdateDocumentation