com.esri.arcgis.trackinganalyst
Interface ITemporalObservationsTable2
- All Superinterfaces:
- ITemporalObservationsTable, ITemporalTable, Serializable
- All Known Implementing Classes:
- ITemporalObservationsTable2Proxy, TemporalObservationTable
public interface ITemporalObservationsTable2
- extends ITemporalObservationsTable, Serializable
Provides access to the Track ID.
Description
This interface is new at ArcGIS 9.3. It supersedes ITemporalObservationsTable.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.
Methods inherited from interface com.esri.arcgis.trackinganalyst.ITemporalObservationsTable |
getPurgePercentage, getPurgeRule, getTemporalColumnName, getThreshold, isAutoPurge, isPersistant, pruneTable, queryTemporalExtent, setAutoPurge, setPersistant, setPurgePercentage, setPurgeRule, setTemporalColumnName, setThreshold |
Methods inherited from interface com.esri.arcgis.trackinganalyst.ITemporalTable |
addField, createRow, createRowBuffer, deleteField, findField, getFields, getGeometryColumnName, getRow, insert, isHasGeometry, rowCount, search, select, setGeometryColumnName, update |
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. Requires Tracking Analyst Extension.
- Parameters:
rhs1
- The rhs1 (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.