com.esri.arcgis.catalog
Interface IGxWMTSConnection

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxWMTSConnection, IGxWMTSConnectionProxy

public interface IGxWMTSConnection
extends java.io.Serializable

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

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

Field Detail

IID617b2704_1614_40ef_84c5_668800065fbe

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

getWMTSConnectionName

IWMTSConnectionName getWMTSConnectionName()
                                          throws java.io.IOException,
                                                 AutomationException
Assosicated name object used to connect to a WMTS service.

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

setWMTSConnectionNameByRef

void setWMTSConnectionNameByRef(IWMTSConnectionName connectionName)
                                throws java.io.IOException,
                                       AutomationException
Assosicated name object used to connect to a WMTS service.

Parameters:
connectionName - A reference to a com.esri.arcgis.gisclient.IWMTSConnectionName (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 WMTS 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 WMTS 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 WMTS 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 WMTS service.

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

getWMTSServiceDescription

IWMTSServiceDescription getWMTSServiceDescription()
                                                  throws java.io.IOException,
                                                         AutomationException
The description of WMTS service.

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