com.esri.arcgis.carto
Interface ITableIdentities

All Superinterfaces:
Serializable
All Known Implementing Classes:
TableIdentities

public interface ITableIdentities
extends Serializable

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 void add(ITableIdentity tableIdentity)
          add
 int getCount()
          getCount
 ITableIdentity getElement(int index)
          getElement
 void insert(int index, ITableIdentity tableIdentity)
          insert
 void remove(int index)
          remove
 void removeAll()
          removeAll
 

Method Detail

getCount

int getCount()
             throws IOException,
                    AutomationException
getCount

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getElement

ITableIdentity getElement(int index)
                          throws IOException,
                                 AutomationException
getElement

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.carto.ITableIdentity
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

remove

void remove(int index)
            throws IOException,
                   AutomationException
remove

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

removeAll

void removeAll()
               throws IOException,
                      AutomationException
removeAll

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

add

void add(ITableIdentity tableIdentity)
         throws IOException,
                AutomationException
add

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
tableIdentity - A reference to a com.esri.arcgis.carto.ITableIdentity (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

insert

void insert(int index,
            ITableIdentity tableIdentity)
            throws IOException,
                   AutomationException
insert

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
index - The index (in)
tableIdentity - A reference to a com.esri.arcgis.carto.ITableIdentity (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.