com.esri.arcgis.catalog
Interface IGxWMSMap

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxWMSMap

public interface IGxWMSMap
extends Serializable

Provides access to members GxWMSMap object.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IWMSServiceDescription getWMSServiceDescription()
          The description of WMS service.
 void setWMSServiceDescriptionByRef(IWMSServiceDescription ppWMSLayerDescription)
          The description of WMS service.
 

Method Detail

setWMSServiceDescriptionByRef

void setWMSServiceDescriptionByRef(IWMSServiceDescription ppWMSLayerDescription)
                                   throws IOException,
                                          AutomationException
The description of WMS service.

Product Availability

Available with ArcGIS Desktop.

Parameters:
ppWMSLayerDescription - A reference to a com.esri.arcgis.gisclient.IWMSServiceDescription (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWMSServiceDescription

IWMSServiceDescription getWMSServiceDescription()
                                                throws IOException,
                                                       AutomationException
The description of WMS service.

Product Availability

Available with ArcGIS Desktop.

Returns:
A reference to a com.esri.arcgis.gisclient.IWMSServiceDescription
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.