|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGxAddOGCConnectionDialog
Provides access to members that control the Add OGC Connection Dialog.
This interface is new at ArcGIS 9.3.
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 |
---|
IWMSConnection doModalCreateWMSConnection(int hParent, Object[] selectedResources) throws IOException, AutomationException
hParent
- The hParent (A COM typedef) (in)selectedResources
- A Variant (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IWCSConnection doModalCreateWCSConnection(int hParent, Object[] selectedResources) throws IOException, AutomationException
hParent
- The hParent (A COM typedef) (in)selectedResources
- A Variant (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |