com.esri.arcgis.gisclient
Interface IWMSConnection

All Superinterfaces:
Serializable
All Known Implementing Classes:
WMSConnection

public interface IWMSConnection
extends Serializable

Provides access to members that supply WMS connection information.

Remarks

IWMSConnection provides two properties FullName and Name. FullName is name object. You can access the connection properties for the WMS service using FullName. Name is descriptive string for the connection.

Product Availability

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


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

Method Detail

getName

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

Remarks

FullName is name object. You can access the connection properties for the WMS service using FullName.

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 WMS server..

Remarks

Name is descriptive string for the connection.

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 WMS 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.