com.esri.arcgis.gisclient
Interface IWCSConnectionFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
WCSConnectionFactory

public interface IWCSConnectionFactory
extends Serializable

Provides access to members give access to WCSFactory information.

Description

This interface is new at ArcGIS 9.3.

Product Availability

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


Method Summary
 IWCSConnection open(IPropertySet pConnectionProperties, int hWnd, ITrackCancel pTrackCancel)
          Opens an WCS connection for the given properties.
 

Method Detail

open

IWCSConnection open(IPropertySet pConnectionProperties,
                    int hWnd,
                    ITrackCancel pTrackCancel)
                    throws IOException,
                           AutomationException
Opens an WCS connection for the given properties.

Product Availability

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

Parameters:
pConnectionProperties - A reference to a com.esri.arcgis.system.IPropertySet (in)
hWnd - The hWnd (A COM typedef) (in)
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Returns:
A reference to a com.esri.arcgis.gisclient.IWCSConnection
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.