WmsDataProvider Members
Provides map images from the Web Map Service.Constructors
| Name | Description |
|---|---|
| WmsDataProvider() | Initializes a new instance of the WmsDataProvider class with default settings. |
Properties
| Name | Description |
|---|---|
| ActiveLayer | Returns the WMS layer that is currently displayed by the provider. |
| ActiveLayerName | Gets or sets the active layer name retrieved from a Web Map Service. |
| CustomParameters | Returns a collection of custom parameters of a WMS request. |
| MaxRequestedImageHeight | Gets or sets the maximum image height that the provider can request from a server. |
| MaxRequestedImageWidth | Gets or sets the maximum image width that the provider can request from a server. |
| ServerUri | Gets or sets the server URI, which supports a Web Map Service. |
Methods
| Name | Description |
|---|---|
| Dispose() | Disposes of the current object. Inherited from MapDisposableObject. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetMapSizeInPixels(Double) | Returns a map size in pixels. Inherited from MapImageDataProviderBase. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| RequestCapabilities() | Requests the supported capabilities of a Web Map Service. |
| SetCoordinateConverter(IWmsPointConverter) | Specifies the coordinate converter object. |
| ToString() | Returns the textual representation of the WmsDataProvider. |
Events
| Name | Description |
|---|---|
| ResponseCapabilities | Occurs when a Web Map Service returns the supported capabilities. |
| WebRequest | Occurs when a Map control sends a request to an external web service. Inherited from MapImageDataProviderBase. |
See Also