com.esri.arcgis.gisclient
Interface IWMTSConnectionName

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IWMTSConnectionNameProxy, WMTSConnectionName

public interface IWMTSConnectionName
extends java.io.Serializable

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

Description: 'Provides access to members that supply WMTS server connection name 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 IID0a014545_e32c_43c2_aa97_243f43294492
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPropertySet getConnectionProperties()
          Connection properties that will be used to connect to the WMS server.
 java.lang.Object openEx(ITrackCancel pTrackCancel)
          Opens the WMS Connection.
 void setConnectionProperties(IPropertySet connectionProperties)
          Connection properties that will be used to connect to the WMS server.
 

Field Detail

IID0a014545_e32c_43c2_aa97_243f43294492

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

setConnectionProperties

void setConnectionProperties(IPropertySet connectionProperties)
                             throws java.io.IOException,
                                    AutomationException
Connection properties that will be used to connect to the WMS server.

Parameters:
connectionProperties - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getConnectionProperties

IPropertySet getConnectionProperties()
                                     throws java.io.IOException,
                                            AutomationException
Connection properties that will be used to connect to the WMS server.

Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

openEx

java.lang.Object openEx(ITrackCancel pTrackCancel)
                        throws java.io.IOException,
                               AutomationException
Opens the WMS Connection.

Parameters:
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.