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 –> Represents an overlay object that gets map images from the WMS servers.
The <strong>WorldMapKitWmsWebOverlay</strong> gets images from four WMS servers that we specify by default. Usually, you add a WMS server URI to the <strong>ServerUris</strong> collection and the <strong>WorldMapKitWmsWebOverlay</strong> will make requests to that WMS servers to get its tile images.The WorldMapKitWmsWebOverlay will randomly send requests to those WMS servers in a concurrent fashion. This means that the tile images can come from different WMS servers, thus greatly enhancing performance.
*System.Object ThinkGeo.MapSuite.WebEdition.Overlay *ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
WorldMapKitWmsWebOverlay | Initialize an instance of the WmsOverlay class. | ||
WorldMapKitWmsWebOverlay | String | Initialize an instance of the WmsOverlay class with the overlay identifier specified. | |
WorldMapKitWmsWebOverlay | WorldMapKitLayerType | ||
WorldMapKitWmsWebOverlay | String, WorldMapKitLayerType | ||
WorldMapKitWmsWebOverlay | String, TileType | Initialize an instance of the WmsOverlay class with the overlay identifier specified. | |
WorldMapKitWmsWebOverlay | String, TileType, WorldMapKitLayerType |
| Name | Parameters | DeclaringType | Summary |
|---|
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
Finalize | Object | ||
MemberwiseClone | Object | ||
OnTick | EventArgs | Overlay | Raises the Tick event of the MarkerOverlay. |
RegisterJavaScriptLibraryCore | Page | Overlay | Registers a Javascript library URL string to the client HTML page. |
| Name | Return | DeclaringType | Summary |
|---|---|---|---|
Attribution | String | Overlay | |
AutoRefreshInterval | TimeSpan | Overlay | Gets or sets the time interval in which the MarkerOverlay refreshes itself. |
Id | String | Overlay | Gets the identifier for the overlay to be found. |
IsBaseOverlay | Boolean | Overlay | Gets or sets a value that indicates whether the overlay is a base overlay. |
IsVisible | Boolean | Overlay | Gets or sets a value that indicates whether the overlay is visible on the map. |
IsVisibleInOverlaySwitcher | Boolean | Overlay | Gets or sets a value that indicates whether the overlay name is displayed in the OverlaySwitcher. |
LayerType | WorldMapKitLayerType | ||
MapType | WorldMapKitMapType | ||
Name | String | Overlay | Gets or sets the name of the overlay, which will display in the OverlaySwitcher. |
Opacity | Single | Overlay | Gets or sets the opacity level of the overlay. |
Projection | WorldMapKitProjection | Gets or sets a WorldMapKitProjection represents which projection will be used. | |
TileType | TileType | Gets or sets whether or not the WmsOverlay uses tiling. | |
TransitionEffect | TransitionEffect | Gets or sets the transition effect to use when the map is zoomed. | |
TransitionEffectDelayInMilliseconds | Int32 | ||
WrapDateline | WrapDatelineMode | Gets or sets a value that indicates whether the overlay wraps at the date line. |
| Name | Return | DeclaringType | Summary |
|---|---|---|---|
HasTickEvent | Boolean | Overlay(overriden) | Don't support auto tick event by default. |
OverlayType | String | Overlay(overriden) | Gets a string that indicates the overlay type. |
Initialize an instance of the WmsOverlay class.
Initialize an instance of the WmsOverlay class.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#WorldMapKitWmsWebOverlay.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#WorldMapKitWmsWebOverlay.28.29</a>
| Name | Type | Description |
|---|
Initialize an instance of the WmsOverlay class with the overlay identifier specified.
Initialize an instance of the WmsOverlay class.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#WorldMapKitWmsWebOverlay.28String.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#WorldMapKitWmsWebOverlay.28String.29</a>
| Name | Type | Description |
|---|---|---|
| id | String<!– System.String –> | The identifier string used to find the overlay. |
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#WorldMapKitWmsWebOverlay.28WorldMapKitLayerType.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#WorldMapKitWmsWebOverlay.28WorldMapKitLayerType.29</a>
| Name | Type | Description |
|---|---|---|
| layerType | WorldMapKitLayerType<!– ThinkGeo.MapSuite.Core.WorldMapKitLayerType –> |
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#WorldMapKitWmsWebOverlay.28String.2C_WorldMapKitLayerType.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#WorldMapKitWmsWebOverlay.28String.2C_WorldMapKitLayerType.29</a>
| Name | Type | Description |
|---|---|---|
| id | String<!– System.String –> | |
| layerType | WorldMapKitLayerType<!– ThinkGeo.MapSuite.Core.WorldMapKitLayerType –> |
Initialize an instance of the WmsOverlay class with the overlay identifier specified.
Initialize an instance of the WmsOverlay class.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#WorldMapKitWmsWebOverlay.28String.2C_TileType.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#WorldMapKitWmsWebOverlay.28String.2C_TileType.29</a>
| Name | Type | Description |
|---|---|---|
| id | String<!– System.String –> | The identifier string used to find the overlay. |
| tileType | TileType<!– ThinkGeo.MapSuite.WebEdition.TileType –> | Whether or not the overlay uses tiling. |
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#WorldMapKitWmsWebOverlay.28String.2C_TileType.2C_WorldMapKitLayerType.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#WorldMapKitWmsWebOverlay.28String.2C_TileType.2C_WorldMapKitLayerType.29</a>
| Name | Type | Description |
|---|---|---|
| id | String<!– System.String –> | |
| tileType | TileType<!– ThinkGeo.MapSuite.WebEdition.TileType –> | |
| layerType | WorldMapKitLayerType<!– ThinkGeo.MapSuite.Core.WorldMapKitLayerType –> |
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#Equals.28Object.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#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.WebEdition.WorldMapKitWmsWebOverlay#GetHashCode.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#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.WebEdition.WorldMapKitWmsWebOverlay#GetType.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#GetType.28.29</a>
| Return Type | Description |
|---|---|
| Type<!– System.Type –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
Returns a JSON string which contains the information for creating an overlay at the client side.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#ToJson.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#ToJson.28.29</a>
| Return Type | Description |
|---|---|
| String<!– System.String –> | A JSON string which is used to create an overlay at the client side. |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.WebEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#ToString.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#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.WebEdition.WorldMapKitWmsWebOverlay#Finalize.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#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.WebEdition.WorldMapKitWmsWebOverlay#MemberwiseClone.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#MemberwiseClone.28.29</a>
| Return Type | Description |
|---|---|
| Object<!– System.Object –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
Raises the Tick event of the MarkerOverlay.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#OnTick.28EventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#OnTick.28EventArgs.29</a>
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| e | EventArgs<!– System.EventArgs –> | An System.EventArgs object that contains the event data. |
<!– ThinkGeo.MapSuite.WebEdition.Overlay –> Go Back
Registers a Javascript library URL string to the client HTML page.
The <strong>RegisterJavaScriptLibraryCore</strong> method allows derived classes to override and register their own Javascript library URL to the HTML page.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| page | Page<!– System.Web.UI.Page –> | The page object that is used for registering the javascript library. |
<!– ThinkGeo.MapSuite.WebEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#Attribution” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#Attribution</a>
| Return Type |
|---|
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.WebEdition.Overlay –> Go Back
Gets or sets the time interval in which the MarkerOverlay refreshes itself.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#AutoRefreshInterval” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#AutoRefreshInterval</a>
| Return Type |
|---|
| TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.WebEdition.Overlay –> Go Back
Gets the identifier for the overlay to be found.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#Id” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#Id</a>
| Return Type |
|---|
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.WebEdition.Overlay –> Go Back
Gets or sets a value that indicates whether the overlay is a base overlay.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#IsBaseOverlay” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#IsBaseOverlay</a>
| Return Type |
|---|
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.WebEdition.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.WebEdition.WorldMapKitWmsWebOverlay#IsVisible” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#IsVisible</a>
| Return Type |
|---|
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.WebEdition.Overlay –> Go Back
Gets or sets a value that indicates whether the overlay name is displayed in the OverlaySwitcher.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#IsVisibleInOverlaySwitcher” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#IsVisibleInOverlaySwitcher</a>
| Return Type |
|---|
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.WebEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#WorldMapKitWmsWebOverlay.28WorldMapKitLayerType.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#WorldMapKitWmsWebOverlay.28WorldMapKitLayerType.29</a>
| Return Type |
|---|
| WorldMapKitLayerType<!– ThinkGeo.MapSuite.Core.WorldMapKitLayerType –> |
<!– ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay –> 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.WebEdition.WorldMapKitWmsWebOverlay –> Go Back
Gets or sets the name of the overlay, which will display in the OverlaySwitcher.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#Name” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#Name</a>
| Return Type |
|---|
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.WebEdition.Overlay –> Go Back
Gets or sets the opacity level of the overlay.
The <strong>Opacity</strong> property enables you to specify a level of transparency for the overlay. When this property is set to a value less than 100 percent (1.00), the entire overlay is made more transparent. The lower the value, the more transparent it is. Setting this property to a value of 0 percent (0.00) makes the overlay completely invisible.
| Return Type |
|---|
| Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.WebEdition.Overlay –> Go Back
Gets or sets a WorldMapKitProjection represents which projection will be used.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#Projection” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#Projection</a>
| Return Type |
|---|
| WorldMapKitProjection<!– ThinkGeo.MapSuite.Core.WorldMapKitProjection –> |
<!– ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay –> Go Back
Gets or sets whether or not the WmsOverlay uses tiling.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#WorldMapKitWmsWebOverlay.28String.2C_TileType.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#WorldMapKitWmsWebOverlay.28String.2C_TileType.29</a>
| Return Type |
|---|
| TileType<!– ThinkGeo.MapSuite.WebEdition.TileType –> |
<!– ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay –> Go Back
Gets or sets the transition effect to use when the map is zoomed.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#TransitionEffect” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#TransitionEffect</a>
| Return Type |
|---|
| TransitionEffect<!– ThinkGeo.MapSuite.WebEdition.TransitionEffect –> |
<!– ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
| Return Type |
|---|
| Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay –> Go Back
Gets or sets a value that indicates whether the overlay wraps at the date line.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#WrapDateline” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#WrapDateline</a>
| Return Type |
|---|
| WrapDatelineMode<!– ThinkGeo.MapSuite.WebEdition.WrapDatelineMode –> |
<!– ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay –> Go Back
Don't support auto tick event by default.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#HasTickEvent” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#HasTickEvent</a>
| Return Type |
|---|
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.WebEdition.Overlay(overriden) –> Go Back
Gets a string that indicates the overlay type.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#OverlayType” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#OverlayType</a>
| Return Type |
|---|
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.WebEdition.Overlay(overriden) –> Go Back
Occurs when the number of milliseconds specified in the AutoRefreshInterval property has elapsed and the page is posted to the server.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#OnTick.28EventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay#OnTick.28EventArgs.29</a>
| Event Arguments |
|---|
| EventArgs<!– System.EventArgs –> |
<!– ThinkGeo.MapSuite.WebEdition.Overlay –> Go Back
NOTOC WebEdition ThinkGeo.MapSuite.WebEdition UpdateDocumentation