com.esri.arcgis.gisclient
Interface IWMTSConnection

All Superinterfaces:
Serializable
All Known Implementing Classes:
WMTSConnection

public interface IWMTSConnection
extends Serializable

Provides access to members that supply WMTS connection information.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IName getFullName()
          Complete information required to connect to a WMTS server..
 String getName()
          Name of the connection.
 void setFullNameByRef(IName ppName)
          Complete information required to connect to a WMTS server..
 void setName(String name)
          Name of the connection.
 

Method Detail

getName

String getName()
               throws IOException,
                      AutomationException
Name of the connection.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setName

void setName(String name)
             throws IOException,
                    AutomationException
Name of the connection.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getFullName

IName getFullName()
                  throws IOException,
                         AutomationException
Complete information required to connect to a WMTS server..

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setFullNameByRef

void setFullNameByRef(IName ppName)
                      throws IOException,
                             AutomationException
Complete information required to connect to a WMTS server..

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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