com.esri.arcgis.datasourcesraster
Interface IDescRow

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

public interface IDescRow
extends java.io.Serializable

COM Interface 'IDescRow'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control a descriptor table row.' 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 IID2a415fe2_f8f9_11d2_8ef2_00609770ad52
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getFindField(java.lang.String strtofind)
          The index of the desired field.
 java.lang.Object getGetValue(int index)
          The value of the ith entry in the row.
 int getNumFields()
          Number of fields in the row.
 void getPutValue(int index, java.lang.Object pVal)
          The value of the ith entry in the row.
 

Field Detail

IID2a415fe2_f8f9_11d2_8ef2_00609770ad52

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

getNumFields

int getNumFields()
                 throws java.io.IOException,
                        AutomationException
Number of fields in the row.

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

getGetValue

java.lang.Object getGetValue(int index)
                             throws java.io.IOException,
                                    AutomationException
The value of the ith entry in the row.

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

getPutValue

void getPutValue(int index,
                 java.lang.Object pVal)
                 throws java.io.IOException,
                        AutomationException
The value of the ith entry in the row.

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

getFindField

int getFindField(java.lang.String strtofind)
                 throws java.io.IOException,
                        AutomationException
The index of the desired field.

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