|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableEdit
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. |
Method Detail |
---|
IDataObjects getAdds() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAddsByRef(IDataObjects addObjects) throws IOException, AutomationException
addObjects
- A reference to a com.esri.arcgis.carto.IDataObjects (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILongArray getDeletes() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDeletesByRef(ILongArray deleteOIDs) throws IOException, AutomationException
deleteOIDs
- A reference to a com.esri.arcgis.system.ILongArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getLayerOrTableID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLayerOrTableID(int layerOrTableID) throws IOException, AutomationException
layerOrTableID
- The layerOrTableID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDataObjects getUpdates() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUpdatesByRef(IDataObjects updateObjects) throws IOException, AutomationException
updateObjects
- A reference to a com.esri.arcgis.carto.IDataObjects (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 |