com.esri.arcgis.geodatabaseextensions
Interface ITemporalObjectTable

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

public interface ITemporalObjectTable
extends ITemporalTable, Serializable

Product Availability

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


Method Summary
 String getTrackingColumnName()
          The column name used to 'join' the temporal observations with static features.
 
Methods inherited from interface com.esri.arcgis.geodatabaseextensions.ITemporalTable
addField, createRow, createRowBuffer, deleteField, findField, getFields, getGeometryColumnName, getRow, insert, isHasGeometry, rowCount, search, select, setGeometryColumnName, update
 

Method Detail

getTrackingColumnName

String getTrackingColumnName()
                             throws IOException,
                                    AutomationException
The column name used to 'join' the temporal observations with static features. Note, the column can only contain strings or numbers.

Product Availability

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

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