|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IArcInfoTable
Provides access to members that modify ArcInfo Tables.
| Method Summary | |
|---|---|
void |
addIndex(String itemName)
Adds an Index for the specified Item. |
void |
addItem(IArcInfoItem item,
String startItem)
Adds an Item to this Table. |
void |
alterItem(String itemName,
IArcInfoItem item)
Changes the properties of the specified Item. |
void |
deleteIndex(String itemName)
Deletes an Index from the specified Item. |
void |
deleteItem(String itemName)
Deletes an Item from this Table. |
int |
findItem(String name)
Index of the Item with the specified name. |
IArcInfoItems |
getItemSet()
Item Collection for this Feature Class or Info Table. |
| Method Detail |
|---|
int findItem(String name)
throws IOException,
AutomationException
name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArcInfoItems getItemSet()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addItem(IArcInfoItem item,
String startItem)
throws IOException,
AutomationException
item - A reference to a com.esri.arcgis.datasourcesfile.IArcInfoItem (in)startItem - The startItem (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void deleteItem(String itemName)
throws IOException,
AutomationException
itemName - The itemName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addIndex(String itemName)
throws IOException,
AutomationException
itemName - The itemName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void deleteIndex(String itemName)
throws IOException,
AutomationException
itemName - The itemName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void alterItem(String itemName,
IArcInfoItem item)
throws IOException,
AutomationException
itemName - The itemName (in)item - A reference to a com.esri.arcgis.datasourcesfile.IArcInfoItem (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||