com.esri.arcgis.gisclient
Class IWMSClientEventsWMSExceptionEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.gisclient.IWMSClientEventsWMSExceptionEvent
- All Implemented Interfaces:
- Serializable
public class IWMSClientEventsWMSExceptionEvent
- extends EventObject
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.
- See Also:
- Serialized Form
IWMSClientEventsWMSExceptionEvent
public IWMSClientEventsWMSExceptionEvent(Object source)
init
public void init(IWMSServiceDescription pService,
String requestType,
String requestURL,
IWMSServiceExceptionHandler pException)
getPService
public final IWMSServiceDescription getPService()
getRequestType
public final String getRequestType()
getRequestURL
public final String getRequestURL()
getPException
public final IWMSServiceExceptionHandler getPException()