com.esri.arcgis.gisclient
Interface IWCSConnectionName

All Superinterfaces:
Serializable
All Known Implementing Classes:
WCSConnectionName

public interface IWCSConnectionName
extends Serializable

Provides access to members that supply WCS server connection name information.

Description

This interface is new at ArcGIS 9.3.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IPropertySet getConnectionInfo()
          Connection info about this connection.
 IPropertySet getConnectionProperties()
          Connection properties that will be used to connect to the WCS server.
 Object openEx(ITrackCancel pTrackCancel)
          Opens the WCS Connection.
 void setConnectionInfo(IPropertySet ppConnInfo)
          Connection info about this connection.
 void setConnectionProperties(IPropertySet ppConnProps)
          Connection properties that will be used to connect to the WCS server.
 

Method Detail

setConnectionProperties

void setConnectionProperties(IPropertySet ppConnProps)
                             throws IOException,
                                    AutomationException
Connection properties that will be used to connect to the WCS server.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getConnectionProperties

IPropertySet getConnectionProperties()
                                     throws IOException,
                                            AutomationException
Connection properties that will be used to connect to the WCS server.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setConnectionInfo

void setConnectionInfo(IPropertySet ppConnInfo)
                       throws IOException,
                              AutomationException
Connection info about this connection.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getConnectionInfo

IPropertySet getConnectionInfo()
                               throws IOException,
                                      AutomationException
Connection info about this connection.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

openEx

Object openEx(ITrackCancel pTrackCancel)
              throws IOException,
                     AutomationException
Opens the WCS Connection.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Returns:
A reference to another Object (IUnknown)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.