|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWCSConnectionName
Provides access to members that supply WCS server connection name information.
This interface is new at ArcGIS 9.3.
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 |
---|
void setConnectionProperties(IPropertySet ppConnProps) throws IOException, AutomationException
ppConnProps
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet getConnectionProperties() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setConnectionInfo(IPropertySet ppConnInfo) throws IOException, AutomationException
ppConnInfo
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet getConnectionInfo() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object openEx(ITrackCancel pTrackCancel) throws IOException, AutomationException
pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
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 |