com.esri.arcgis.catalog
Interface IGxWMTSConnection

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxWMTSConnection

public interface IGxWMTSConnection
extends Serializable

Provides access to members to connect to an WMTS server.

Product Availability

Available with ArcGIS Desktop.


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(String path)
          Loads a WMTS connection file.
 void saveToFile(String path)
          Writes a WMTS connection file.
 void setWMTSConnectionNameByRef(IWMTSConnectionName connectionName)
          Assosicated name object used to connect to a WMTS service.
 

Method Detail

getWMTSConnectionName

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

Product Availability

Available with ArcGIS Desktop.

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

setWMTSConnectionNameByRef

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

Product Availability

Available with ArcGIS Desktop.

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

loadFromFile

void loadFromFile(String path)
                  throws IOException,
                         AutomationException
Loads a WMTS connection file.

Product Availability

Available with ArcGIS Desktop.

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

saveToFile

void saveToFile(String path)
                throws IOException,
                       AutomationException
Writes a WMTS connection file.

Product Availability

Available with ArcGIS Desktop.

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

isConnected

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

Product Availability

Available with ArcGIS Desktop.

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

connect

void connect()
             throws IOException,
                    AutomationException
Connects to the WMTS service.

Product Availability

Available with ArcGIS Desktop.

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

disconnect

void disconnect()
                throws IOException,
                       AutomationException
Disconnects from the WMTS service.

Product Availability

Available with ArcGIS Desktop.

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

getWMTSServiceDescription

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

Product Availability

Available with ArcGIS Desktop.

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