|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWCSCoverageName
Provides access to members that supply WCS coverage name information.
This interface is new at ArcGIS 9.3.
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 |
---|
void setName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IWCSConnectionName getWCSConnectionName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWCSConnectionNameByRef(IWCSConnectionName ppServerConnName) throws IOException, AutomationException
ppServerConnName
- A reference to a com.esri.arcgis.gisclient.IWCSConnectionName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |