com.esri.arcgis.gisclient
Class IWMSClientEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.gisclient.IWMSClientEventsAdapter
All Implemented Interfaces:
IWMSClientEvents, Serializable, EventListener

public class IWMSClientEventsAdapter
extends Object
implements IWMSClientEvents

See Also:
Serialized Form

Constructor Summary
IWMSClientEventsAdapter()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IWMSClientEventsAdapter

public IWMSClientEventsAdapter()
Method Detail

wMSRequest

public void wMSRequest(IWMSClientEventsWMSRequestEvent theEvent)
                throws IOException,
                       AutomationException
Fired when the an URL request is made to WMS server.

Remarks

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

Product Availability

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

Specified by:
wMSRequest in interface IWMSClientEvents
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

wMSException

public void wMSException(IWMSClientEventsWMSExceptionEvent theEvent)
                  throws IOException,
                         AutomationException
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.

Product Availability

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

Specified by:
wMSException in interface IWMSClientEvents
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.