com.esri.arcgis.gisclient
Interface IWMSConnectionFactory

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IWMSConnectionFactoryProxy, WMSConnectionFactory

public interface IWMSConnectionFactory
extends java.io.Serializable

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

Description: 'Provides access to members give access to WMSFactory 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 IID253c9134_0d0f_45c7_bfdc_d230d0f8ce35
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IWMSConnection open(IPropertySet pConnectionProperties, int hWnd, ITrackCancel pTrackCancel)
          Opens a WMS connection for the given properties.
 

Field Detail

IID253c9134_0d0f_45c7_bfdc_d230d0f8ce35

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

open

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

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