com.esri.arcgis.datasourcesfile
Interface IDEArcInfoTable

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DEArcInfoTable, DECoverageFeatureClass, IDEArcInfoTableProxy

public interface IDEArcInfoTable
extends java.io.Serializable

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

Description: 'Provides access to the ArcInfo Table Data Element.' 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 IIDdc3b7fdb_ce0f_4aee_945c_0755f89109e4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IArray getItemSet()
          The list of items.
 void setItemSetByRef(IArray ppItems)
          The list of items.
 

Field Detail

IIDdc3b7fdb_ce0f_4aee_945c_0755f89109e4

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

getItemSet

IArray getItemSet()
                  throws java.io.IOException,
                         AutomationException
The list of items.

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

setItemSetByRef

void setItemSetByRef(IArray ppItems)
                     throws java.io.IOException,
                            AutomationException
The list of items.

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