Class WmsService
An Open Geospatial Consortium (OGC) Web Map Service (WMS).
Inheritance
Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class WmsService : INotifyPropertyChanged, ILoadable
Remarks
The OGC WMS standard is an international specification for
requesting geo-registered map images from one or more distributed geospatial databases. The service may be
hosted in ArcGIS Enterprise or in a third party server. You can construct a Wms
WMS versions 1.3.0, 1.1.1, and 1.1.0 are supported. The latest supported WMS version is set as the default. If you want to specify a different WMS version, set the VERSION parameter in the GetCapabilities URL for the service. For more information, see Parameters of a WMS GetCapabilities request URL.
Constructors
Name | Description |
---|---|
Wms |
Initializes a new instance of the Wms |
Properties
Name | Description |
---|---|
Custom |
Gets the dictionary of custom parameters that are appended to WMS requests. |
Load |
Gets the System. |
Load |
Gets the load status. |
Service |
Gets the information for browsing and accessing the Wms |
Source | Gets the URI of this WMS service. |
Version | Gets the version of the WMS specification used when communicating with this service. |
Methods
Name | Description |
---|---|
Cancel |
Cancel loading metadata for the object. |
Load |
Load the metadata for the object asynchronously. |
Retry |
Loads or retries loading metadata for the object asynchronously. |
Events
Name | Description |
---|---|
Loaded | Event that is raised when the object is done loading. |
Load |
Event that is raised when the Load |
Name | Description |
---|---|
INotify |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.2.1 - 200.6 |
Xamarin.Android | 100.2.1 - 100.15 |
Xamarin.iOS | 100.2.1 - 100.15 |
UWP | 100.2.1 - 200.6 |