com.esri.arcgis.gisclient
Interface IWCSCoverageName

All Superinterfaces:
Serializable
All Known Implementing Classes:
IWCSCoverageNameProxy

public interface IWCSCoverageName
extends Serializable

Provides access to members that supply WCS coverage name information.

Description

This interface is new at ArcGIS 9.3.

Product Availability

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


Method Summary
 String getName()
          Name of the WCS coverage description.
 IWCSConnectionName getWCSConnectionName()
          The connection name object for this description.
 void setName(String name)
          Name of the WCS coverage description.
 void setWCSConnectionNameByRef(IWCSConnectionName ppServerConnName)
          The connection name object for this description.
 

Method Detail

setName

void setName(String name)
             throws IOException,
                    AutomationException
Name of the WCS coverage description.

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.

getName

String getName()
               throws IOException,
                      AutomationException
Name of the WCS coverage description.

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.

getWCSConnectionName

IWCSConnectionName getWCSConnectionName()
                                        throws IOException,
                                               AutomationException
The connection name object for this description.

Product Availability

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

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

setWCSConnectionNameByRef

void setWCSConnectionNameByRef(IWCSConnectionName ppServerConnName)
                               throws IOException,
                                      AutomationException
The connection name object for this description.

Product Availability

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

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