|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGxWCSConnection
COM Interface 'IGxWCSConnection'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'
Description: 'Provides access to members to connect to an WCS 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 |
IIDa722fd16_1d3b_4365_a656_7fec86379d19
|
static int |
xxDummy
Deprecated. Internal use only |
| 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(java.lang.String path)
Loads a WCS connection file. |
void |
saveToFile(java.lang.String path)
Writes a WCS connection file. |
void |
setWCSConnectionNameByRef(IWCSConnectionName connectionName)
Assosicated name object used to connect to a WCS service. |
| Field Detail |
|---|
static final int IIDa722fd16_1d3b_4365_a656_7fec86379d19
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
IWCSConnectionName getWCSConnectionName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setWCSConnectionNameByRef(IWCSConnectionName connectionName)
throws java.io.IOException,
AutomationException
connectionName - A reference to a com.esri.arcgis.gisclient.IWCSConnectionName (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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||