com.esri.arcgis.catalog
Interface IGxWMSConnection

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxWMSConnection, IGxWMSConnectionProxy

public interface IGxWMSConnection
extends java.io.Serializable

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

Description: 'Provides access to members to connect to an WMS server.' 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 IID924e350d_e6b5_4457_ae3c_70c6a598c07b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void connect()
          Connects to the WMS service.
 void disconnect()
          Disconnects from the WMS service.
 IWMSConnectionName getWMSConnectionName()
          Assosicated name object used to connect to a WMS service.
 boolean isConnected()
          Indicates whether the server is connected to or not.
 void loadFromFile(java.lang.String path)
          Loads a WMS connection file.
 void saveToFile(java.lang.String path)
          Writes a WMS connection file.
 void setWMSConnectionNameByRef(IWMSConnectionName connectionName)
          Assosicated name object used to connect to a WMS service.
 

Field Detail

IID924e350d_e6b5_4457_ae3c_70c6a598c07b

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

getWMSConnectionName

IWMSConnectionName getWMSConnectionName()
                                        throws java.io.IOException,
                                               AutomationException
Assosicated name object used to connect to a WMS service.

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

setWMSConnectionNameByRef

void setWMSConnectionNameByRef(IWMSConnectionName connectionName)
                               throws java.io.IOException,
                                      AutomationException
Assosicated name object used to connect to a WMS service.

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

loadFromFile

void loadFromFile(java.lang.String path)
                  throws java.io.IOException,
                         AutomationException
Loads a WMS connection file.

Parameters:
path - The path (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

saveToFile

void saveToFile(java.lang.String path)
                throws java.io.IOException,
                       AutomationException
Writes a WMS connection file.

Parameters:
path - The path (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isConnected

boolean isConnected()
                    throws java.io.IOException,
                           AutomationException
Indicates whether the server is connected to or not.

Returns:
The isConnected
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

connect

void connect()
             throws java.io.IOException,
                    AutomationException
Connects to the WMS service.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

disconnect

void disconnect()
                throws java.io.IOException,
                       AutomationException
Disconnects from the WMS service.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.