com.esri.arcgis.gisclient
Interface IWCSConnectionFactory

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IWCSConnectionFactoryProxy, WCSConnectionFactory

public interface IWCSConnectionFactory
extends java.io.Serializable

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

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

Field Detail

IIDa73a11e4_aeb0_4917_b36e_a43865cc9b7b

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

IWCSConnection open(IPropertySet pConnectionProperties,
                    int hWnd,
                    ITrackCancel pTrackCancel)
                    throws java.io.IOException,
                           AutomationException
Opens an WCS 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.IWCSConnection
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.