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