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