This document is archived and information here might be outdated.  Recommended version.


IWMSServiceDescription Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWMSServiceDescription Interface
ArcGIS Developer Help

IWMSServiceDescription Interface

Provides access to members give access to WMSServiceDescription information.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read-only property BaseURL Base url for given capability and request method.
Read-only property ExceptionFormat Supported exception at the given index.
Read-only property ExceptionFormatCount Supported exception format count.
Read-only property FeatureInfoFormat Supported FeatureInfoFormat at the given index.
Read-only property FeatureInfoFormatCount Supported FeatureInfoFormat count.
Read-only property FeatureInfoRequestURL The url to download the feature info from.
Method FireWMSException Notifies listeners about a valid exception from the WMS Service.
Method FireWMSRequest Notifies listeners about the URL request made to this WMS Service.
Read-only property ImageFormat Supported GetMap's ImageFormat at the given index.
Read-only property ImageFormatCount Supported GetMap's ImageFormat count.
Read-only property ImageRequestUrl The URL to download the map image from.
Read-only property LayerDescription WMS layer information at the given index.
Read-only property LayerDescriptionCount WMS layer count.
Read-only property SRS Supported SRS at the given index.
Read-only property SRSCount Supported SRS count.
Read-only property WMSAbstract Abstract of WMS Service.
Read-only property WMSName Name of WMS Service.
Read-only property WMSTitle Title of WMS Service.
Read-only property WMSVersion Version of WMS Service.

Classes that implement IWMSServiceDescription

Classes Description
WMSConnection The Connection for WMS.

Remarks

IWMSServiceDescription provides access to members that describe the capabilities of a WMS service.