com.esri.arcgis.gisclient
Interface IWMTSConnectionFactory

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IWMTSConnectionFactoryProxy, WMTSConnectionFactory

public interface IWMTSConnectionFactory
extends java.io.Serializable

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

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

Field Detail

IID8043c9be_1311_4020_a18f_ec23efec6289

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

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