com.esri.arcgis.datasourcesfile
Class IArcInfoTableProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesfile.IArcInfoTableProxy
All Implemented Interfaces:
IArcInfoTable, Externalizable, Serializable

public class IArcInfoTableProxy
extends com.esri.arcgis.interop.Dispatch
implements IArcInfoTable, Serializable

Provides access to members that modify ArcInfo Tables.

Product Availability

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

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IArcInfoTableProxy()
           
  IArcInfoTableProxy(Object obj)
           
protected IArcInfoTableProxy(Object obj, String iid)
           
 
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 addListener(String iidStr, Object theListener, Object theSource)
           
 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.
 void removeListener(String iidStr, Object theListener)
           
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IArcInfoTableProxy

public IArcInfoTableProxy()

IArcInfoTableProxy

public IArcInfoTableProxy(Object obj)
                   throws IOException
Throws:
IOException

IArcInfoTableProxy

protected IArcInfoTableProxy(Object obj,
                             String iid)
                      throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

findItem

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
findItem in interface IArcInfoTable
Parameters:
name - The name (in)
Returns:
The itemIndex
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getItemSet

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
getItemSet in interface IArcInfoTable
Returns:
A reference to a com.esri.arcgis.datasourcesfile.IArcInfoItems
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addItem

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

deleteItem

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
deleteItem in interface IArcInfoTable
Parameters:
itemName - The itemName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addIndex

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
addIndex in interface IArcInfoTable
Parameters:
itemName - The itemName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteIndex

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
deleteIndex in interface IArcInfoTable
Parameters:
itemName - The itemName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

alterItem

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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