|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGxWCSConnection
Provides access to members to connect to an WCS server.
This interface is new at ArcGIS 9.3.
Method Summary | |
---|---|
void |
connect()
Connects to the WCS service. |
void |
disconnect()
Disconnects from the WCS service. |
IWCSConnectionName |
getWCSConnectionName()
Assosicated name object used to connect to a WCS service. |
boolean |
isConnected()
Indicates whether the server is connected to or not. |
void |
loadFromFile(String path)
Loads a WCS connection file. |
void |
saveToFile(String path)
Writes a WCS connection file. |
void |
setWCSConnectionNameByRef(IWCSConnectionName connectionName)
Assosicated name object used to connect to a WCS service. |
Method Detail |
---|
IWCSConnectionName getWCSConnectionName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWCSConnectionNameByRef(IWCSConnectionName connectionName) throws IOException, AutomationException
connectionName
- A reference to a com.esri.arcgis.gisclient.IWCSConnectionName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void loadFromFile(String path) throws IOException, AutomationException
path
- The path (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void saveToFile(String path) throws IOException, AutomationException
path
- The path (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isConnected() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void connect() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void disconnect() throws IOException, AutomationException
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 |