com.esri.arcgis.gisclient
Interface IWCSCoverageName

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IWCSCoverageNameProxy

public interface IWCSCoverageName
extends java.io.Serializable

COM Interface 'IWCSCoverageName'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGISClient.olb'

Description: 'Provides access to members that supply WCS coverage name information.' 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 IIDcb717bf3_f1ec_4beb_a6c8_ec80a11e9010
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getName()
          Name of the WCS coverage description.
 IWCSConnectionName getWCSConnectionName()
          The connection name object for this description.
 void setName(java.lang.String name)
          Name of the WCS coverage description.
 void setWCSConnectionNameByRef(IWCSConnectionName ppServerConnName)
          The connection name object for this description.
 

Field Detail

IIDcb717bf3_f1ec_4beb_a6c8_ec80a11e9010

static final int IIDcb717bf3_f1ec_4beb_a6c8_ec80a11e9010
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

setName

void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
Name of the WCS coverage description.

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of the WCS coverage description.

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

getWCSConnectionName

IWCSConnectionName getWCSConnectionName()
                                        throws java.io.IOException,
                                               AutomationException
The connection name object for this description.

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 ppServerConnName)
                               throws java.io.IOException,
                                      AutomationException
The connection name object for this description.

Parameters:
ppServerConnName - 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.