com.esri.arcgis.catalogUI
Interface IGxAddOGCConnectionDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IGxAddOGCConnectionDialogProxy

public interface IGxAddOGCConnectionDialog
extends java.io.Serializable

COM Interface 'IGxAddOGCConnectionDialog'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Description: 'Provides access to members that control the Add OGC Connection Dialog.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID7af6cfb5_cc47_4ec0_9db2_0671cc2c9b08
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IWCSConnection doModalCreateWCSConnection(int hParent, java.lang.Object[] selectedResources)
          Displays the dialog to create a new WCS server connection.
 IWMSConnection doModalCreateWMSConnection(int hParent, java.lang.Object[] selectedResources)
          Displays the dialog to create a new WMS server connection.
 

Field Detail

IID7af6cfb5_cc47_4ec0_9db2_0671cc2c9b08

static final int IID7af6cfb5_cc47_4ec0_9db2_0671cc2c9b08
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

doModalCreateWMSConnection

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

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModalCreateWCSConnection

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

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.