|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IWMSClientEvents
Provides access to events that occur when a URL request is made to the WMS server.
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.
| Method Summary | |
|---|---|
void |
wMSException(IWMSClientEventsWMSExceptionEvent theEvent)
Fired when the an URL request is made to WMS server and the server fails with a valid exception. |
void |
wMSRequest(IWMSClientEventsWMSRequestEvent theEvent)
Fired when the an URL request is made to WMS server. |
| Method Detail |
|---|
void wMSRequest(IWMSClientEventsWMSRequestEvent theEvent)
throws IOException,
AutomationException
A WMSException occurs whenever a WMS server throws an exception after a WMSRequest. The exception will is defined by the WMS specifications.
theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void wMSException(IWMSClientEventsWMSExceptionEvent theEvent)
throws IOException,
AutomationException
A WMSRequest occurs whenever a layer based on a WMSConnection makes a GetMap or GetFeatureInfo request to the WMS server.
theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||