com.esri.arcgis.trackinganalyst
Interface IInternalTable

All Superinterfaces:
ITemporalTable, Serializable
All Known Implementing Classes:
IInternalTableProxy, TemporalObjectTable, TemporalObservationTable

public interface IInternalTable
extends ITemporalTable, Serializable

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.


Method Summary
 int addRow(IDataMessage piDataMessage)
          Adds a row to the temporal table.
 
Methods inherited from interface com.esri.arcgis.trackinganalyst.ITemporalTable
addField, createRow, createRowBuffer, deleteField, findField, getFields, getGeometryColumnName, getRow, insert, isHasGeometry, rowCount, search, select, setGeometryColumnName, update
 

Method Detail

addRow

int addRow(IDataMessage piDataMessage)
           throws IOException,
                  AutomationException
Adds a row to the temporal table.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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