com.esri.arcgis.gisclient
Interface IWCSRange

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

public interface IWCSRange
extends java.io.Serializable

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

Description: 'Provides access to IWCSRange 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 IID7f5b3583_a7b7_47a9_b517_6e30ab0c1333
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IWCSCoverageField getField(int index)
          The WCS field at the given index.
 int getFieldCount()
          The field count of this WCS coverage.
 

Field Detail

IID7f5b3583_a7b7_47a9_b517_6e30ab0c1333

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

getFieldCount

int getFieldCount()
                  throws java.io.IOException,
                         AutomationException
The field count of this WCS coverage.

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

getField

IWCSCoverageField getField(int index)
                           throws java.io.IOException,
                                  AutomationException
The WCS field at the given index.

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