com.esri.arcgis.gisclient
Interface IWMSConnectionFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
WMSConnectionFactory

public interface IWMSConnectionFactory
extends Serializable

Provides access to members give access to WMSFactory information.

Product Availability

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


Method Summary
 IWMSConnection open(IPropertySet pConnectionProperties, int hWnd, ITrackCancel pTrackCancel)
          Opens a WMS connection for the given properties.
 

Method Detail

open

IWMSConnection open(IPropertySet pConnectionProperties,
                    int hWnd,
                    ITrackCancel pTrackCancel)
                    throws IOException,
                           AutomationException
Opens a WMS connection for the given properties.

Remarks

Open returns a WMSConnection.

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.IWMSConnection
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.