com.esri.arcgis.gisclient
Interface IWMSConnectionName

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IWMSConnectionNameProxy, WMSConnectionName

public interface IWMSConnectionName
extends java.io.Serializable

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

Description: 'Provides access to members that supply WMS 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 IID07c8fd52_5d97_4b1f_a6bf_4973c9bb4117
           
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

IID07c8fd52_5d97_4b1f_a6bf_4973c9bb4117

static final int IID07c8fd52_5d97_4b1f_a6bf_4973c9bb4117
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.