com.esri.arcgis.datasourcesraster
Interface IRasterTable

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterTableProxy, RasterBand

public interface IRasterTable
extends java.io.Serializable

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

Description: 'Provides access to members that control a raster table.' 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 IID7aca3d04_0629_11d2_8d24_0000f8780535
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getPrimaryField()
          The primary field of the table.
 int getTableType()
          The class names of the table.
 void setPrimaryField(int fieldIndex)
          The primary field of the table.
 

Field Detail

IID7aca3d04_0629_11d2_8d24_0000f8780535

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

getTableType

int getTableType()
                 throws java.io.IOException,
                        AutomationException
The class names of the table.

Returns:
A com.esri.arcgis.geodatabase.esriRasterTableTypeEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPrimaryField

int getPrimaryField()
                    throws java.io.IOException,
                           AutomationException
The primary field of the table.

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

setPrimaryField

void setPrimaryField(int fieldIndex)
                     throws java.io.IOException,
                            AutomationException
The primary field of the table.

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