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 –>
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay</a>
*System.Object ThinkGeo.MapSuite.DesktopEdition.Overlay *ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | |||
![]() | IEnumerable<Uri> | ||
![]() | IEnumerable<Uri>, WebProxy | ||
![]() | IEnumerable<Uri>, WebProxy, WmtsSeverEncodingType |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | GeoCanvas | Overlay | This method draws the Overlay. |
![]() | GeoCanvas | Overlay | This method will be used to draw preview tiles to the canvas. |
![]() | Object | Object | |
![]() | Object | ||
![]() | String | ||
![]() | RectangleShape, Int32, Int32 | ||
![]() | |||
![]() | |||
![]() | |||
![]() | |||
![]() | Object | ||
![]() | GeoCanvas, RectangleShape | Overlay | |
![]() | RectangleShape, TimeSpan, RequestDrawingBufferTimeType | Overlay | |
![]() | IEnumerable<RectangleShape>, TimeSpan | Overlay | |
![]() | IEnumerable<RectangleShape>, TimeSpan, RequestDrawingBufferTimeType | Overlay | |
![]() | TimeSpan, RequestDrawingBufferTimeType | Overlay | |
![]() | IEnumerable<RectangleShape> | Overlay | |
![]() | RectangleShape | Overlay | |
![]() | Overlay | ||
![]() | RectangleShape, TimeSpan | Overlay | |
![]() | TimeSpan | Overlay | |
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | String | ||
![]() | String | ||
![]() | String | Overlay | |
![]() | TimeSpan | Overlay | |
![]() | TimeSpan | ||
![]() | ICredentials | ||
![]() | 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. |
![]() | OverlayLock | Overlay | This property gets the OverlayLock object. |
![]() | Double | ||
![]() | String | Overlay | Gets or sets the name of the overlay, which can be used to represent a specific overlay. |
![]() | String | ||
![]() | Dictionary<String,String> | ||
![]() | 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. |
![]() | Collection<Uri> | ||
![]() | BitmapTileCache | ||
![]() | String | ||
![]() | Int32 | ||
![]() | Double | ||
![]() | WebProxy | ||
![]() | WmtsSeverEncodingType |
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 |
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#WmtsOverlay.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#WmtsOverlay.28.29</a>
Name | Type | Description |
---|
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Name | Type | Description |
---|---|---|
serverUris | IEnumerable<Uri><!– System.Collections.Generic.IEnumerable{System.Uri} –> |
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Name | Type | Description |
---|---|---|
serverUris | IEnumerable<Uri><!– System.Collections.Generic.IEnumerable{System.Uri} –> | |
webProxy | WebProxy<!– System.Net.WebProxy –> |
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Name | Type | Description |
---|---|---|
serverUris | IEnumerable<Uri><!– System.Collections.Generic.IEnumerable{System.Uri} –> | |
webProxy | WebProxy<!– System.Net.WebProxy –> | |
wmtsSeverEncodingType | WmtsSeverEncodingType<!– ThinkGeo.MapSuite.Core.WmtsSeverEncodingType –> |
This method draws the Overlay.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#Draw.28GeoCanvas.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#Draw.28GeoCanvas.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. |
<!– 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.WmtsOverlay#DrawPreview.28GeoCanvas.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#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.WmtsOverlay#Equals.28Object.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#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.WmtsOverlay#GetHashCode.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#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.WmtsOverlay#GetLayerOutputFormats.28String.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#GetLayerOutputFormats.28String.29</a>
Return Type | Description |
---|---|
Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –> |
Name | Type | Description |
---|---|---|
layerName | String<!– System.String –> |
<!– ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#GetRequestUris.28RectangleShape.2C_Int32.2C_Int32.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#GetRequestUris.28RectangleShape.2C_Int32.2C_Int32.29</a>
Return Type | Description |
---|---|
Collection<Uri><!– System.Collections.ObjectModel.Collection{System.Uri} –> |
Name | Type | Description |
---|---|---|
requestExtent | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
canvasWidth | Int32<!– System.Int32 –> | |
canvasHeight | Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#GetServerCapabilitiesXml.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#GetServerCapabilitiesXml.28.29</a>
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#GetServerLayerNames.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#GetServerLayerNames.28.29</a>
Return Type | Description |
---|---|
Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#GetServerLayerStyles.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#GetServerLayerStyles.28.29</a>
Return Type | Description |
---|---|
Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#GetServerTileMatrixSetNames.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#GetServerTileMatrixSetNames.28.29</a>
Return Type | Description |
---|---|
Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#GetType.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#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.WmtsOverlay#Refresh.28GeoCanvas.2C_RectangleShape.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#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 |
---|---|---|
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 |
---|---|---|
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 |
---|---|---|
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 |
---|---|---|
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 |
---|---|---|
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 |
---|
<!– 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 –> |
<!– 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.WmtsOverlay#ToString.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#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.WmtsOverlay#DrawAttributionCore.28GeoCanvas.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#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
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#DrawCore.28GeoCanvas.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#DrawCore.28GeoCanvas.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> |
<!– 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.WmtsOverlay#DrawException.28GeoCanvas.2C_Exception.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#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 is the Core method of DrawException, which can be overridden if you want to change its logic. This method will draw on the canvas when an exception occurs during drawing process.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#DrawExceptionCore.28GeoCanvas.2C_Exception.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#DrawExceptionCore.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 is the core method of DrawPreview which is intended to be overridden by its concrete sub class.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#DrawPreviewCore.28GeoCanvas.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#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 –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#Finalize.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#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.WmtsOverlay#GetRequestUrisCore.28RectangleShape.2C_Int32.2C_Int32.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#GetRequestUrisCore.28RectangleShape.2C_Int32.2C_Int32.29</a>
Return Type | Description |
---|---|
Collection<Uri><!– System.Collections.ObjectModel.Collection{System.Uri} –> |
Name | Type | Description |
---|---|---|
requestExtent | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
canvasWidth | Int32<!– System.Int32 –> | |
canvasHeight | Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#MemberwiseClone.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#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.WmtsOverlay#OnDrawing.28DrawingOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#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.WmtsOverlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#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.WmtsOverlay#OnDrawn.28DrawnOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#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.WmtsOverlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#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.WmtsOverlay#OnSendingWebRequest.28SendingWebRequestEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#OnSendingWebRequest.28SendingWebRequestEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | SendingWebRequestEventArgs<!– ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#OnSentWebRequest.28SentWebRequestEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#OnSentWebRequest.28SentWebRequestEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | SentWebRequestEventArgs<!– ThinkGeo.MapSuite.Core.SentWebRequestEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#RefreshCore.28GeoCanvas.2C_RectangleShape.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#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.WmtsOverlay#ActiveLayerName” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#ActiveLayerName</a>
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#ActiveStyleName” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#ActiveStyleName</a>
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#DrawAttributionCore.28GeoCanvas.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#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
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#CapabilitesCacheTimeOut” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#CapabilitesCacheTimeOut</a>
Return Type |
---|
TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#Credentials” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#Credentials</a>
Return Type |
---|
ICredentials<!– System.Net.ICredentials –> |
<!– ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay –> 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.WmtsOverlay#DrawingExceptionMode” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#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.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#DrawingTime” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#DrawingTime</a>
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.WmtsOverlay#IsBase” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#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.WmtsOverlay#IsEmpty” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#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.WmtsOverlay#IsVisible” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#IsVisible</a>
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> 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.WmtsOverlay#Lock” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#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=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#LowerScale” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#LowerScale</a>
Return Type |
---|
Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay –> 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.WmtsOverlay#GetServerLayerNames.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#GetServerLayerNames.28.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=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#GetLayerOutputFormats.28String.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#GetLayerOutputFormats.28String.29</a>
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#Parameters” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#Parameters</a>
Return Type |
---|
Dictionary<String,String><!– System.Collections.Generic.Dictionary{System.String,System.String} –> |
<!– ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay –> 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.WmtsOverlay#PreviewTileCache” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#PreviewTileCache</a>
Return Type |
---|
BitmapTileCache<!– ThinkGeo.MapSuite.Core.BitmapTileCache –> |
<!– 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.WmtsOverlay#ServerUris” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#ServerUris</a>
Return Type |
---|
Collection<Uri><!– System.Collections.ObjectModel.Collection{System.Uri} –> |
<!– ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#PreviewTileCache” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#PreviewTileCache</a>
Return Type |
---|
BitmapTileCache<!– ThinkGeo.MapSuite.Core.BitmapTileCache –> |
<!– ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#GetServerTileMatrixSetNames.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#GetServerTileMatrixSetNames.28.29</a>
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#TimeoutInSeconds” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#TimeoutInSeconds</a>
Return Type |
---|
Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#UpperScale” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#UpperScale</a>
Return Type |
---|
Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#WmtsOverlay.28IEnumerable.3CUri.3E.2C_WebProxy.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#WmtsOverlay.28IEnumerable.3CUri.3E.2C_WebProxy.29</a>
Return Type |
---|
WebProxy<!– System.Net.WebProxy –> |
<!– ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#WmtsOverlay.28IEnumerable.3CUri.3E.2C_WebProxy.2C_WmtsSeverEncodingType.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#WmtsOverlay.28IEnumerable.3CUri.3E.2C_WebProxy.2C_WmtsSeverEncodingType.29</a>
Return Type |
---|
WmtsSeverEncodingType<!– ThinkGeo.MapSuite.Core.WmtsSeverEncodingType –> |
<!– ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay –> 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.WmtsOverlay#OnDrawing.28DrawingOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#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.WmtsOverlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#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.WmtsOverlay#OnDrawn.28DrawnOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#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.WmtsOverlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#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.WmtsOverlay#OnSendingWebRequest.28SendingWebRequestEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#OnSendingWebRequest.28SendingWebRequestEventArgs.29</a>
Event Arguments |
---|
SendingWebRequestEventArgs<!– ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#OnSentWebRequest.28SentWebRequestEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay#OnSentWebRequest.28SentWebRequestEventArgs.29</a>
Event Arguments |
---|
SentWebRequestEventArgs<!– ThinkGeo.MapSuite.Core.SentWebRequestEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.WmtsOverlay –> Go Back
NOTOC DesktopEdition ThinkGeo.MapSuite.DesktopEdition UpdateDocumentation