com.esri.arcgis.catalog
Interface IGxWMSLayer

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxWMSLayer

public interface IGxWMSLayer
extends Serializable

Provides access to members GxWMSLayer object.

Description

This interface is new at ArcGIS 9.3.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IWMSLayerDescription getWMSLayerDescription()
          The description of WMS layer.
 IWMSServiceDescription getWMSServiceDescription()
          The description of WMS service.
 void setWMSLayerDescriptionByRef(IWMSLayerDescription ppWMSLayerDescription)
          The description of WMS layer.
 void setWMSServiceDescriptionByRef(IWMSServiceDescription ppWMSServiceDescription)
          The description of WMS service.
 

Method Detail

setWMSServiceDescriptionByRef

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

Product Availability

Available with ArcGIS Desktop.

Parameters:
ppWMSServiceDescription - 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.

setWMSLayerDescriptionByRef

void setWMSLayerDescriptionByRef(IWMSLayerDescription ppWMSLayerDescription)
                                 throws IOException,
                                        AutomationException
The description of WMS layer.

Product Availability

Available with ArcGIS Desktop.

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

getWMSLayerDescription

IWMSLayerDescription getWMSLayerDescription()
                                            throws IOException,
                                                   AutomationException
The description of WMS layer.

Product Availability

Available with ArcGIS Desktop.

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