com.esri.arcgis.catalog
Interface IGxWCSCoverage

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxWCSCoverage, IGxWCSCoverageProxy

public interface IGxWCSCoverage
extends java.io.Serializable

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

Description: 'Provides access to members GxWCSCoverage object.' 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 IID75ea50e7_10a2_4f9e_bf24_a8cfd72bf6e0
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IWCSCoverageDescription getWCSCoverageDescription()
          The description of WCS coverage.
 void setWCSCoverageDescriptionByRef(IWCSCoverageDescription ppWCSCoverageDescription)
          The description of WCS coverage.
 

Field Detail

IID75ea50e7_10a2_4f9e_bf24_a8cfd72bf6e0

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

setWCSCoverageDescriptionByRef

void setWCSCoverageDescriptionByRef(IWCSCoverageDescription ppWCSCoverageDescription)
                                    throws java.io.IOException,
                                           AutomationException
The description of WCS coverage.

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

getWCSCoverageDescription

IWCSCoverageDescription getWCSCoverageDescription()
                                                  throws java.io.IOException,
                                                         AutomationException
The description of WCS coverage.

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