com.esri.arcgis.gisclient
Interface IWCSConnectionName

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IWCSConnectionNameProxy, WCSConnectionName

public interface IWCSConnectionName
extends java.io.Serializable

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

Description: 'Provides access to members that supply WCS server connection name information.' 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 IIDe1a24fde_e0cb_4c17_bdc0_b5520df063cb
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPropertySet getConnectionInfo()
          Connection info about this connection.
 IPropertySet getConnectionProperties()
          Connection properties that will be used to connect to the WCS server.
 java.lang.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.
 

Field Detail

IIDe1a24fde_e0cb_4c17_bdc0_b5520df063cb

static final int IIDe1a24fde_e0cb_4c17_bdc0_b5520df063cb
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

setConnectionProperties

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

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

getConnectionProperties

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

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

setConnectionInfo

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

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

getConnectionInfo

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

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

openEx

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

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