com.esri.arcgis.carto
Interface ITableEdit

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITableEditProxy, TableEdit

public interface ITableEdit
extends java.io.Serializable

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

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 IIDda0e099c_0595_438d_bc13_ac90cc5d12fc
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IDataObjects getAdds()
          Objects to be added.
 ILongArray getDeletes()
          IDs of Objects to be deleted.
 int getLayerOrTableID()
          Layer or table ID.
 IDataObjects getUpdates()
          Objects to be updated.
 void setAddsByRef(IDataObjects addObjects)
          Objects to be added.
 void setDeletesByRef(ILongArray deleteOIDs)
          IDs of Objects to be deleted.
 void setLayerOrTableID(int layerOrTableID)
          Layer or table ID.
 void setUpdatesByRef(IDataObjects updateObjects)
          Objects to be updated.
 

Field Detail

IIDda0e099c_0595_438d_bc13_ac90cc5d12fc

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

getAdds

IDataObjects getAdds()
                     throws java.io.IOException,
                            AutomationException
Objects to be added.

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

setAddsByRef

void setAddsByRef(IDataObjects addObjects)
                  throws java.io.IOException,
                         AutomationException
Objects to be added.

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

getDeletes

ILongArray getDeletes()
                      throws java.io.IOException,
                             AutomationException
IDs of Objects to be deleted.

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

setDeletesByRef

void setDeletesByRef(ILongArray deleteOIDs)
                     throws java.io.IOException,
                            AutomationException
IDs of Objects to be deleted.

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

getLayerOrTableID

int getLayerOrTableID()
                      throws java.io.IOException,
                             AutomationException
Layer or table ID.

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

setLayerOrTableID

void setLayerOrTableID(int layerOrTableID)
                       throws java.io.IOException,
                              AutomationException
Layer or table ID.

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

getUpdates

IDataObjects getUpdates()
                        throws java.io.IOException,
                               AutomationException
Objects to be updated.

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

setUpdatesByRef

void setUpdatesByRef(IDataObjects updateObjects)
                     throws java.io.IOException,
                            AutomationException
Objects to be updated.

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