com.esri.arcgis.trackinganalyst
Interface ITemporalObjectTable

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

public interface ITemporalObjectTable
extends ITemporalTable, Serializable

Description

This interface provides access to properties and methods in which a temporal table can be controlled.

Product Availability

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


Method Summary
 String getTrackingColumnName()
          The column name used to 'join' the temporal observations with static features.
 
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

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.

Description

This property indicates 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. Requires Tracking Analyst Extension.

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