com.esri.arcgis.catalog
Interface IGxWCSConnection

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxWCSConnection, IGxWCSConnectionProxy

public interface IGxWCSConnection
extends java.io.Serializable

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

IIDa722fd16_1d3b_4365_a656_7fec86379d19

static final int IIDa722fd16_1d3b_4365_a656_7fec86379d19
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getWCSConnectionName

IWCSConnectionName getWCSConnectionName()
                                        throws java.io.IOException,
                                               AutomationException
Assosicated name object used to connect to a WCS service.

Returns:
A reference to a com.esri.arcgis.gisclient.IWCSConnectionName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWCSConnectionNameByRef

void setWCSConnectionNameByRef(IWCSConnectionName connectionName)
                               throws java.io.IOException,
                                      AutomationException
Assosicated name object used to connect to a WCS service.

Parameters:
connectionName - A reference to a com.esri.arcgis.gisclient.IWCSConnectionName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

loadFromFile

void loadFromFile(java.lang.String path)
                  throws java.io.IOException,
                         AutomationException
Loads a WCS connection file.

Parameters:
path - The path (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

saveToFile

void saveToFile(java.lang.String path)
                throws java.io.IOException,
                       AutomationException
Writes a WCS connection file.

Parameters:
path - The path (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isConnected

boolean isConnected()
                    throws java.io.IOException,
                           AutomationException
Indicates whether the server is connected to or not.

Returns:
The isConnected
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

connect

void connect()
             throws java.io.IOException,
                    AutomationException
Connects to the WCS service.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

disconnect

void disconnect()
                throws java.io.IOException,
                       AutomationException
Disconnects from the WCS service.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.