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