com.esri.arcgis.gisclient
Interface IWMTSConnectionFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
WMTSConnectionFactory

public interface IWMTSConnectionFactory
extends Serializable

Provides access to members give access to WMTSFactory information.

Product Availability

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


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

Method Detail

open

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