IWMSClientEvents Interface

Provides access to events that occur when a URL request is made to the WMS server.

Members

Name Description
Method WMSException Fired when the an URL request is made to WMS server and the server fails with a valid exception.
Method WMSRequest Fired when the an URL request is made to WMS server.

IWMSClientEvents.WMSException Method

Fired when the an URL request is made to WMS server and the server fails with a valid exception.

Remarks

A WMSRequest occurs whenever a layer based on a WMSConnection makes a GetMap or GetFeatureInfo request to the WMS server.

IWMSClientEvents.WMSRequest Method

Fired when the an URL request is made to WMS server.

Remarks

A WMSExceptionoccurs whenever a WMS server throws an exception after a WMSRequest.The exception will is defined by the WMS specifications.

Classes that implement IWMSClientEvents

Classes Description
WMSConnection The Connection for WMS.

Remarks

IWMSClientEvents provides two methods that allow to listen for WMS requests and exceptions.A WMSException occurs whenever a WMS server throws an exception after a WMSRequest.The exception will is defined by the WMS specifications.A WMSRequest occurs whenever a layer based on a WMSConnection makes a GetMap or GetFeatureInfo request to the WMS server.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.