|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGxWMTSConnection
COM Interface 'IGxWMTSConnection'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'
Description: 'Provides access to members to connect to an WMTS server.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID617b2704_1614_40ef_84c5_668800065fbe
|
static int |
xxDummy
Deprecated. Internal use only |
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(java.lang.String path)
Loads a WMTS connection file. |
void |
saveToFile(java.lang.String path)
Writes a WMTS connection file. |
void |
setWMTSConnectionNameByRef(IWMTSConnectionName connectionName)
Assosicated name object used to connect to a WMTS service. |
Field Detail |
---|
static final int IID617b2704_1614_40ef_84c5_668800065fbe
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IWMTSConnectionName getWMTSConnectionName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWMTSConnectionNameByRef(IWMTSConnectionName connectionName) throws java.io.IOException, AutomationException
connectionName
- A reference to a com.esri.arcgis.gisclient.IWMTSConnectionName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void loadFromFile(java.lang.String path) throws java.io.IOException, AutomationException
path
- The path (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void saveToFile(java.lang.String path) throws java.io.IOException, AutomationException
path
- The path (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isConnected() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void connect() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void disconnect() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IWMTSServiceDescription getWMTSServiceDescription() throws java.io.IOException, AutomationException
java.io.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 |