com.esri.arcgis.datasourcesfile
Interface IArcInfoTable

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

public interface IArcInfoTable
extends java.io.Serializable

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

Description: 'Provides access to members that modify ArcInfo Tables.' 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 IIDd3ec3d31_cffe_11d2_b0dc_0000f8780820
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addIndex(java.lang.String itemName)
          Adds an Index for the specified Item.
 void addItem(IArcInfoItem item, java.lang.String startItem)
          Adds an Item to this Table.
 void alterItem(java.lang.String itemName, IArcInfoItem item)
          Changes the properties of the specified Item.
 void deleteIndex(java.lang.String itemName)
          Deletes an Index from the specified Item.
 void deleteItem(java.lang.String itemName)
          Deletes an Item from this Table.
 int findItem(java.lang.String name)
          Index of the Item with the specified name.
 IArcInfoItems getItemSet()
          Item Collection for this Feature Class or Info Table.
 

Field Detail

IIDd3ec3d31_cffe_11d2_b0dc_0000f8780820

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

findItem

int findItem(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
Index of the Item with the specified name.

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

getItemSet

IArcInfoItems getItemSet()
                         throws java.io.IOException,
                                AutomationException
Item Collection for this Feature Class or Info Table.

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

addItem

void addItem(IArcInfoItem item,
             java.lang.String startItem)
             throws java.io.IOException,
                    AutomationException
Adds an Item to this Table.

Parameters:
item - A reference to a com.esri.arcgis.datasourcesfile.IArcInfoItem (in)
startItem - The startItem (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteItem

void deleteItem(java.lang.String itemName)
                throws java.io.IOException,
                       AutomationException
Deletes an Item from this Table.

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

addIndex

void addIndex(java.lang.String itemName)
              throws java.io.IOException,
                     AutomationException
Adds an Index for the specified Item.

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

deleteIndex

void deleteIndex(java.lang.String itemName)
                 throws java.io.IOException,
                        AutomationException
Deletes an Index from the specified Item.

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

alterItem

void alterItem(java.lang.String itemName,
               IArcInfoItem item)
               throws java.io.IOException,
                      AutomationException
Changes the properties of the specified Item.

Parameters:
itemName - The itemName (in)
item - A reference to a com.esri.arcgis.datasourcesfile.IArcInfoItem (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.