com.esri.arcgis.catalogUI
Interface IGxAddOGCConnectionDialog

All Superinterfaces:
Serializable
All Known Implementing Classes:
IGxAddOGCConnectionDialogProxy

public interface IGxAddOGCConnectionDialog
extends Serializable

Provides access to members that control the Add OGC Connection Dialog.

Description

This interface is new at ArcGIS 9.3.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IWCSConnection doModalCreateWCSConnection(int hParent, Object[] selectedResources)
          Displays the dialog to create a new WCS server connection.
 IWMSConnection doModalCreateWMSConnection(int hParent, Object[] selectedResources)
          Displays the dialog to create a new WMS server connection.
 

Method Detail

doModalCreateWMSConnection

IWMSConnection doModalCreateWMSConnection(int hParent,
                                          Object[] selectedResources)
                                          throws IOException,
                                                 AutomationException
Displays the dialog to create a new WMS server connection.

Product Availability

Available with ArcGIS Desktop.

Parameters:
hParent - The hParent (A COM typedef) (in)
selectedResources - A Variant (in/out: use single element array)
Returns:
A reference to a com.esri.arcgis.gisclient.IWMSConnection
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModalCreateWCSConnection

IWCSConnection doModalCreateWCSConnection(int hParent,
                                          Object[] selectedResources)
                                          throws IOException,
                                                 AutomationException
Displays the dialog to create a new WCS server connection.

Product Availability

Available with ArcGIS Desktop.

Parameters:
hParent - The hParent (A COM typedef) (in)
selectedResources - A Variant (in/out: use single element array)
Returns:
A reference to a com.esri.arcgis.gisclient.IWCSConnection
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.