com.esri.arcgis.geodatabaseextensions
Interface ITemporalObservationsTable2

All Superinterfaces:
ITemporalObservationsTable, ITemporalTable, Serializable
All Known Implementing Classes:
TemporalObservationTable

public interface ITemporalObservationsTable2
extends ITemporalObservationsTable, Serializable

Provides access to the Track ID.

Product Availability

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


Method Summary
 void setTrackingColumnIndex(int rhs1)
          Receives the column index of the Track ID.
 
Methods inherited from interface com.esri.arcgis.geodatabaseextensions.ITemporalObservationsTable
getPurgePercentage, getPurgeRule, getTemporalColumnName, getThreshold, isAutoPurge, isPersistant, pruneTable, queryTemporalExtent, setAutoPurge, setPersistant, setPurgePercentage, setPurgeRule, setTemporalColumnName, setThreshold
 
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

setTrackingColumnIndex

void setTrackingColumnIndex(int rhs1)
                            throws IOException,
                                   AutomationException
Receives the column index of the Track ID.

Product Availability

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

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